WinRNGS/dsh-session-prompt-standalone ↗★ 0
@dsh-external/dsh-session-prompt
在每个 DSH 新会话的 system prompt 开头自动注入可自定义的固定提示词,并提供输入栏 UI 编辑入口
安装
$
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