feiertu/dsh-input-rewriter0

dsh-input-rewriter

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

AI 分析

用于在发送请求前自动优化和改写用户的原始输入。适合希望通过提示词工程提升模型回答质量的用户,支持自定义改写模型、Token 限制和超时时间。

パッケージ
dsh-input-rewriter
バージョン
0.1.0
最終更新
2026/08/18

インストール

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

ドキュメント

README 全文を読む ↗

配置

插件可选 Config

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

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