johnvictorio/dsh-custom-prompt ↗★ 0
dsh-custom-prompt
在全局系统提示词中注入可编辑区域的 DSH 插件,并提供自定义设置页。
AI 分析
核心用途是允许用户在设置中自定义一段全局系统提示词(如工作规则),并持久化保存。适合需要让 DSH 所有会话都遵循特定行为准则或约束的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:johnvictorio/dsh-custom-prompt说明文档
阅读完整 README ↗Usage
- Open Settings, then Custom Prompt.
- Check Enabled.
- Write your prompt text, for example a short list of working rules.
- Save. The change applies to subsequent model steps in every session.
Reset clears both stored fields and returns to the shipped defaults (disabled, empty).
Your text is stored in the custom-prompt section of ~/.dsh/settings.yaml, so it survives restarts.