插件目录 / Developer / dsh-claudecode-tips
dsh-claudecode-tips
未验证 ldgeng
功能简介
将deep diving替换为claudecode式的working tips
未验证 — 尚未实测
将deep diving替换为claudecode式的working tips 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
@claude-code-tips/dsh-plugin
A DeepSeek Harness (DSH) plugin bundle for the web profile. It replaces the static Deep diving... turn-status label with randomly switching, Claude Code-style loading words — the original 56-word set — while a turn is running. The elapsed-time clock next to the status is preserved.
What it changes
Before:
Deep diving... 12s
After (randomly switches every few seconds):
Thinking... 12s
The implementation is a small browser-side client plugin: it watches the chat DOM and rewrites only the status text node. No server code, no model prompt changes, no fork of DSH.
The full 56-word list:
Accomplishing, Actioning, Actualizing, Baking, Brewing, Calculating,
Cerebrating, Churning, Clauding, Coalescing, Cogitating, Computing,
Conjuring, Considering, Cooking, Crafting, Creating, Crunching,
Deliberating, Determining, Doing, Effecting, Finagling, Forging,
Forming, Generating, Hatching, Herding, Honking, Hustling, Ideating,
Inferring, Manifesting, Marinating, Moseying, Mulling, Mustering,
Musing, Noodling, Percolating, Pondering, Processing, Puttering,
Reticulating, Ruminating, Schlepping, Shucking, Simmering, Smooshing,
Spinning, Stewing, Synthesizing, Thinking, Transmuting, Vibing, Working
Install
Requires the web profile and a DSH version that supports out-of-tree bundles (dsh 0.1.0-rc.6 or newer).
# from this directory
dsh plugin --profile web add .
Or install from a git checkout:
dsh plugin --profile web add github:your-name/dsh-claude-code-tips
Then start the web UI:
dsh --profile web
Verify
- Start the web UI and open a session.
- Send a message.
- While the model is working, the status line should show randomly switching loading words such as
Thinking...,Pondering..., orMusing...instead ofDeep diving....
To disable without uninstalling, add to the profile's cordis.patch.yml:
- id: claude-code-tips
disabled: true
Development
The plugin has no build step. client.js is the browser half loaded by DSH's client module system; cordis.patch.yml inserts it into the web profile.
License
MIT
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-claudecode-tips」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:ldgeng/dsh-claudecode-tips Headless(CLI)profile:
dsh plugin --profile headless add github:ldgeng/dsh-claudecode-tips 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。