Agent thread – Share claude code and codex sessions as public links
Yet another session exporter in a space where screenshots already dominate.

Session export for Claude Code, but only solves Claude's walled garden problem.
Claude Code users who need to share, document, or resume AI-assisted coding sessions
Continue (local context handoff) · Cursor Sessions · Anthropic's own future session sharing (likely inevitable)
We use Claude Code a lot, and after a long session there isn't a simple way to share exactly what happened with someone else. Prompts, responses, file edits, and tool calls all stay inside the terminal.
We built Claudebin to make that easier.
It's a plugin that lets you export the current session as a URL containing: - the full message thread - file reads and writes - bash commands - web and MCP calls
You can send the link to someone, attach it to a PR, embed part of it, or resume the session locally.
It's open source.
Yet another session exporter in a space where screenshots already dominate.
Yet another session sharer in a space where screenshots already dominate.
Export Claude Code sessions to shareable URLs; replay and resume conversations.
Git plumbing ops store sessions in orphan branches without touching your working tree.
Session replay TUI for Claude Code learning, but limited to existing session logs.
Branch-aware session resuming that Claude Code should've built in.