Back to articles
Beyond the Scrapbook: Building a Developer Knowledge Commons
How-ToTools

Beyond the Scrapbook: Building a Developer Knowledge Commons

via Dev.toDaniel Nwaneri

DEV.to shipped Agent Sessions last week — a beta feature that lets you upload Claude Code session files directly to your DEV profile, curate what to include, and embed specific exchanges in your posts. Upload a .jsonl or .json session file, pick the moments worth keeping, save it. The parser currently supports Claude Code, Gemini CLI, Codex, Pi, and GitHub Copilot CLI. I was in the announcement thread. Pascal flagged that the useful unit for embedding in technical writing is a specific exchange, not the full session. You want the moment the agent made the wrong call, or the prompt that finally produced the right output. Uploading a full session to access two minutes of it is friction that'll stop most writers from using it at all. The DEV team shipped a refactor the same day. Client-side curation, 10MB limit gone. That's a fast turnaround. So I'll say this clearly: the feature works. The local parsing decision is the right call architecturally — nothing hits their servers before you've

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles