DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Cache Badge — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-cache-badge

Cache Badge

DSH web plugin: cache hit rate as falling Tetris-style bricks in the blank gutter beside the conversation — one brick per real model request attempt, one column per task, red below 10%.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:3289192-bot/dsh-cache-bricks#41bedd630adc765ef03b7161999925ac89e1e021
READMECompatibilityVersions

Compatibility and provenance

Cache Badge is published as dsh-cache-badge and currently resolves to version 1.7.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/24/2026

Versions

1.7.1stable
9/24/2026

Related plugins

Loading related plugins…

Latest
1.7.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/25/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and r

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.