Conversation
Local and file-backed origins do not provide a mergeable GitHub PR surface, so codex-agent now skips the auto-finish merge path in that context and keeps the sandbox available for manual follow-up. The focused regression docs were tightened to match the actual fallback behavior and owner slug handling. Constraint: Local and file-backed origin remotes cannot satisfy the gh PR merge flow Rejected: Treat any origin remote as mergeable | it leaves codex-agent waiting on a PR surface that does not exist Confidence: high Scope-risk: narrow Directive: Keep auto-finish gated on a real mergeable remote context unless a test harness explicitly injects a fake gh binary Tested: openspec validate agent-codex-fix-remaining-cli-ci-failures-2026-04-21-11-42 --type change --strict; openspec validate --specs; node --test --test-name-pattern "codex-agent restores local branch and falls back to safe worktree start when starter script switches in-place" test/install.test.js; node --test --test-name-pattern "codex-agent launches codex inside a fresh sandbox worktree and keeps branch/worktree by default" test/install.test.js Not-tested: Full node --test test/install.test.js still fails 2 unrelated codex-agent regressions in this stale worktree baseline
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.
Automated by scripts/agent-branch-finish.sh (PR flow).