Skip to content

v0.9.1

Choose a tag to compare

@taxueseek taxueseek released this 08 Jul 02:09
· 74 commits to main since this release

v0.9.1 — echolib 重构 + zcode-adapter 瘦身

  • echolib.py 提取 4 项共享 helper,消除 30+ 处重复解析模式
  • zcode-adapter.py 从 483 行削到 72 行,查询逻辑内迁 echolib
  • topic_classify.py 去 subprocess,直接调用 echolib
  • 新增 test_baseline.pytest_perf.py
  • 新增 digest.mdtopic-scan.md 命令文档
  • README 按通用安装指南样式重排

安装方式

# npx 一键安装(推荐)
npx -y skills add taxueseek/session-digger -g --all

# 或 git clone
git clone https://github.com/taxueseek/session-digger.git
cd session-digger

完整更新历史: https://github.com/taxueseek/session-digger#版本历史