kaixinbaba/dsh-model-preset ↗★ 0
dsh-model-preset
DeepSeek Harness plugin with two default model-and-reasoning shortcuts above the composer and optional Settings customization.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kaixinbaba/dsh-model-preset说明文档
阅读完整 README ↗Configuration
Add the package to a Web profile and include its patch, or copy the row from cordis.patch.yml into your own composition. This is the composition default:
- id: dsh-model-preset
name: 'dsh-model-preset'
config:
presets:
- label: 快速
color: '#2F80ED'
provider: deepseek-official
model: deepseek-v4-flash
reasoningEffort: high
- label: 深度
color: '#9B51E0'
provider: deepseek-official
model: deepseek-v4-pro
reasoningEffort: high
presets accepts zero to three entries. label, color, provider, and model are required. color must be a six-digit #RRGGBB value. Omit reasoningEffort to preserve the provider/model default; otherwise use the effort id advertised by that model's catalog.