No client-side file provider, unsaved buffers are invisible

Open 💬 0 comments Opened Aug 27, 2026 by openconcerto

What variant of Codex are you using?

Codex with our Eclipse IDE plugin (codexide.org)

What feature would you like to see?

fs/* goes from client to server (the client reads the server's FS), never the other way around. Codex therefore always reads from disk.
If the user has uncommitted changes in Eclipse, the agent reasons on a stale version and then overwrites it.
There is no overlay mechanism or dryRun anywhere in the schema.
Request: a server -> client fs/readFile request (the client serves the buffer content), or an unsavedFiles field per turn.

Additional information

_No response_

View original on GitHub ↗