Yinxe/dsh-token-stats0

@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 消耗趋势、分析使用习惯的用户。安装后可在设置页及侧边栏直接查看。

패키지
@dshp-inx/token-stats
버전
1.1.0
라이선스
MIT
최근 업데이트
2026. 9. 3.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Yinxe/dsh-token-stats

配置(标准 settings 存储)

用户偏好持久化到 settings.yamldshp-inx-token-stats 命名空间,设置页改完即时生效,外部编辑热重载:

dshp-inx-token-stats:
  showToday: false   # false=设置页折叠今日入口,true 显示侧边栏关联
  defaultRange: "30" # 默认时间范围:7 | 30 | 90 | all

cordis.patch.ymlconfig: 仍可覆盖默认值(settings 的 base 层)。