Recompile with gh-aw v0.71.2: patch fix + max-patch-files - #240
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Recompile all lock files with gh-aw v0.71.2 (released today), which includes both fixes needed to unblock autoloop:
create_pull_requestpatch now usesmerge-base(origin/main, branch)instead of staleorigin/branchName, eliminating phantom.github/files from patchesmax-patch-filesconfig 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.cjsusing a stale remote-tracking ref fetched at the start of the run.Test plan
tsb-perf-evolveiteration succeeds end-to-end🤖 Generated with Claude Code