Skip to content

dsh-prompt-studio

Type plugin Category Developer tools
Stars ⭐2 Status ✅ active
Capabilities ui, context Updated 2026-08-13

📖 About

Prompt Studio 的 DeepSeek Harness 插件分发形态。插件在对话页注册 Prompt Studio 标签页,以同一组件列表展示运行时原生提示词和用户补充,并提供编辑、原生覆盖与完整请求预览。

✨ Key Features

  • kind 只区分来源:native 是 Host 在运行时发现的只读组件;supplement 是用户可编排并持久化的补充组件。
  • role 决定内容归宿:
  • position 只描述 user/assistant 消息所处的间隙:
  • order 有两种与归宿对应的含义:

📦 Install

# 先完成构建(见下),再安装到 profile(profile 名可自取,例如 web)
dsh plugin --profile web add /path/to/dsh-prompt-studio
dsh --profile web --dump-config   # 应能看到 "# == dsh-prompt-studio" 层
dsh web                           # 或 dsh --profile web

🚀 Quick Start

DSH_ROOT=/path/to/dsh node scripts/build.mjs