Untracked files are not under unstaged tab

Resolved 💬 9 comments Opened Jul 12, 2026 by henningpokriefke Closed Jul 17, 2026

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_

View original on GitHub ↗

9 Comments

facmartoni · 7 days ago

Same problem here! macOS 26.5.1 (25F80). I can't belive it's not fixed yet

facmartoni · 7 days ago

A workaround: run git add -N . while the number of files mismatches before the code review.

tmc101 · 7 days ago

How can a regression like this get around testing?

facmartoni · 7 days ago
How can a regression like this get around testing?

It's honestly insane. It's like the pink elephant in the room.

henningpokriefke · 7 days ago
git add -N .

didnt know that one. Thanks!

mikemclin · 5 days ago

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:

In the ChatGPT/Codex desktop app Review tab, untracked files are not showing under the Unstaged filter. Please make untracked files visible there by running git add --intent-to-add for all untracked files, but do not stage their contents.

This helped because Codex can target the untracked files directly instead of me manually running the command.

bsmassena · 3 days ago

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" />

mikemclin · 3 days ago

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" />

henningpokriefke · 3 days ago

Version 26.715.21425
I checked it and now it also works on macOS for me.