dsh plugins中文
← Back to popular plugin directory

claudecode tips · Running status copywriting plug-in

ldgeng/dsh-claudecode-tips · skills

Replace deep diving with claudecode-style working tips.

★ 1GitHub stars
0Forks
2026-08-16Last updated
JavaScriptLanguage
MITLicense

Project overview

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

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.

Requires the web profile and a DSH version that supports out-of-tree bundles (dsh 0.1.0-rc.6 or newer).

Install command

dsh plugin --profile web add github:ldgeng/dsh-claudecode-tips
View GitHub repository ↗Back to popular plugin directory