Skip to content

[codex] migrate exec-server filesystem protocol to PathUri#27653

Merged
anp-oai merged 5 commits into
mainfrom
codex/exec-server-path-uri-protocol
Jun 11, 2026
Merged

[codex] migrate exec-server filesystem protocol to PathUri#27653
anp-oai merged 5 commits into
mainfrom
codex/exec-server-path-uri-protocol

Conversation

@anp-oai

@anp-oai anp-oai commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Exec-server filesystem calls should preserve cross-platform file: URIs across the remote boundary instead of converting them through paths native to the client host.

This changes the exec-server filesystem protocol DTOs to use PathUri, carries those values directly through remote and sandbox-helper transports, and keeps legacy native absolute-path request strings readable for compatibility. It also updates protocol documentation and coverage for URI serialization and non-native URI forwarding.

@anp-oai
anp-oai marked this pull request as ready for review June 11, 2026 19:22

@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: 15a21e11f3

ℹ️ 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/exec-server/src/remote_file_system.rs
Comment thread codex-rs/exec-server/src/protocol.rs
Comment thread codex-rs/exec-server/src/server/file_system_handler.rs Outdated
Comment thread codex-rs/exec-server/src/protocol.rs
@anp-oai
anp-oai merged commit d23bb22 into main Jun 11, 2026
31 checks passed
@anp-oai
anp-oai deleted the codex/exec-server-path-uri-protocol branch June 11, 2026 22:09
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 11, 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