Skip to content

warren618/Claude-Code-memory-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Memory Dashboard | 记忆面板

English | 中文


English

A visual dashboard for Claude Code conversation history, providing a GPT-like sidebar experience.

Features

  • 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

Quick Start

node scripts/dashboard.js

Then open your browser at http://localhost:3001

Install as Claude Code Skill

git clone https://github.com/warren618/memory-dashboard.git ~/.claude/skills/memory-dashboard

Data Source

File Content
history.jsonl Session summaries (first message)
projects/{project}/*.jsonl Complete conversation content

中文

Claude Code 历史会话可视化面板,类似 GPT 侧边栏体验。

功能

  • 会话列表 - 左侧显示所有历史会话,按项目分组
  • 搜索过滤 - 按关键词搜索会话
  • 对话详情 - 右侧展示完整对话内容
  • 时间线 - 按时间排序显示会话
  • 项目视图 - 切换不同项目的会话

快速启动

node scripts/dashboard.js

然后打开浏览器访问 http://localhost:3001

安装为 Claude Code Skill

git clone https://github.com/warren618/memory-dashboard.git ~/.claude/skills/memory-dashboard

数据源

文件 内容
history.jsonl 所有会话的摘要(首条消息)
projects/{project}/*.jsonl 完整对话内容

License

MIT

About

Claude Code Memory Dashboard - Visual panel for browsing conversation history with GPT-like sidebar experience

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors