Support multi-env list_dir routing#20530
Closed
starr-openai wants to merge 1 commit intostarr/shell-command-env-routing-20260504from
Closed
Support multi-env list_dir routing#20530starr-openai wants to merge 1 commit intostarr/shell-command-env-routing-20260504from
starr-openai wants to merge 1 commit intostarr/shell-command-env-routing-20260504from
Conversation
bb86a00 to
b12b789
Compare
1160244 to
22eef90
Compare
This was referenced May 1, 2026
0af9dc8 to
10c03f9
Compare
Bojun-Vvibe
added a commit
to Bojun-Vvibe/oss-contributions
that referenced
this pull request
May 1, 2026
…ini-cli) - openai/codex#20564 — Enforce animations=false for screen readers (merge-as-is) - openai/codex#20530 — Support multi-env filesystem tools (merge-after-nits) - BerriAI/litellm#26956 — Fix MCP semantic filter native tool passthrough (merge-after-nits) - google-gemini/gemini-cli#26277 — docs(sdk): add JSDoc to all exports (merge-as-is)
b12b789 to
d4a8a2b
Compare
3fa2aba to
6c964db
Compare
d4a8a2b to
8976c4a
Compare
8976c4a to
bc45b5c
Compare
6c964db to
5c5dab3
Compare
bc45b5c to
57186e5
Compare
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
4a2eede to
59c7be7
Compare
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
59c7be7 to
d008943
Compare
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
d008943 to
df5d06d
Compare
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
df5d06d to
6c0bc24
Compare
0810fe5 to
ac26c8f
Compare
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
6c0bc24 to
53cd267
Compare
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
53cd267 to
0fb60d1
Compare
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
0080b3b to
10a5afd
Compare
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
starr-openai
added a commit
that referenced
this pull request
May 4, 2026
Co-authored-by: Codex <noreply@openai.com>
10a5afd to
353fa86
Compare
This was referenced May 5, 2026
Co-authored-by: Codex <noreply@openai.com>
Contributor
Author
|
Closing this follow-up because the targeted tool path has been removed; continuing the stack from #21142. |
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.
Why
This PR is the
list_dirslice of the multi-environment tool stack. Keeping it separate from shell, view_image, and apply_patch makes the review boundary one tool family wide.Stack:
What changed
environment_idonlist_dironly when multiple environments are selected.Verification
just fmtgit diff --checkLocal Cargo validation is blocked by the Codex repo guardrail that requires devbox/Bazel validation instead of laptop-local Cargo.