G
dsh-turn-colors
geecraft23/dsh-turn-colors
为 DSH Web 对话按回合着色:用户消息与其最终回复同色,下一回合换色,系统提示与工具区不受影响
安装
dsh plugin --profile web add github:geecraft23/dsh-turn-colorsREADME
DSH Turn Colors
English | 简体中文
@geecraft23/dsh-turn-colors adds subtle background colors to conversations in DeepSeek Harness Web. A user message and its final Assistant reply share one color; the next Turn uses another. System prompts, reasoning, tools, and message actions stay unchanged.
Preview
Install
Requires Node.js ^22.19.0 or >=24.0.0 and pnpm. The commands use the current DSH alpha release; this plugin is tested with 0.1.2-alpha.5.
Add the plugin to the web Profile once:
npx @deepseek-ai/dsh@alpha plugin --profile web add @geecraft23/dsh-turn-colors
Use
Start DeepSeek Harness Web:
npx @deepseek-ai/dsh@alpha web
The plugin is saved in the web Profile, so the launch command does not need the package name again.
Remove
npx @deepseek-ai/dsh@alpha plugin --profile web remove @geecraft23/dsh-turn-colors
Restart DeepSeek Harness Web after removing it.