DO NOT MERGE YET: harden Codex structured-output routing#86
Closed
PhilosophiMoonbeam wants to merge 4 commits into
Closed
DO NOT MERGE YET: harden Codex structured-output routing#86PhilosophiMoonbeam wants to merge 4 commits into
PhilosophiMoonbeam wants to merge 4 commits into
Conversation
81e46f0 to
e423783
Compare
e423783 to
ad0f957
Compare
This reverts commit e8d9c30.
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.
Status
Draft. Do not merge without a fresh end-to-end Codex build and non-Codex smoke.
Summary
--output-schemaand--output-last-message.router.harness()so bare Codex model names work.permission_modethrough DAG git operations: setup, merge, integration test, cleanup.--dangerously-bypass-approvals-and-sandboxwhen permission mode is omitted, empty,auto,default,danger-full-access, orbypassPermissions; explicitread-onlyandworkspace-writestill pass through.Why
.agentfield_output.json.workspace-write, which blocked git metadata writes in SWE-AF merge/setup paths.Verification
AGENTFIELD_SERVER=http://localhost:9999 .venv/bin/python -m pytest -q-> 1025 passed, 1 skippedAGENTFIELD_SERVER=http://localhost:9999 .venv/bin/python -m pytest tests/test_coding_loop_regressions.py tests/test_codex_harness_patch.py tests/test_model_config.py -q-> 61 passedAGENTFIELD_SERVER=http://localhost:9999 .venv/bin/ruff check swe_af/reasoners/execution_agents.py swe_af/runtime/codex_harness_patch.py swe_af/execution/dag_executor.py tests/test_coding_loop_regressions.py tests/test_codex_harness_patch.py-> passedgit diff --check origin/main..HEAD-> passedStill Needed
runtime: "codex"on a disposable repo.claude_codeandopen_codepaths.