Route unified exec process startup through remote exec-server#15087
Draft
starr-openai wants to merge 2 commits intostarr/exec-server-unified-exec-clean-full-backupfrom
Draft
Route unified exec process startup through remote exec-server#15087starr-openai wants to merge 2 commits intostarr/exec-server-unified-exec-clean-full-backupfrom
starr-openai wants to merge 2 commits intostarr/exec-server-unified-exec-clean-full-backupfrom
Conversation
Add experimental config for a websocket exec-server endpoint, select a remote backend at the unified-exec process creation seam, and wrap remote sessions behind the existing process abstraction so exec_command can stream output, write stdin, and terminate over the current exec-server protocol. Co-authored-by: Codex <noreply@openai.com>
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. |
Make codex_environment::Environment pluggable, add a remote exec-server filesystem adapter, and wire sessions to use the remote-backed filesystem when the experimental exec-server endpoint is configured so process and filesystem become sibling backend capabilities. Co-authored-by: Codex <noreply@openai.com>
pakrym-oai
reviewed
Mar 19, 2026
| web_search_mode: constrained_web_search_mode.value, | ||
| web_search_config, | ||
| use_experimental_unified_exec_tool, | ||
| experimental_unified_exec_exec_server_websocket_url, |
Collaborator
There was a problem hiding this comment.
This should be exec_server_url
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
UnifiedExecProcesssoexec_commandcan stream output, write stdin, and terminate over the existing protocolcodex_environment::Environmentpluggable and adding a remote exec-server filesystem adaptercodex execusing a local websocket exec-server as the remote stand-inScope
exec_commandMVP and a filesystem-backend shape sketch so we can review the end state before splitting into smaller PRsValidation
cargo check -p codex-core --libcargo check -p codex-exec-server --libcargo check -p codex-app-server --libjust fmtjust fix -p codex-core -p codex-exec-server -p codex-app-servercargo test -p codex-core --lib --no-run --message-format=shortcargo test -p codex-exec --test all remote_exec_server -- --nocapture