dsh-turn-colors
开发工具 活跃维护

dsh-turn-colors

geecraft23/dsh-turn-colors

为DeepSeek Harness Web UI提供轮次自动配色,给每轮用户提问与最终助手回复匹配专属颜色,无需手动调整即可清晰区分不同轮次对话内容,优化多轮对话浏览体验

1
Stars 标星
0
Forks 分支
1
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
294 KB
仓库大小
21 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:geecraft23/dsh-turn-colors
git clone https://github.com/geecraft23/dsh-turn-colors.git
git clone git@github.com:geecraft23/dsh-turn-colors.git
README.md main

DSH Turn Colors

English | 简体中文

npm version

@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

DeepSeek Harness conversation with matching colors on each user message and final Assistant reply.

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.

License

MIT