Fix Codex thread identity resolution#368
Merged
Merged
Conversation
Deploying wireup-landing with
|
| Latest commit: |
2b96e71
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://49ae4d19.wireup-landing.pages.dev |
| Branch Preview URL: | https://fix-codex-thread-identity.wireup-landing.pages.dev |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
📝 WalkthroughWalkthroughThe change adds ChangesCodex identity resolution
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant Codex
participant WireResolver
participant SessionHome
Codex->>WireResolver: Set CODEX_THREAD_ID
WireResolver->>WireResolver: Apply adapter precedence and validation
WireResolver->>SessionHome: Resolve hashed per-thread session home
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
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.
Adds the current Codex runtime thread-ID adapter after the existing compatibility adapter, preserving explicit override precedence. Extends hermetic session-key fixtures and records the managed rollout plan.\n\nVerification: focused adapter, lifecycle, 655-home supervisor, relay-down, bilateral local-sister suites; clippy; canonical test-env/run.sh.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation