A visual dashboard for Claude Code conversation history, providing a GPT-like sidebar experience.
- Session List - Display all historical sessions on the left sidebar, grouped by project
- Search & Filter - Search sessions by keywords
- Conversation Details - View complete conversation content on the right panel
- Timeline - Sessions sorted by time
- Project View - Switch between different project sessions
node scripts/dashboard.jsThen open your browser at http://localhost:3001
git clone https://github.com/warren618/memory-dashboard.git ~/.claude/skills/memory-dashboard| File | Content |
|---|---|
history.jsonl |
Session summaries (first message) |
projects/{project}/*.jsonl |
Complete conversation content |
Claude Code 历史会话可视化面板,类似 GPT 侧边栏体验。
- 会话列表 - 左侧显示所有历史会话,按项目分组
- 搜索过滤 - 按关键词搜索会话
- 对话详情 - 右侧展示完整对话内容
- 时间线 - 按时间排序显示会话
- 项目视图 - 切换不同项目的会话
node scripts/dashboard.js然后打开浏览器访问 http://localhost:3001
git clone https://github.com/warren618/memory-dashboard.git ~/.claude/skills/memory-dashboard| 文件 | 内容 |
|---|---|
history.jsonl |
所有会话的摘要(首条消息) |
projects/{project}/*.jsonl |
完整对话内容 |
MIT