DeepSeek Harness plugin

dsh-qbetter-config

Better config hub for DeepSeek Harness: one page showing sandbox mode, default model, workspaces, settings namespaces and copy-ready composition templates.

Jump to install

Source facts

Repository
2128627267/dsh-qbetter-config
Latest update
Aug 15, 2026
Category
Plugin Markets & Managers
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/2128627267/dsh-qbetter-config
Plugin: dsh-qbetter-config
Author: 2128627267

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-qbetter-config 更好的配置

为 DeepSeek Harness 增加"更好的配置"设置页——集中展示所有可配置项与配置入口,让每个能力都有"更高自由度"的配置路径:

  • 沙箱模式(read-only / workspace-write / danger-full-access)与工作区根
  • 默认模型(provider / model,改自 设置 → 模型 或 settings.yaml)
  • 工作区列表
  • 设置命名空间(settings.yaml 已注册段,脱敏展示)
  • 常用配置模板(一键复制):

- MCP 服务器挂载(@deepseek-ai/dsh-mcp-client) - 内置定时任务挂载(@deepseek-ai/dsh-schedule) - 会话全文搜索启用(SQLite FTS5) - Agent 预设位置

  • 配置入口说明:settings.yaml(热重载)/ cordis.patch.yml(重启生效)/ .agent-presets / .dsh-features/config.json

Host RPC(HTTP JSON)

方法返回
POST /dsh-qbetter-config/status{ sandbox, model, workspaces, settings, templates, mcpServers, wish, patch }
POST /dsh-qbetter-config/model热更新默认模型
POST /dsh-qbetter-config/providers热更新多模型提供者
POST /dsh-qbetter-config/mcp/save / mcp/delete管理 MCP 服务器
POST /dsh-qbetter-config/wish能力开关
POST /dsh-qbetter-config/patch生成补丁

安装(原生 bundle,与 dshmarket 同类)

本插件是标准 DSH bundle:安装后作为普通插件运行,不产生 Cordis 动态插件、无需批准、无需任何手动激活

dsh plugin --profile web add dsh-qbetter-config

重启 dsh web 后:

  • 设置页“配置中心”直接挂载;
  • 配置读写走 HTTP JSON 接口;
  • 不出现 qbcfg-*,也没有 run-* 消息。

仓库

  • GitHub:https://github.com/2128627267/dsh-qbetter-config
  • Topic:dsh-plugin(发布时请在仓库设置里添加该 topic)

---