[codex] Fix team run preflight aborts#24277
Closed
terisuke wants to merge 26 commits intoanomalyco:devfrom
Closed
Conversation
…l-pr fix: sync upstream guardrail runtime and tests
…l-runtime-fixes fix: sign macOS builds and harden team runtime
…owups fix: harden runtime path and team diagnostics
…e-hardening [codex] Fix team worker absolute path isolation
…60421 Sync upstream dev and fix ESM bin wrapper
…patch-fix [codex] fix team isolated worktree setup
Sync fork dev with upstream
…deadlock fix(team): prevent default limit and worker recursion deadlocks
* fix team worker model routing * update guardrail model defaults * fix team worker permission propagation
Contributor
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
Contributor
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
Author
|
Closing: this PR was opened against upstream by mistake. The intended target is the fork repository. |
Bojun-Vvibe
added a commit
to Bojun-Vvibe/oss-contributions
that referenced
this pull request
Apr 25, 2026
…0 #26499 - anomalyco/opencode#24283 docs ecosystem add (merge-as-is) - anomalyco/opencode#24277 11k-line fork-as-PR scope mismatch (request-changes) - litellm#26500 extra_body wrap for JSON-registered providers (merge-after-nits) - litellm#26499 auth fix bundled with pricing catalog (needs-discussion)
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
Root Cause
The team tool awaited stale-run reconciliation and parent permission lookup before creating and saving the new run. If either preflight call hung or the session was interrupted, OpenCode could only mark the active tool as "Tool execution aborted" and no run_id or worker artifacts were available.
Validation