Kian-Oraish/dsh-prompt-enchant ↗★ 1
dsh-prompt-enhance
DSH Web 输入框的灵活自适应提示词增强插件(磁盘常驻版)
AI 分析
核心用途是在输入框右下角提供魔法棒按钮,将口语化需求一键增强为高质量提示词并回填。适合需要优化输入质量、提升与 AI 沟通效率的用户。支持重启自动加载。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Kian-Oraish/dsh-prompt-enchant说明文档
阅读完整 README ↗配置项
磁盘常驻版通过组合行 config 传参(可选,全部有默认值):
| 配置 | 默认 | 说明 |
|---|---|---|
diagFile | 空(关闭) | 诊断日志绝对路径,开启后追加写入 |
maxInputChars / maxOutputChars | 20000 / 6000 | 输入/输出长度上限 |
historySanitize | true | 多轮历史 Markdown 记号净化开关 |
temperature | 0.3 | 增强调用的采样温度 |
| 改写提示词 | config/enhance-prompt.md | 语义资产,调优即替换 lib/index.js 中的 FLEXIBLE_SYSTEM_PROMPT |