Skip to content

v2026.7.2

Choose a tag to compare

@github-actions github-actions released this 01 Jul 21:17
· 1255 commits to main since this release
9452ec5

Added

Changed

Fixed

  • The autonomous self-improvement loop's draft-PR egress applied the generated fix patch in the invoking checkout and ran git add -A, sweeping the orchestrator's entire dirty working tree — untracked scratch notes, uncommitted edits, the patch artifact — onto the public branch, pushing them to origin and deleting them locally; the egress now provisions an ephemeral worktree off origin/main, applies the patch there and stages only the paths the patch names (git add -- <paths>, never git add -A), so the invoking checkout is never mutated (gh#1120) (provenance: T12007)

Deprecated

Removed

Security

BREAKING CHANGES