Skip to content

Releases: sch246/dsh-warm-minimal

dsh-warm-minimal v0.1.0

Choose a tag to compare

@sch246 sch246 released this 28 Aug 10:14

行为

  • 新会话首轮为真实 native bootstrap:模型只看到官方 minimal 形态——一句完整 system prompt + 平台 shell(bash/pwsh)+ str_replace_editor
  • bootstrap 完成后按原顺序恢复首条真实输入,使其成为第二轮;从第二轮起放行完整工具目录;
  • 不伪造 assistant / tool call / tool result,轨迹事件全部由 Harness 与真实模型产生;
  • bootstrap 失败不会丢弃暂存的第一条真实消息。

安装

git clone https://github.com/sch246/dsh-warm-minimal.git
cd dsh-warm-minimal
bash scripts/setup.sh
# Windows PowerShell:
# powershell -ExecutionPolicy Bypass -File scripts\setup.ps1

重启 dsh web 后在 preset 选择器中选择 「温暖极简模式」

本次版本

  • 首轮两工具门控,第二轮放行完整目录;
  • 空会话保持官方空白界面;
  • README 增加验收清单、开发与测试说明与 release badge;
  • 测试:10/10 通过(native bootstrap 行为 + minimal 组合等价性)。