ChatGPT iOS Remote Codex permission prompt does not show the target file
What issue are you seeing?
When Remote Codex attempts to edit a file that it does not currently have permission to modify, ChatGPT for iOS displays a confirmation dialog.
However, the dialog only says:
Do you want to allow Codex to make this file change?
It does not identify which file will be modified. This makes it difficult to review the requested permission safely, especially when Codex is editing multiple files.
<img width="1320" height="1701" alt="Image" src="https://github.com/user-attachments/assets/3bbb3180-213a-4247-a501-094425d62aa1" />
What steps can reproduce the bug?
Start a Remote Codex task in ChatGPT for iOS.
Let Codex attempt to edit a file outside its current writable scope.
Wait for the file-change permission dialog to appear.
Observe that the dialog does not display the target file path or filename.
What is the expected behavior?
The dialog should clearly display at least:
The target filename or full file path.
Whether the operation will create, edit, rename, or delete the file.
Ideally, the relevant repository or working-directory context.
<img width="353" height="245" alt="Image" src="https://github.com/user-attachments/assets/ef6f6a7e-059f-40c2-8edb-051fcf43daf9" />
Additional information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗