Plugin directory / Developer / DSH-Cache-Hit-Precision
DSH-Cache-Hit-Precision
Unverified luern0313
What it does
dsh状态栏显示两位小数缓存命中率
Unverified — not yet verified
dsh状态栏显示两位小数缓存命中率 Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
DSH-Cache-Hit-Precision
DSH 插件:让状态栏下方的缓存命中率显示两位浮点数
📖 简介
它通过 dsh 的 slot 阴影机制包装原始 StatsLine,仅替换 stats.cacheHit 的本地化参数:从 tokenUsage 投影重新计算精确百分比,再以两位小数输出。
效果:

✨ 特性
- 非侵入:不修改 dsh 安装目录与任何上游包
- 原样保留统计行:轮次、步骤、耗时、TTFT、token 等显示均不变
- 自动跟随当前语言:中文 / English
🚀 快速开始
GitHub 安装
dsh plugin --profile web add github:luern0313/DSH-Cache-Hit-Precision
# 安装后重启:
dsh web
本地安装
git clone https://github.com/luern0313/DSH-Cache-Hit-Precision.git
dsh plugin --profile web add ./DSH-Cache-Hit-Precision
# 安装后重启:
dsh web
手动安装(不使用 pnpm)
mkdir -p ~/.dsh/profiles/web/node_modules
ln -sfn /path/to/DSH-Cache-Hit-Precision ~/.dsh/profiles/web/node_modules/dsh-cache-hit-precision
然后在 ~/.dsh/profiles/web/cordis.patch.yml 末尾追加:
- insert:
- id: cache-hit-precision
name: dsh-cache-hit-precision
重启生效:
dsh web
🧩 工作原理
- 找到
conversation.composer.dock中 id 为stats、优先级为0的原始统计行组件。 - 以相同 id、更低优先级注册一个阴影组件。
- 阴影组件渲染原组件,但拦截
stats.cacheHit:从tokenUsage重新计算缓存命中率,再格式化为两位小数。
📜 开源协议
MIT License
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install DSH-Cache-Hit-Precision for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:luern0313/DSH-Cache-Hit-Precision Headless (CLI) profile:
dsh plugin --profile headless add github:luern0313/DSH-Cache-Hit-Precision Test report
Not yet L3-verified — see failure note below if we already ran it.