kaixinbaba/dsh-model-preset0

dsh-model-preset

DeepSeek Harness 模型预设插件。在输入框上方提供两个默认的模型与推理快捷按钮,并支持在设置中自定义配置。

AI 分析

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

套件
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.