Untracked files are not under unstaged tab
What version of the Codex App are you using (From “About Codex” dialog)?
Version 26.707.41301
What subscription do you have?
Pro
What platform is your computer?
Darwin 25.1.0 arm64 arm
What issue are you seeing?
All untracked files are not under the unstaged changes. That came after the GPT-5.6 release. Therefore untracked files which are new files added to the repo can't be only seen in "Branch" View.
The top image is Zed and Zed is splitting the files Into unstaged and untracked. And there you can see the green part which is not in codex. Both screenshots are same branch, etc. 30s away from each other.
<img width="821" height="2038" alt="Image" src="https://github.com/user-attachments/assets/1d524c71-37fd-45c6-a4c9-e0178110e91e" />
<img width="4096" height="1214" alt="Image" src="https://github.com/user-attachments/assets/31b7907c-2f6b-4e20-a2e1-b2169eca0b52" />
What steps can reproduce the bug?
Its the standard in the app, so just use it.
What is the expected behavior?
See all files that are changed including new files.
Additional information
_No response_
9 Comments
Same problem here! macOS 26.5.1 (25F80). I can't belive it's not fixed yet
A workaround: run
git add -N .while the number of files mismatches before the code review.How can a regression like this get around testing?
It's honestly insane. It's like the pink elephant in the room.
didnt know that one. Thanks!
Building on the
git add -N .workaround above, this is the prompt I’ve been using inside Codex so it handles the intent-to-add step without staging file contents:This helped because Codex can target the untracked files directly instead of me manually running the command.
Looks like it was fixed with the latest update, at least on Windows.
<img width="290" height="205" alt="Image" src="https://github.com/user-attachments/assets/044a9322-d0cd-4b45-b231-7740bf417bd9" />
It appears to be working for me in ChatGPT 26.715.21425 on MacOS now too.
<img width="791" height="194" alt="Image" src="https://github.com/user-attachments/assets/21f2f681-b143-4037-a790-a01b29b339ab" />
Version 26.715.21425
I checked it and now it also works on macOS for me.