メインコンテンツへスキップ
G

dsh-turn-colors

geecraft23/dsh-turn-colors

Turn-based conversation colors for the DeepSeek Harness Web UI.

インストール

dsh plugin --profile web add github:geecraft23/dsh-turn-colors

README

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

関連プラグイン