kaixinbaba/dsh-model-preset0

dsh-model-preset

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

AI Analysis

核心用途是在 DSH 输入框上方提供快速切换模型和推理精度的快捷键。适合需要在不同任务间频繁切换“快速”与“深度”模型(如不同 DeepSeek 版本)的用户。支持在设置中自定义按钮。

Package
dsh-model-preset
Version
0.2.0
License
MIT
Last updated
Aug 18, 2026

Install

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