Uncommitted changes cause application crash
Resolved 💬 2 comments Opened Feb 9, 2026 by szabizs Closed Feb 9, 2026
What version of the Codex App are you using (From “About Codex” dialog)?
260208.1016 (571)
What subscription do you have?
Business
What issue are you seeing?
I have a large project that has multiple branches, the Codex App gets all the modifications from all branches +2 milion changes and it restarts in a loop.
I cannot even see what it does.
<img width="344" height="129" alt="Image" src="https://github.com/user-attachments/assets/3bd5f667-30dd-441d-beaf-371563ad2322" />
git diff --numstat HEAD -- . | awk '{add+=$1; del+=$2} END {print "Added:", add, "Deleted:", del, "Total:", add+del}'
Added: 62 Deleted: 19 Total: 81
What steps can reproduce the bug?
Just adding the project to the Threads freezes the whole APP.
What is the expected behavior?
The experience should be smooth regardless of our branches.
Additional information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗