54shitaimzf/dsh-price-less1

dsh-price-less

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

AI Analysis

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

Package
dsh-price-less
Version
0.0.1
License
MIT
Last updated
Sep 7, 2026

Install

$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.