Inlispwrad / DSH-BalanceHUD

已收录

Balance HUD: a tiny DeepSeek Harness plugin showing remaining effective context (HP), API wallet balance, and today's token & cost spend above the composer.

main其他 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:Inlispwrad/DSH-BalanceHUD

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 1098af7同步于 2026年8月18日

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.

License

MIT

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

贡献指南已检测

仓库信息

开发语言
JavaScript
许可证
MIT
最后更新
2026年8月16日 10:10

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。