dshbase

插件目录 / Developer / DSH-Cache-Hit-Precision

DSH-Cache-Hit-Precision

未验证 luern0313

✓ 持续维护

查看 GitHub ↗ ← 返回插件目录

1Stars
0Forks
0未关闭 issue
语言
2026-08-16最近推送
跨平台平台

功能简介

dsh状态栏显示两位小数缓存命中率

我们的评价
未验证 — 尚未实测

dsh状态栏显示两位小数缓存命中率 尚未验证——请自行安装测试。

「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。

你是插件作者? 想拿到「已验证」标签——提交你自己的验证证据(截图、日志或短视频),我们审核通过后即改为「已验证」。

提交验证证据 ↗

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

🧩 工作原理

  1. 找到 conversation.composer.dock 中 id 为 stats、优先级为 0 的原始统计行组件。
  2. 以相同 id、更低优先级注册一个阴影组件。
  3. 阴影组件渲染原组件,但拦截 stats.cacheHit:从 tokenUsage 重新计算缓存命中率,再格式化为两位小数。

📜 开源协议

MIT License

安装

🧩 让 Agent 自动装(推荐)

装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:

dsh plugin add dshbase-catalog

然后对 agent 说「帮我装 DSH-Cache-Hit-Precision」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包

该插件是 GitHub 源码(未发 npm)——直接从仓库装:

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

实测报告

尚未 L3 验证——若已跑过,见下方失败备注。

状态:pending · 最近测试 2026-08-26
备注:验证: runtime-fail 浏览全部待验证失败 →
安全:尚未扫描——我们的每日静态扫描将很快覆盖它。

分享徽章

Developer 里更多

浏览全部 7795 个插件 →