54shitaimzf/dsh-price-less1

dsh-price-less

DSH 上下文管理插件:任务边界、项目帧、自动判别与上下文优化(开发中,R2 判别域 P8–P13 已施工)

包名
dsh-price-less
版本
0.0.1
许可证
MIT
最近更新
2026年9月7日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:54shitaimzf/dsh-price-less

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.

KeyTypeSchema defaultDescription
discriminator.autobooleanfalseMaster switch for automatic intent detection
discriminator.providerstringunsetAuxiliary LLM provider; when set together with model, overrides the built-in preset
discriminator.modelstringunsetAuxiliary 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 preset deepseek-official / deepseek-v4-flash-vision-exp; setting both values overrides it. Enabling discriminator.auto or using /init may invoke the auxiliary LLM. This can incur API costs and may send relevant prompt content to the configured provider.