Claude Code History Viewer
统一浏览 10 款 AI 编程助手本地对话历史的桌面应用,也提供无头服务器模式
读取 Claude Code、Gemini CLI、Antigravity、Codex CLI、Cline、Cursor、Aider、OpenCode、ForgeCode、CodeBuddy Code 各自存放在本机的对话文件,在一个界面中跨工具搜索、对比 token 用量与费用、查看文件修改历史。桌面端基于 Tauri v2 + React 19,完全离线运行,对话数据不离开本机;也提供无头服务器模式(cchv-server --serve),支持 Docker 部署与 systemd 托管,通过 SSE 向浏览器推送实时更新。附带 Claude Code 设置管理器与 MCP server 管理界面。
社区实测
一款简洁免费的 VSCode/Cursor 扩展,利用已有对话历史展示每次会话的文件变更,解决 auto-accept 模式下难以追踪改动的痛点
- 在 auto-accept 模式下无需频繁 git commit 即可查看每次会话的文件变更
- 通过 diff 视图按行撤销变更
- 工具尚处于早期阶段,作者在征求社区反馈
- 仅支持 VSCode 和 Cursor,未覆盖其他编辑器
来源
View Claude Code History and File Changes : r/ClaudeAIIs there any way to get a history of my interactions with Claude CodeHey everyone, are there any good tools for browsing the history of ...
截至 2026-06-18
brew install --cask jhlee0409/tap/claude-code-history-viewer brew install jhlee0409/tap/cchv-server curl -fsSL https://raw.githubusercontent.com/jhlee0409/claude-code-history-viewer/main/install-server.sh | sh git clone https://github.com/jhlee0409/claude-code-history-viewer.git && cd claude-code-history-viewer && pnpm install && pnpm tauri:build docker compose up -d