WinRNGS/dsh-session-prompt-standalone ↗★ 0
@dsh-external/dsh-session-prompt
DSH 插件:在每个新会话的 system prompt 开头自动注入可自定义的固定提示词,并提供 UI 编辑入口。
AI 分析
核心用途是统一新会话的系统提示词。适合需要为所有新对话设定全局初始化指令或行为约束的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:WinRNGS/dsh-session-prompt-standalone说明文档
阅读完整 README ↗使用仓库目录
dsh plugin --profile web add
或使用仓库内的 tgz
dsh plugin --profile web add /dsh-external-dsh-session-prompt-0.1.0.tgz
## 构建
需要先有 DSH 源码 checkout:
```bash