Max-Null/dsh-node-appearance ↗★ 2
@max-null/dsh-node-appearance
会话节点外观插件:按节点类型/工具名着色的可配置配色,思考过程显示开关(DeepSeek Harness Web GUI)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Max-Null/dsh-node-appearance说明文档
阅读完整 README ↗配置
cordis.yml / settings 文档均可覆盖(以下为初始化配色):
node-appearance:
showThinking: true
colors:
search: '#3b82f6' # 联网搜索
agent: '#a855f7' # 智能体调用
execute: '#f59e0b' # 代码 / 指令执行
file: '#22c55e' # 文件操作
task: '#ec4899' # 任务 / 目标
command: '#f97316' # 指令节点
thinking: '#c4b5fd' # 思考过程
context: '#8a9bb5' # 上下文注入
other: '#64748b' # 其他工具
toolColors: {} # 工具名 → 颜色覆盖