lmmzss-jk/dsh-plugin-balance2

@lmmzss/dsh-plugin-balance

DeepSeek Harness web plugin: header balance button (left of the native Session log), dropdown with account balance, live per-session model + token usage and official-rate cost estimates; auto-hides on the settings page

AI 分析

在网页端页眉直观展示账户余额与单次会话成本。适合需要实时监控 Token 消耗和估算 API 费用的用户。

パッケージ
@lmmzss/dsh-plugin-balance
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/18

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lmmzss-jk/dsh-plugin-balance

ドキュメント

README 全文を読む ↗

修改 lib/client.js 后刷新页面即可生效;修改宿主端/配置需重启 dsh


```bash
npm test                # 价格计算/格式化回归测试(node:test)
node scripts/prepublish-check.mjs   # 发布前冒烟检查

发布流程(维护者)