@dshp-inx/token-stats
DeepSeek Harness (DSH) statistics plugin: aggregates every local session log into cumulative/peak/streak token stats, daily & weekly trends, hour-of-day distribution, a GitHub-style year heatmap, and per-model breakdown, shown in a Settings page section themed with DSH tokens.
AI 分析
核心用于全面统计和可视化分析 Token 历史用量。适合需要长期监控 API 消耗趋势、分析使用习惯的用户。安装后可在设置页及侧边栏直接查看。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Yinxe/dsh-token-statsドキュメント
README 全文を読む ↗配置(标准 settings 存储)
用户偏好持久化到 settings.yaml 的 dshp-inx-token-stats 命名空间,设置页改完即时生效,外部编辑热重载:
dshp-inx-token-stats:
showToday: false # false=设置页折叠今日入口,true 显示侧边栏关联
defaultRange: "30" # 默认时间范围:7 | 30 | 90 | all
cordis.patch.yml 的 config: 仍可覆盖默认值(settings 的 base 层)。