Crayonnan/DeepSeek-harness-Extension0

dsh-quota-bar

DeepSeek Harness plugin: session-header quota bar — OpenCode Go usage windows or DeepSeek API balance, plus session cache-hit rate

AI 분석

核心用途是在会话顶部直观展示 API 余额、用量和缓存命中率。适合需要监控 Token 消耗和资费成本的 DSH 用户。

패키지
dsh-quota-bar
버전
0.1.3
최근 업데이트
2026. 8. 16.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Configuration

- id: quota-bar
  name: dsh-quota-bar
  config:
    opencodeUsageUrl: https://opencode.ai/zen/go/v1/usage  # default
    deepseekBaseUrl: https://api.deepseek.com              # default
    timeoutMs: 15000                                       # default
    sessionsRoot:                           # optional; default $DSH_HOME/sessions
    modelCosts:                                            # optional; overrides catalog pricing (USD / 1M tokens)
      kimi-k3: { input: 3, output: 15, cacheRead: 0.3, cacheWrite: 0 }

Pricing priority: built-in table < pi-ai catalog ( .json) < modelCosts.