kaixinbaba/dsh-model-preset0

dsh-model-preset

DeepSeek Harness plugin with two default model-and-reasoning shortcuts above the composer and optional Settings customization.

包名
dsh-model-preset
版本
0.2.0
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kaixinbaba/dsh-model-preset

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.