설치
npx -y @deepseek-ai/dsh plugin --profile web add github:ldgeng/dsh-claudecode-tips이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
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:
Deep diving... 12s
After (rotates 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 rotation 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 rotating 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
저장소 정보
- 언어
- JavaScript
- 라이선스
- MIT
- 마지막 업데이트
- 2026. 8. 16. 오전 4:42
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.