Summary
I want Codex to make an actual file change when I ask /codex:rescue to do something that requires writing (create, edit, or delete a file). Every time, it comes back saying it can't because the sandbox is read-only — even for something as simple as creating a plain text file inside my own project folder.
Environment
- OS: Windows 11
- Codex CLI: 0.142.4
- Plugin: codex-plugin-cc 1.0.5
- Claude Code, invoking via
/codex:rescue
Steps to reproduce
- Open a project in Claude Code with the Codex plugin installed and authenticated.
- Run
/codex:rescue create a file named test.txt containing "hello" (or any task that clearly requires a write).
- Wait for the result.
Expected
The file gets created.
Actual
Codex reports the workspace as read-only and refuses to write, every time — not occasionally.
Related
Possibly the same underlying issue as openai/codex#6428, though that one isn't specific to this plugin and I couldn't find a plugin-side issue describing this exact case.
Summary
I want Codex to make an actual file change when I ask
/codex:rescueto do something that requires writing (create, edit, or delete a file). Every time, it comes back saying it can't because the sandbox is read-only — even for something as simple as creating a plain text file inside my own project folder.Environment
/codex:rescueSteps to reproduce
/codex:rescue create a file named test.txt containing "hello"(or any task that clearly requires a write).Expected
The file gets created.
Actual
Codex reports the workspace as read-only and refuses to write, every time — not occasionally.
Related
Possibly the same underlying issue as openai/codex#6428, though that one isn't specific to this plugin and I couldn't find a plugin-side issue describing this exact case.