Skip to content

Dyro 0.6.9

Choose a tag to compare

@Dandre126 Dandre126 released this 15 Aug 11:54
3a11ed3

Dyro 0.6.9

把九路 dispatch 接到 Core task worktree:一波里都是执行位,重叠切片只按 conflict_group 串行,不再默认一路写、其余监工。

这一版可以依赖的事实

  • 写隔离 = 既有 task worktree;串行锁 = conflict_group,不是全局单写锁
  • Objective 默认 max_parallel = 3;有效波次为 min(requested, 本机可写 Provider 数),单后端最多 2 路
  • task.executor 可在既有 task worktree 里跑就绪 dispatch adapter
  • cursor-agent 不能加入写波次;Cursor edit 仍 fail-closed
  • objective tick / task daemon 预览空闲 harness 绑定;空 conflict_group 在并行波次里只警告
  • 容量探测只用 available(),不在 tick 上做九路鉴权探测
  • Batch V1 仍是咨询面(至多一个 scratch edit),不靠放开 Batch 单写锁换吞吐
  • dispatch 仍然不能 merge / push / signoff

升级

dyro update
#
pipx upgrade dyro

这一版不是什么

  • 不是把 advisory Batch 升成交付写路径
  • 不是 write-then-verify / contest 旗舰模型
  • 不是 Cursor 编辑沙箱已证明可用
  • 不是 DAG / judge / retry / resume / 自动 commit / push / merge

Full Changelog: v0.6.8...v0.6.9