Back to home@geecraft23

dsh-turn-colors

Color-code user prompts and final assistant replies by conversation turn in the DeepSeek Harness Web UI.

Stars
1
Language
TypeScript
Created
Sep 2, 2026
Updated
Sep 3, 2026

Introduction

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