ldgeng/dsh-claudecode-tips

ldgeng★ 1JavaScript最后同步: 2026-08-15

在 GitHub 打开

A DeepSeek Harness (DSH) plugin bundle for the web profile. It replaces the static Deep diving... turn-status label with rotating, 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.

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 rotating, 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: After (rotates every few seconds): 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 rotation list: Install Requires the web profile and a DSH version that supports out-of-tree bundles ( dsh 0.1.0-rc.6 or newer). Or install from a git checkout: Then start the web UI: Verify 1. Start the web UI and open a session. 2. Send a message. 3. While the model is working, the status line should show rotating loading words such as Thinking... , Pondering... , or Musing... instead of Deep diving... . To disable without uninstalling, add to the profile's cordis.patch.yml : 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. L…

在 GitHub 查看完整 README →
工具/开发claude-codedeepseekdeepseek-harnessdshdsh-plugindsh-plugins

分类