54shitaimzf/dsh-price-less1

dsh-price-less

DSH 上下文管理插件,支持任务边界划分、项目帧管理、自动意图判别与上下文优化(开发中)。

AI 分析

核心用途是通过划分任务边界和优化上下文来减少 Token 消耗。适合进行长文本对话、复杂项目开发且希望优化上下文额度的用户。

包名
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.