Inlispwrad/DSH-BalanceHUD ↗★ 0
dsh-balance-hud
余额与上下文状态栏:在输入框上方显示剩余有效上下文(HP 血条)、API 钱包余额及今日 Token 消耗。
AI 分析
核心用途是实时监控 API 消耗和上下文健康度。适合重度使用、需要及时了解钱包余额并根据“血条”判断何时开启新会话的用户。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗English | 简体中文
Balance HUD
A tiny HUD for DeepSeek Harness, docked above the composer input:
HP [97% ██████████] 137.8K/1M Wallet ¥110.00 Spend 12.3K tok · ¥0.0432
- HP — remaining effective context, drawn as a health bar. It stays high while the context is efficient, then collapses as the window fills. If HP is red, start a new session to keep performance.
- Wallet — your DeepSeek API account balance.
- Spend — today's token count and estimated cost.
Developed and tested on DSH 0.1.0-rc.6.
Install
Dynamic (no build) — in a cordis session, cordis_define with dynamic/host.js (host) and dynamic/client.js (client), then cordis_run.
Static — copy this package to ~/.dsh/profiles/web/packages/, add "dsh-balance-hud": "file:./packages/dsh-balance-hud" to the profile package.json, append to cordis.patch.yml:
- insert:
- id: balance-hud
name: dsh-balance-hud
then restart DSH.