WinRNGS/dsh-session-prompt-standalone0

@dsh-external/dsh-session-prompt

在每个 DSH 新会话的 system prompt 开头自动注入可自定义的固定提示词,并提供输入栏 UI 编辑入口

AI 分析

核心用途是统一新会话的系统提示词。适合需要为所有新对话设定全局初始化指令或行为约束的用户。

パッケージ
@dsh-external/dsh-session-prompt
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/16

インストール

$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