suanzhang-dsh:把 DeepSeek Harness 的余额与步骤费用放进界面

suanzhang-dsh 是一个用于 DeepSeek Harness (dsh) 的本地计费插件,旨在解决用户直观查看调用成本和余额的需求。该插件不调用模型,仅通过读取本地会话日志计算费用,并在 web 界面侧边栏常驻显示当前余额和今日消费。其核心功能包括:按步骤详细列出费用明细,支持按模型、工具、天数及会话进行成本可视化汇总与预测;自动同步官方价格,失败时回退至内置价,支持 DeepSeek V4-Flash/Pro(含峰谷计价)及 deepseek-chat/reasoner,其他模型标记为未计价。用户点击费用行可跳转至对应轨迹步骤。安装需 Node v22+,支持从 GitHub 安

Read More
dsh-api-balance:在 DSH 会话标题栏查看多个 AI 平台余额与用量

dsh-api-balance 是由 Badegg404 维护的 DSH Web 插件,旨在解决多 AI 平台余额与用量分散的问题。该插件在会话标题栏悬浮显示信息,分为“Balance”(余额)和“Usage”(用量)两个标签页,支持多供应商切换。核心功能包括:30 秒自动实时刷新及手动刷新;凭证持久化存储于 `~/.dsh/.credentials.yaml`(权限 0600),重启后保留;仅接受 loopback 请求以确保安全,且 API key 不暴露于前端或日志;支持主题自适应;并可通过配置 `PROVIDERS` 轻松扩展新平台。安装仅需一条 `dsh plugin` 命令即可启用

Read More
xavier711/dsh-plugin-deepseek-usage:给 DSH Web GUI 增加 DeepSeek 用量面板

`xavier711/dsh-plugin-deepseek-usage` 是一款面向 DeepSeek Harness (DSH) Web GUI 的用量面板插件。它旨在为用户提供集中的 DeepSeek 账户余额查询与本地会话用量统计功能。该插件在侧栏底部增加「Usage/用量」入口,主要功能包括:1. 账户余额:配置 API key 后可实时查询官方余额数据;无 key 时仅显示提示。2. 本地统计:基于本地会话日志重放请求记录,提供今日、7 天及全时段的 token 统计、图表及按模型/workspace 的细分数据。3. 费用估算:依据官方价格及峰谷计价规则(含周末优惠)自动计算费用

Read More
dsh-api-balance: A Real-Time DeepSeek API Balance Reader Plugin for DSH Web

dsh-api-balance is a plugin for DeepSeek Harness (dsh web) maintained by 02Muller25, licensed under MIT. Its core functionality is to display the DeepSeek API account balance, status, and update time in real time in the reading strip below the session input box in dsh web, allowing users to check their account without leaving the workspace. The plugin supports automatic refresh every 30 seconds, as well as manual refresh, refresh intervals of 10 seconds to 5 minutes, and custom intervals from 5 to 3600 seconds. On refresh failure, it retains the last data and displays the reason, and shows a red warning when the balance is unavailable. API keys are resolved on demand through the dsh credentials service, ensuring that keys are not directly exposed to the host process. Installing this plugin requires Node.js.

Read More