Screenshots are bugged in codex
What version of Codex is running?
v0.80.0
What subscription do you have?
plus
Which model were you using?
gpt-5.2-codex
What platform is your computer?
Linux 6.6.87.2-microsoft-standard-WSL2 x86_64 x86_64
What issue are you seeing?
<img width="1515" height="582" alt="Image" src="https://github.com/user-attachments/assets/82bca4d9-4ddb-4abd-a730-21337a6e07c7" />
What steps can reproduce the bug?
The Codex CLI is no longer giving the model the correct full path. It only provides the filename. Before, it used to include the full path.
I’m on Windows with WSL, so it should provide Windows paths in the WSL format (/mnt/c/...). Previously, when the model received Windows-style paths like C:\..., it tried to access them as Linux paths and failed. I worked around that by telling it to use /mnt/....
Now, when I paste an image, the CLI doesn’t give the model the full path it needs to open the screenshot. This means I have to do extra steps just to make the model see a screenshot.
This needs to be fixed soon.
What is the expected behavior?
_No response_
Additional information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗