lovstudio/dsh-inject-system-prompt

lovstudio★ 0JavaScript最后同步: 2026-08-19

在 GitHub 打开

Inject an extra system-prompt section into a DeepSeek Harness agent

README 摘要

dsh-inject-system-prompt Inject an extra system-prompt section into a DeepSeek Harness agent, shipped as a configurable bundle . The plugin registers one section in the harness's system-prompt assembly registry via ctx.systemPrompt.section() . Empty text drops the section, so the bundle is inert until you configure it. Install web is the profile that dsh web boots by default, so installing into it makes the plugin active the next time you start the Web UI. Then enable the prompt by overriding the row in $DSH HOME/profiles/web/cordis.patch.yml (see the official publish guide for layer precedence): Start the Web UI: Config Key Default Meaning text '' The section text to inject. Empty ⇒ no section. name injected:prompt Section name (must be unique within a scope layer). order 50 Sort order. Bands: 0 = persona, 100–199 = tool guidance. complete false When true, this section becomes the complete system prompt. Notes - Requires the systemPrompt service, provided by @deepseek-ai/dsh-base (the first bundle of every profile). No runtime dependencies. - Distributed as a bundle ( dsh.bundle.patch → cordis.patch.yml ). License MIT

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginweb uiagent

分类