feiertu/dsh-input-rewriter0

dsh-input-rewriter

DeepSeek Harness 插件:发送前用提示词工程 playbook 自动改写用户输入为更优 prompt。官方 bundle 插件,dsh plugin --profile web add

包名
dsh-input-rewriter
版本
0.1.0
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:feiertu/dsh-input-rewriter

配置

插件可选 Config

字段类型默认说明
providerstring改写模型 provider(组合默认值)
modelstring改写模型 id(组合默认值)
maxOutputTokensnumber2048单次改写最大输出 token
timeoutMsnumber60000单次改写超时

改写模型优先级:设置里的「改写模型」下拉 > 插件 Configprovider/model 默认值。