dsh-quota-dashboard:会话费用统计与统一额度看板

dsh-quota-dashboard 是 DSH 的一款 MIT 许可插件,旨在将分散的会话费用与多平台额度集中展示于统一 Web 看板。其核心功能包括会话费用统计和统一额度监控。前者支持展示输入、缓存、输出 Token 及费用,提供当日预算、余额、26 周用量热图及峰谷计价,支持中英双语;后者集成 DeepSeek、OpenCode GO、Kimi For Coding、GLM Coding Plan 及火山方舟五大 Provider,支持并行查询、自动刷新及进度倒计时。插件需通过本地源码安装并重启 dsh web 生效,配置存储于 DSH_HOME,凭证优先从凭据库解析。安全方面,凭证仅

Read More
dsh-cost-display:在 DSH 状态栏显示会话费用

`dsh-cost-display` 是 DeepSeek Harness (DSH) 的开源成本显示插件,旨在解决会话调试时费用信息不直观的问题。该插件在状态栏实时显示当前会话累计费用,支持悬停查看按模型拆分的 Token 用量及思维链统计。其核心功能包括支持基于北京时间的峰谷时段自动定价、可配置的生效日期以应对官方调价、模型列表自动同步以及未知模型的兜底价计费(带 `?` 前缀区分)。用户可通过 `dsh` 命令或手动修改配置快速安装,并在设置页灵活管理价格表、峰谷窗口及开关。费用估算基于输入、缓存及输出 Token 分别乘以对应单价,修改配置后新请求立即生效,但历史数据不变。需注意该费用

Read More
dsh-token-pricing:为 DSH Web 界面增加按模型 Token 定价与费用查看

dsh-token-pricing 是面向 dsh Web 界面的社区第三方插件,用于解决不同模型 Token 单价及高峰时段计费问题。它允许用户按提供方和模型配置输入、输出及缓存命中的美元价格,并支持多档高峰时段计价。核心功能包括在会话底部显示实时费用、提供可拖拽的费用浮窗(支持按轮次或模型视图)、跨项目费用统计面板以及 CSV 导出。修改价格规则后,系统可自动重算历史会话费用。该插件安装简便,需 Node ≥22 环境,通过 `dsh plugin` 命令添加到 Web 配置即可。其设计承诺零 Token 影响,不向模型请求添加工具或提示段,确保不影响原有交互。虽为非官方插件,但依赖轻量且

Read More
dsh-token-billing: A Real-Time Token Billing Plugin for DSH

dsh-token-billing is a third-party real-time token billing plugin for DSH Web, designed to address the issues of non-intuitive costs, difficult historical queries, and multi-Provider cost classification when calling DeepSeek models. This plugin is based on the MIT license, with core features including direct billing using DeepSeek's official RMB prices, automatic distinction between peak and off-peak periods, support for custom model price overrides, and multi-currency conversion. Additionally, it provides a persistent historical ledger, multi-dimensional statistical dashboard, account balance query (requires API Key), local model savings statistics, and supports exporting data in CSV or JSON formats. Users can install it via the plugin marketplace (pending confirmation), as a pnpm dependency, or from local source code, with configuration taking effect immediately. This plugin is particularly suitable for users who need real-time

Read More
dsh-cost-meter: Adding a Session Cost Dashboard to DeepSeek Harness

dsh-cost-meter is a community-maintained DSH web cost tracking plugin that displays real-time session and daily Token usage, budget progress, official and custom Provider balances within the interface, and integrates OpenCode Go and multiple Coding Plan quota queries. The plugin includes a catalog of 90+ model prices, supports peak/off-peak pricing switch reminders, one-click official price synchronization, and a Codex-style usage heatmap, with a bilingual interface in Chinese and English. This article introduces its core features, npm/GitHub installation commands, budget and NewApi balance configuration examples, as well as installation review and security considerations.

Read More
Add Session Cost Ledger to DeepSeek Harness Web Interface with dsh-cost-meter

`dsh-cost-meter` is a DeepSeek Harness community plugin maintained by Han-1413141. It counts the session cost, daily total, budget progress and official balance in the Web UI, and synchronizes prices with the official pricing page based on peak-valley pricing. This article verifies the installation command, ledger caliber and permission boundary according to the plugin directory page, GitHub README and `package.json` 1.3.1: the badges are estimates, the exact amount shall prevail based on the local ledger, and the budget only serves as a reminder without blocking.

Read More