Skip to content

Add a bounded filesystem walk RPC - #29841

Merged
jif-oai merged 2 commits into
mainfrom
jif/fs-walk-rpc
Jun 24, 2026
Merged

Add a bounded filesystem walk RPC#29841
jif-oai merged 2 commits into
mainfrom
jif/fs-walk-rpc

Conversation

@jif-oai

@jif-oai jif-oai commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Stack 1 of 3. Follow-ups: #29842 and #29844.

What changes

Adds a general bounded fs/walk operation to the exec server.

The operation returns file and directory entries plus recoverable per-path errors. It skips symlinks, preserves the existing filesystem sandbox routing, and enforces depth, directory, entry, and response-size limits.

This PR only defines and wires the filesystem operation. It does not change any callers yet.

@jif-oai
jif-oai requested a review from a team as a code owner June 24, 2026 10:37

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cd1a5ee85e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread codex-rs/file-system/src/lib.rs
Comment thread codex-rs/core-skills/src/loader/environment.rs Outdated
Comment thread codex-rs/core-skills/src/loader/environment.rs Outdated
@jif-oai
jif-oai merged commit c14623d into main Jun 24, 2026
31 checks passed
@jif-oai
jif-oai deleted the jif/fs-walk-rpc branch June 24, 2026 15:05
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 24, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants