Reads every local session
Codex, Claude Code, ZCode, Kimi, OpenCode, Cursor, and Pi, from their native stores.
agent-dump --interactiveCLI · AI session export
Export local conversations from Codex, Claude Code, and other AI coding tools to Markdown or JSON. Search your session history from one CLI.
Every session is addressable by its provider scheme. Point agent-dump at a URI and read it anywhere.
codex://threads/a1b2c3claude://a1b2c3d4zcode://sess-9f8e7dkimi://k-7a3f21opencode://5c4b3acursor://req-8821pi://019e7978-b2ecAgent Dump gives developers one command-line interface for local AI coding session history across seven tools. It turns provider-specific session stores into readable exports, direct URI views, search results, stats, and collection reports.
Codex, Claude Code, ZCode, Kimi, OpenCode, Cursor, and Pi, from their native stores.
agent-dump --interactiveJSON, Markdown, raw files, or straight to the terminal for piping.
agent-dump <uri> --format markdownFull-text search across titles, messages, and reasoning; filter by provider, role, or path.
agent-dump --search "auth timeout"High-signal session digests for project management and insight reports.
agent-dump --collectWorks with uv, npm, pnpm, and bun. JavaScript package wrappers require Node.js 22+.
Install globally
uv tool install agent-dumpRun without installing
uvx agent-dump --helpOr add it as an agent skill
npx skills add xingkaixin/agent-dumpContinuous evolution towards seamless multi-agent coding workflows, deep search, and high-signal session memory.
Bring saved DeepChat conversations and Cherry Studio 2.x chats and agent sessions into your AI session export, full-text search, and AI collect workflows. Export Markdown or JSON while keeping source data unchanged. New English and Chinese guides walk you through exporting Codex sessions.
agent-dump --list -days 30 -query "provider:deepchat,cherry"Keep more visible dialogue in AI collect summaries, apply query filters consistently, and see when unreadable sessions leave gaps. OpenCode and ZCode session reads and full-text search now refresh after database changes. The landing page also loads faster.
agent-dump --collect -days 7 -query "provider:codex path:. limit:20" --dry-runCollect workflows now gracefully preserve partial session successes during batch failures and isolate unknown projects cleanly. Scope providers upfront before discovery to accelerate queries, paired with an all-new WebGL landing visual experience.
agent-dump --collect --agent codex --days 7Generate self-contained prompts with safe read-only URI commands using `--emit-prompt`, allowing external AI agents to autonomously collect sessions and author reports without local API configuration. Session summarization now strictly filters for visible human/assistant dialogue.
agent-dump --collect --emit-prompt --save ./reports/weekly.mdFast SQLite FTS5 full-text indexing with intelligent CJK boundary segmentation. Search titles, transcripts, and reasoning across all seven AI coding tools with unified corpus scoring and literal phrase matching.
agent-dump --search "auth timeout" --days 30Agent Dump is a command-line tool for listing, exporting, searching, and summarizing local AI coding sessions. It supports Codex, Claude Code, ZCode, Kimi, OpenCode, Cursor, and Pi so developers can inspect session history from one CLI.
Agent Dump supports Codex, Claude Code, ZCode, Kimi, OpenCode, Cursor, and Pi. It reads local session sources for each provider and exposes a shared CLI for listing sessions, direct URI viewing, exporting, search, stats, and collection workflows.
Install Agent Dump globally with uv tool install agent-dump or npm install -g @agent-dump/cli. You can also run it directly with uvx agent-dump --help, npx @agent-dump/cli --help, or bunx @agent-dump/cli --help.