mirror of
https://github.com/openai/codex.git
synced 2026-09-03 14:59:03 +00:00
## Why Read command actions were omitted when a selected environment used a path convention foreign to the app-server host. Clients need these actions to refer to files in the executor's filesystem, not paths interpreted on the host. ## What changed - Resolve read paths against the executor's `PathUri` and serialize them using the executor's native POSIX, Windows drive, or UNC convention. - Accept same-drive Windows-relative paths while continuing to reject paths that require another drive's executor-local current directory. - Document the path convention used by `commandExecution` notifications. ## Testing Cover native and cross-platform path serialization, Windows drive-relative joins, and selected-environment `item/started` and `item/completed` notifications. GitOrigin-RevId: 3c5a9bb1caafd35e04a0a0cceab91fee590372b9