dsh-usage-plus
Usage Plus
独立的 DSH 用量和套餐配额插件,提供官方提供商窗口、CLIProxyAPI 聚合以及当前模型编辑器栏。
插件会安装到这里;不确定时保持 web。
npx -y @deepseek-ai/dsh plugin --profile web add github:qxcool/dsh-usage-plus#dd32bf067ce58658257125ece693157b8b46b549

dsh-usage-plus
独立的 DSH 用量和套餐配额插件,提供官方提供商窗口、CLIProxyAPI 聚合以及当前模型编辑器栏。
插件会安装到这里;不确定时保持 web。
npx -y @deepseek-ai/dsh plugin --profile web add github:qxcool/dsh-usage-plus#dd32bf067ce58658257125ece693157b8b46b549

Usage Plus 以 dsh-usage-plus 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。
中文 | English
An independent DSH usage and official Plan-quota plugin.
{{VAR}} secrets.When the active model matches an official plan source, the conversation input shows real 5-hour / weekly / monthly windows. Hover for reset times and the source chip (for example Volcano). Nothing is rendered when the remote API exposes no official window.
The overview summarizes today and the last 30 days, cache hit rate, token buckets, and per-provider totals. The balance card only lists real balances. Plan quotas, Token Bank, and external sources live on the other tabs of the same settings page.
Install into a DSH profile with the official plugin command (this adds the dependency
and appends the package to dsh.profile.bundles so cordis.patch.yml is applied):
dsh plugin --profile desktop add ./
# or from npm / Git:
# dsh plugin --profile desktop add dsh-usage-plus
The package ships its own bundle patch (id: usage-plus, name: dsh-usage-plus).
If the older @linxin666/dsh-usage / web-ui-usage row is also present, disable it
in the profile patch to avoid duplicate UI.
Optional credential names are CPAMC_MANAGEMENT_KEY, VOLC_ACCESSKEY, and VOLC_SECRETKEY. See README.zh.md for details.
Based on @linxin666/dsh-usage (Apache-2.0). CPAMC security constraints and Volcano signing behavior reference dsh-cost-meter (MIT).