DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Cache Badge — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
C

dsh-cache-badge

Cache Badge

DSH 网页插件:在对话旁的空白边栏中,以下落的俄罗斯方块样式砖块显示缓存命中率——每次真实模型请求尝试对应一个砖块,每项任务对应一列,低于 10% 时显示为红色。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:3289192-bot/dsh-cache-bricks#41bedd630adc765ef03b7161999925ac89e1e021
README兼容性版本

兼容性与来源证明

Cache Badge 以 dsh-cache-badge 发布,当前版本为 1.7.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/24

版本

1.7.1stable
2026/9/24

相关插件

正在加载相关插件…

最新版
1.7.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/25
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。

README

Cache Bricks for DeepSeek Harness

A local DSH web plugin that turns model request attempts into a falling-brick board. The front shows prompt-cache health; the reverse shows request activity.

中文:把每次真实模型请求画成一块砖,正面看缓存命中,翻面看请求类型与结局;点击可查看请求记录,双击可定位到对话原文。

Screenshots / 截图

Conversation view — private transcript and inspector text are pixelated and marked REDACTED.

Cache Bricks in DeepSeek Harness, with conversation text redacted

Cache rate / Activity type

Cache hit-rate board

Activity-type board

Attempt details

Per-attempt cache and token details

The installable package is dsh-cache-badge; this GitHub repository is dsh-cache-bricks.

Features

  • One brick for each real model request attempt, including retries.
  • Cache hit rate on the front; request type and outcome on the reverse.
  • Click a brick to inspect its request record. Double-click to locate the corresponding conversation row.
  • Large request and event payloads are content-addressed and deduplicated in the DSH plugin store.

Install / 安装

dsh plugin --profile web add github:3289192-bot/dsh-cache-bricks

To uninstall / 卸载:

dsh plugin --profile web remove dsh-cache-badge

The repository includes the built lib/ files, so GitHub installation does not need to run a package build script.

Compatibility / 兼容性

  • Runtime notes cover DSH 0.1.7-rc.2; the plugin targets the web profile.
  • The package manifest declares DSH client package compatibility from 0.1.6-alpha.1 up to, but not including, 0.1.8.

Data and permissions / 数据与权限

The plugin observes model requests, streams, tool calls/results, and conversation events. Captured records stay in the DSH process memory and are served through its guarded local API; they are not persisted to disk by the plugin and are cleared when the process exits. The default limits are 8 sessions and 48 MiB of raw payloads, with eviction at capacity. Prompts and tool content may be sensitive. The source has no analytics or third-party upload endpoint.

插件会读取模型请求、流、工具调用/结果和对话事件。采集记录只保存在 DSH 进程内存中,并通过受保护的本机 API 提供给界面;插件不会将这些记录写入磁盘,进程退出后记录会清空。默认最多保留 8 个会话和 48 MiB 原始内容,达到上限会淘汰旧数据。提示词和工具内容可能敏感;源码没有分析服务或第三方上传接口。

Known limitations in 1.7.1 / 已知限制

  • The final real-device verify:ui run for frozen 1.7.1 was stopped before completion; see verification notes.

  • Some interface labels mix Chinese and English.

  • DSH prerelease APIs may change between versions.

  • 冻结版 1.7.1 的最后一次真机 verify:ui 未跑完,详见验证记录。

  • 部分界面标签中英混用。

  • DSH 预发布接口可能随版本变化。

Project notes / 项目资料

  • Brick data contract
  • Verification notes
  • Technical design

This project was derived from wefio/dsh-cache-miss. The original MIT notice is retained in LICENSE.