Kian-Oraish/dsh-prompt-enhance ↗★ 0
dsh-prompt-enhance
增强提示词魔法棒:DSH Web 对话输入框的灵活自适应提示词增强插件(磁盘常驻版,重启自动加载)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Kian-Oraish/dsh-prompt-enhance说明文档
阅读完整 README ↗配置项
磁盘常驻版通过组合行 config 传参(可选,全部有默认值):
| 配置 | 默认 | 说明 |
|---|---|---|
diagFile | 空(关闭) | 诊断日志绝对路径,开启后追加写入 |
maxInputChars / maxOutputChars | 20000 / 6000 | 输入/输出长度上限 |
historySanitize | true | 多轮历史 Markdown 记号净化开关 |
temperature | 0.3 | 增强调用的采样温度 |
| 改写提示词 | config/enhance-prompt.md | 语义资产,调优即替换 lib/index.js 中的 FLEXIBLE_SYSTEM_PROMPT |