Skip to content

Remove fs/join and fs/parent from exec-server protocol - #27700

Merged
anp-oai merged 1 commit into
mainfrom
codex/remove-exec-server-fs-path-rpcs
Jun 11, 2026
Merged

Remove fs/join and fs/parent from exec-server protocol#27700
anp-oai merged 1 commit into
mainfrom
codex/remove-exec-server-fs-path-rpcs

Conversation

@anp-oai

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

Copy link
Copy Markdown
Contributor

Summary

Path composition is already handled by PathUri, leaving fs/join and fs/parent as redundant exec-server protocol surface. Because app-server and exec-server are deployed atomically, these obsolete methods can be removed without a compatibility shim.

This removes the protocol constants and payloads, public client APIs, server registrations and handlers, and endpoint-only tests. Existing in-process PathUri join/parent coverage remains.

Validation

  • just test -p codex-exec-server (215 passed, 2 skipped)

@anp-oai anp-oai changed the title Remove exec-server fs path RPCs Remove fs/join and fs/parent from exec-server protocol Jun 11, 2026
@anp-oai
anp-oai marked this pull request as ready for review June 11, 2026 22:34
@anp-oai
anp-oai merged commit e069153 into main Jun 11, 2026
31 checks passed
@anp-oai
anp-oai deleted the codex/remove-exec-server-fs-path-rpcs branch June 11, 2026 22:48
@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