Max-Null/dsh-node-appearance2

@max-null/dsh-node-appearance

会话节点外观插件:按节点类型/工具名着色的可配置配色,思考过程显示开关(DeepSeek Harness Web GUI)

AI Analysis

核心用途是美化和清晰化 DSH 网页端会话节点的视觉呈现。适合需要直观区分联网搜索、代码执行、文件操作等不同工具节点,或希望自由控制思考过程显隐的用户。

Package
@max-null/dsh-node-appearance
Version
0.3.6
Last updated
Sep 12, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Max-Null/dsh-node-appearance

配置

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: {}         # 工具名 → 颜色覆盖