[codex] Report the exec-server working directory - #29666
Merged
Merged
Conversation
rasmusrygaard
force-pushed
the
dev/rasmus/report-exec-server-cwd
branch
from
June 23, 2026 17:14
6b7962f to
9ffd084
Compare
rasmusrygaard
added a commit
that referenced
this pull request
Jun 23, 2026
rasmusrygaard
added a commit
that referenced
this pull request
Jun 23, 2026
rasmusrygaard
force-pushed
the
dev/rasmus/report-exec-server-cwd
branch
from
June 23, 2026 18:14
265f480 to
83d7b82
Compare
rasmusrygaard
added a commit
that referenced
this pull request
Jun 23, 2026
rasmusrygaard
force-pushed
the
dev/rasmus/report-exec-server-cwd
branch
from
June 23, 2026 18:39
83d7b82 to
7671489
Compare
rasmusrygaard
force-pushed
the
dev/rasmus/report-exec-server-cwd
branch
from
June 23, 2026 19:14
7671489 to
90acccd
Compare
rasmusrygaard
marked this pull request as ready for review
June 23, 2026 19:45
apanasenko-oai
approved these changes
Jun 23, 2026
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.
Summary
environment/infoas an optionalPathUricwdWhy
Remote clients currently have no executor-native default working directory. This forces callers such as app-server-backend to assume
/workspace, which fails for laptop environments. Reporting the cwd alongside the detected shell lets clients use the path convention and location of the actual executor.Impact
This is backward-compatible: the new response field is optional, and clients can continue handling responses from older exec servers. A follow-up app-server-backend change will consume the value for cwd-less
command/execrequests.Validation
just test -p codex-exec-server(275 passed, 2 skipped)