54shitaimzf/dsh-price-less ↗★ 1
dsh-price-less
DSH 上下文管理插件:任务边界、项目帧、自动判别与上下文优化(开发中,R2 判别域 P8–P13 已施工)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:54shitaimzf/dsh-price-less说明文档
阅读完整 README ↗Usage
/init I am building a context management plugin
/init confirm
/task Design the command face
/task
/task close
Configuration
Configuration is currently grouped under discriminator.
| Key | Type | Schema default | Description |
|---|---|---|---|
discriminator.auto | boolean | false | Master switch for automatic intent detection |
discriminator.provider | string | unset | Auxiliary LLM provider; when set together with model, overrides the built-in preset |
discriminator.model | string | unset | Auxiliary LLM model; when set together with provider, overrides the built-in preset |
The schema declares no default for
provider/model. Left empty, auxiliary calls (intent detection,/init) fall back to the built-in presetdeepseek-official/deepseek-v4-flash-vision-exp; setting both values overrides it. Enablingdiscriminator.autoor using/initmay invoke the auxiliary LLM. This can incur API costs and may send relevant prompt content to the configured provider.