DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

lovstudio /

lovstudio/dsh-inject-system-prompt

已验证

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

★ 0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@00ace125

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

# from git (pins latest main)
dsh plugin --profile demo add github:lovstudio/dsh-inject-system-prompt

# or from a local checkout / tarball
dsh plugin --profile demo add ./dsh-inject-system-prompt

Then enable the prompt by overriding the row in your profile's cordis.patch.yml (see the official publish guide for layer precedence):

- id: inject-system-prompt
  name: '@lovstudio/dsh-inject-system-prompt'
  config:
    text: |
      You are concise and always answer in Simplified Chinese.

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

—/ 5

暂无评分

已验证 DSH bundle

Commit 00ace125214f

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于