MCP: add resume-path support for Codex sessions#10117
Closed
rabsef-bicrym wants to merge 3 commits intoopenai:mainfrom
Closed
MCP: add resume-path support for Codex sessions#10117rabsef-bicrym wants to merge 3 commits intoopenai:mainfrom
rabsef-bicrym wants to merge 3 commits intoopenai:mainfrom
Conversation
- Add resume-path to codex tool config and message processor - Resume threads from rollout in MCP runner - Expose ThreadManager helper for resume
- Add resume-path to expected schema - Add payload-compat test for legacy callers
- Reformat MCP resume-path changes after rebase
Contributor
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
Collaborator
|
We've updated our contribution guidelines to indicate that we're no longer accepting unsolicited code contributions. All code contributions are by invitation only. To read more about why we've taken this step, please refer to this announcement. |
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
resume_pathto the Codex MCP tool schema + implementationContext
Happy CLI can resume Codex sessions by passing a resume path through MCP. This enables a smooth “pick up where you left off” flow across desktop + mobile. The intent is to make Codex feel first‑class in Happy, approaching parity with other CLI workflows (e.g., Claude Code), without altering the existing Codex CLI UX.
Implementation notes
Testing
Companion PR