DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Run Config — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@xiaoso/dsh-run-config

Run Config

VS Code / IDEA-style run control for the DeepSeek Harness web GUI: run buttons, task run configurations (LLM prompt / background command), configuration CRUD, and an LLM-exposed configuration tool with an on-demand usage skill

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:xiaoso456/dsh-run-config#73a4c41fa4ee17853398f98f37446b9c09882a75
READMECompatibilityVersions

Compatibility and provenance

Run Config is published as @xiaoso/dsh-run-config and currently resolves to version 0.1.5. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/20/2026

Versions

0.1.5stable
9/10/2026
0.1.3stable
8/29/2026
0.1.2stable
8/23/2026
Show 3 more versionsCollapse versions
0.1.4-rc.1prerelease
9/3/2026
0.1.1stable
8/23/2026
0.1.0stable
8/23/2026

Related plugins

Loading related plugins…

Latest
0.1.5
DSH
*
HMR
Process restart
Tree shaking
Declares side effects by file
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
88
Last push
9/10/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-run-config — DeepSeek Harness 运行配置管理

English | 中文

DeepSeek Harness Web 的运行配置管理:像 IDE 一样,把常用的 LLM 提示词和 Shell 命令保存为"任务运行配置",在会话页和新会话页一键运行。

image-20260823222328727

功能特性

  • 会话头部运行控制:任务选择器 + 运行按钮,悬浮提示当前将运行的任务配置
  • 运行配置管理:IDEA 风格对话框,创建 / 编辑 / 复制 / 删除 / 排序运行配置
    • 两种类型:LLM 任务配置(运行后把 Prompt 填入输入框并发送)、命令任务配置(后台执行 Shell 命令,完成后通知 LLM)
    • 两种作用域:全局(所有工作区可见)、工作区(仅当前工作区可见)
  • 新会话页运行控制:未进入会话时也能选择并运行任务配置
  • LLM 集成:大模型可通过 task_run_config 工具查看和管理运行配置(写操作走标准审批流程),详细用法通过 run-configuration skill 按需加载

image-20260823222318093

使用示例

在会话里直接说:

把 git pull && pnpm install 保存为任务配置,以后一键运行

大模型会调用 task_run_config 工具创建命令任务配置(写操作会弹出审批确认),创建后即可在会话头部选择并一键运行。

image-20260823222125260

推荐环境与配置

  • 完全权限模式:建议在 danger-full-access(完全权限)下使用本插件,可避免部分场景下运行命令配置出现的沙箱错误。
  • 任务后台管理插件:DSH-better-sidebar 提供后台任务页,可查看并手动终止后台任务。

安装

从 npm 安装(推荐)

dsh plugin --profile web add @xiaoso/dsh-run-config

dsh web

本地开发

dsh plugin --profile web add link:<本仓库路径>

从 GitHub 安装

dsh plugin --profile web add github:xiaoso456/dsh-run-config

git 安装会跑本包的 prepare 脚本构建产物;pnpm ≥10 会在首次 add 失败并提示在 profile 的 pnpm-workspace.yaml 里允许该构建。

环境要求

  • Node.js ≥ 22(package.json 的 engines 要求)
  • Git Bash(推荐):Windows 上推荐使用 Git Bash 作为 shell 环境
  • 适用于 DeepSeek Harness dsh v0.1.5-rc.1 及更高版本(dsh v0.1.2-rc.1 请使用插件 0.1.4-rc.1)

构建

pnpm install
pnpm build

License

MIT