dsh-web-enhance:DSH Web UI 的逐轮导航、思维链展开与会话成本插件

dsh-web-enhance 是由 yangzhe1991 维护的 MIT 许可开源插件,旨在增强 DeepSeek Harness (DSH) Web UI 的使用体验。该插件主要提供三项核心功能:一是逐轮对话导航,通过右下角浮动按钮允许用户在长对话中快速跳转至当前轮起点、终点或相邻轮次,减少手动滚动;二是思维链默认展开,支持自动展开 Think 推理行,偏好设置通过 localStorage 持久化,且尊重用户手动折叠的操作;三是会话成本计量,仅在连接官方 DeepSeek API 时显示,基于峰谷价计算并展示估算或累计 CNY 成本,非官方 API 会话不显示此信息,历史会话可能标记为

Read More
dsh-input-plus: @ Path References and /h History Candidates for DSH Web UI Input Box

dsh-input-plus is an MIT-licensed input enhancement plugin for the DSH Web UI, maintained by WhitePlusMS. It does not replace official components but extends the official `@` and `/` trigger mechanisms, primarily offering two major features: first, typing `@` allows quick selection of file or directory paths from the current Session workspace, with only plain-text path references retained in the draft, and no file reading, directory expansion, or manifest generation occurs upon sending; second, typing `/h` opens a candidate menu of successfully submitted user prompt history from the current Session, supporting keyword filtering to reuse previous prompts. This plugin requires DSH 0.1.0-rc.6 or a compatible version, and must be installed via the official plugin process using a GitHub tag compressed package, ensuring it is built before installation.

Read More
dsh-gauge: Precise Usage and Cost Estimation for DeepSeek Harness Web UI

dsh-gauge is a community plugin (MIT licensed) for the DeepSeek Harness (DSH) Web UI, designed to provide granular session statistics. Core features include precise cache hit rate calculation based on formulas, bucketed display of hit and miss token usage, context occupancy monitoring, and session cost estimation based on model unit pricing and peak/off-peak rates. The plugin supports both Chinese and English interfaces, with adaptive CNY/USD currency display, and can show peak/off-peak status badges in the statistics row. Users can quickly install it via the `dsh plugin --profile web add dsh-gauge` command and enable it by restarting the Web UI afterwards; alternatively, manual npm installation or source code debugging are also available. Configuration options can be accessed through the DSH settings interface or by editing the `cordis.p` file.

Read More