iamfromchangsha/dsh-go-balance ↗★ 0
dsh-go-balance
OpenCode Go subscription balance widget for DeepSeek Harness Web: rolling/weekly/monthly quota remaining, shown at the right end of the composer tool row.
AI 分析
核心用途是直观监控 OpenCode Go 订阅的额度消耗情况。自动集成,无需复杂配置。适合使用 OpenCode Go 服务并需要随时掌握剩余配额的 DSH 网页端用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:iamfromchangsha/dsh-go-balanceドキュメント
README 全文を読む ↗配置
bundle 行暴露一个可选键:
| 键 | 默认值 | 含义 |
|---|---|---|
intervalMs | 60000 | host 轮询 OpenCode Zen 用量接口的间隔(毫秒)。 |
在 profile 补丁层($DSH_HOME/profiles/web/cordis.patch.yml)覆盖:
- id: go-balance
config:
intervalMs: 120000