Add stdio exec-server listener#20663
Merged
Merged
Conversation
This was referenced May 1, 2026
pakrym-oai
approved these changes
May 2, 2026
This was referenced May 2, 2026
Teach the exec-server listener to accept stdio/stdin/stdout as a transport in addition to websocket URLs. This promotes the existing stdio JSON-RPC connection helper out of test-only use and covers listen URL parsing for the new transport. Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
b8272bb to
80a3c55
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Why
This stack adds configured exec-server environments, including environments reached over stdio. Before client-side stdio transports or config can use that path, the exec-server binary itself needs a first-class stdio listen mode so it can speak the same JSON-RPC protocol over stdin/stdout that it already speaks over websockets.
Stack position: this is PR 1 of 5. It is the server-side transport foundation for the stack.
What Changed
stdioandstdio://forcodex exec-server --listen.JsonRpcConnectionhelper from test-only code into normal exec-server transport code.Stack
Split from original draft: #20508
Validation
Not run locally; this was split out of the original draft stack.