Skip to content

Recompile with gh-aw v0.71.2: patch fix + max-patch-files - #240

Merged
mrjf merged 1 commit into
mainfrom
fix/recompile-v0.71.2
Apr 29, 2026
Merged

Recompile with gh-aw v0.71.2: patch fix + max-patch-files#240
mrjf merged 1 commit into
mainfrom
fix/recompile-v0.71.2

Conversation

@mrjf

@mrjf mrjf commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Recompile all lock files with gh-aw v0.71.2 (released today), which includes both fixes needed to unblock autoloop:

  • #28960create_pull_request patch now uses merge-base(origin/main, branch) instead of stale origin/branchName, eliminating phantom .github/ files from patches
  • #28472max-patch-files config option added (set to 500 for headroom)

Context

Autoloop has been stuck for days because the patch generator included files the agent never touched (workflow files, README, logo), triggering protected-file checks. This was traced to generate_git_patch.cjs using a stale remote-tracking ref fetched at the start of the run.

Test plan

  • Merge and verify next Autoloop run produces a clean patch (only agent-modified files)
  • Verify tsb-perf-evolve iteration succeeds end-to-end
  • Verify Evergreen continues working

🤖 Generated with Claude Code

v0.71.2 includes both fixes needed to unblock autoloop:
- #28960: create_pull_request patch now uses merge-base with default
  branch instead of stale origin/branchName, eliminating phantom
  .github/ files from patches
- #28472: max-patch-files config option (set to 500)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mrjf
mrjf merged commit a34a6b9 into main Apr 29, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant