Skip to content

v0.9.3 — 使用回顾 /reflect · 索引 enrich · 报告准确性

Choose a tag to compare

@taxueseek taxueseek released this 11 Jul 03:08
· 53 commits to main since this release

亮点

本地多环境 使用回顾/reflect):从 session-digger 索引生成单文件 HTML,看用多少、花在哪、什么时候最忙、该不该收手。

新增

  • /reflect + scripts/reflect-report.py + commands/reflect.md
  • 索引字段补全:summary / first_prompt / model / total_tokens(跨 Claude / Codex / Kimi / ZCode 等)
  • 报告 profiles(字段覆盖率)与 insights(Token · 模型偏好 · 按月)
  • 混合任务分类 + 可读话题标题
  • echolib 适配器拆分;reflect/builder 单测扩展

准确性

  • 模型名归一(如 deepseek-flashdeepseek-v4-flash
  • 话题过滤探测/中断噪声
  • Token 图表单会话截顶,避免极端环境主导占比

使用

python3 scripts/index-builder.py build --rebuild
python3 scripts/reflect-report.py --months 1 --open
# 或在 Claude Code:/reflect

默认输出:~/.claude/.session-digger/reports/reflect-YYYY-MM-DD.html

相对 v0.9.2

在路径可移植与 skill 自检之上,补齐「习惯回顾」产品层与多环境用量字段。