Skip to content

Releases: aitingtingya/mv-superds

Release list

v0.1.1

Choose a tag to compare

@aitingtingya aitingtingya released this 17 Aug 06:56

mv-superds 0.1.1 — independent DSH plugin release.

Highlights:

  • Renamed persistent model guidance from opener to force and added /mv-superds-force.
  • Preserves per-model force switches and custom text across managed preset updates.
  • Package identity is now independent: mv-superds.
  • Includes MIT LICENSE and third-party notices.
  • Bundles mv-standard / mv-ptc / mv-creative presets.

v0.1.0

Choose a tag to compare

@aitingtingya aitingtingya released this 16 Aug 08:36

mv-superds 0.1.0 — per-model first-turn chain-of-thought anchor presets for DeepSeek Harness (DSH).

默认状态(opener 开关全关)

每个模型的第一次请求被锚定到 bash + str_replace_editor 双工具与 Minimal 式 system prompt;该模型产生首个 durable tool call 后恢复预设完整工具目录。中途切换模型时,新模型重新获得自己的首轮锚定,且默认保留 contexts、不过滤当前消息。

打开 opener 开关之后

/mv-superds-opener on pro 会为对应模型的首轮请求追加 We need ... / Let's ... 思维链开头引导;该模型 promotion 后引导自动剥离,开关持久化,重启与切换会话后仍然生效。

Windows 实测观察

观察到对于 Windows 系统,在 mv-标准模式、opener 持久化开关关闭的情况下,即使 Git Bash 没有安装,DSH agent 在调用失败后思维链依旧有可能进入 Let's ...;中间会偶尔回到 Let me ... 的思维链,几轮对话后稳定在 Let's ... 和 We need ... 混合的思维链。所以提示词比真实工具是否存在看起来更重要。

参考项目