feiertu/dsh-input-rewriter ↗★ 0
dsh-input-rewriter
DeepSeek Harness 插件:发送前用提示词工程 playbook 自动改写用户输入为更优 prompt。官方 bundle 插件,dsh plugin --profile web add
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:feiertu/dsh-input-rewriter说明文档
阅读完整 README ↗配置
插件可选 Config:
| 字段 | 类型 | 默认 | 说明 |
|---|---|---|---|
provider | string | — | 改写模型 provider(组合默认值) |
model | string | — | 改写模型 id(组合默认值) |
maxOutputTokens | number | 2048 | 单次改写最大输出 token |
timeoutMs | number | 60000 | 单次改写超时 |
改写模型优先级:设置里的「改写模型」下拉 > 插件 Config 的 provider/model 默认值。