chy007-fun/dsh-token-hud0

dsh-token-hud

Global real-time Token HUD for DeepSeek Harness Web: draggable floating window showing live output tok/s, cumulative tokens, and per-session running/retrying status across all DSH sessions.

AI 分析

在页面右下角提供可拖拽的悬浮窗,实时监控所有会话的生成速度(tok/s)和状态。适合需要直观评估模型响应性能和消耗的用户。

パッケージ
dsh-token-hud
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/06

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:chy007-fun/dsh-token-hud

ドキュメント

README 全文を読む ↗

配置(cordis.patch.yml,可选)

- insert:
    - id: token-hud
      name: dsh-token-hud
      inject: [webServer]
      config:
        apiPath: /token-hud/v1     # 只读 HTTP 端点前缀
        charsPerToken: 4           # 非 CJK 每 token 字符数
        cjkTokensPerChar: 1        # 每个 CJK 字符的 token 数
        windowMs: 5000             # 速度滚动窗口
        idleTtlMs: 180000          # 空闲会话多久的清理