aitingtingya/mv-superds1

mv-superds

mv-superds标准DSH插件:一键将mv-standard、mv-ptc、mv-creative等智能体预设安装至预设目录。

AI 分析

提供一键安装特定智能体预设(标准/PTC/创意)至本地目录的功能,并支持模型引导词配置。适合需要快速部署和切换特定Agent预设的DSH用户。

包名
mv-superds
版本
0.1.5
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:aitingtingya/mv-superds

配置模型

生成预设使用:

models:
  default:
    mode: normal
    guidance: >-
      When reasoning about the current task, you MUST begin with "We need ..." or "Let's ...", never "Let me ...". Then think deeply before you produce.
  deepseek-v4-pro:
    mode: normal
    guidance: ""
  deepseek-v4-flash:
    mode: normal
    guidance: ""

guidance: "" 表示继承 default.guidance。持久化层兼容单行 guidance 以及 YAML > / | block scalar;真正改写该字段时只规范化该字段,不把整份 composition 交给 YAML dumper 重排。

匹配顺序:

provider/model > model > default

安装器升级时保留:

  • 已选择的 Weak / Normal / Force;
  • per-model 自定义 guidance;
  • genuinely custom default guidance;
  • legacy Force / opener 的用户选择。

安装器配置

插件 row 可选:

installPresets: true
presetIds:
  - mv-standard
force: false

这里的 force: true 只表示安装器强制覆盖无版本标记的手动 preset 目录,与 trajectory Force mode 无关。