Add exec-server transport for unified exec#14655
Closed
starr-openai wants to merge 2 commits intomainfrom
Closed
Conversation
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. |
- add exec_server.command config plumbing and propagate it through codex exec session startup - fix remote shell path/cwd translation and preserve early stdout for short exec-server commands Co-authored-by: Codex <noreply@openai.com>
e2b5776 to
5a083e7
Compare
starr-openai
added a commit
that referenced
this pull request
Mar 16, 2026
This cleanly splits the exec-server transport changes from #14655. It excludes the SSH-backed routing follow-up and includes the schema and build fixes needed for this slice to compile cleanly. Co-authored-by: Codex <noreply@openai.com>
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
Part 1
[exec_server].commandconfig plumbing soexperimental_exec_servercan launch through an explicit command vector such asssh -T dev ...codex-core, document it indocs/config.md, and cover the config parsing/launch-command behavior in testsexec_server.commandthroughcodex execthread start/resume so the exec-server override survives the app-server boundaryPart 2
/private/...cwd aliases to the stripped path when that directory exists remotely, which fixes/private/tmpvs/tmpover SSHcodex-coreTesting
cargo test -p codex-exec-servercargo test -p codex-core unified_exec_short_command_captures_output_through_exec_server -- --nocapturecodexcodex-exec-serverondevdev-0Notes
cargo testworkspace suite after thecorechanges.