What version of the Codex App are you using (From “About Codex” dialog)?
26.325.3894.0
What subscription do you have?
On Windows, the Codex Windows App repeatedly spawns Git processes such as: - git.exe status --porcelain=v1 -z and also creates matching console host processes such as: - \??\C:\WINDOWS\system32\conhost.exe 0x4 After closing the Codex window, new processes stop appearing, but many existing git.exe / conhost.exe processes remain alive. Even after ending Codex.exe from Task Manager, the leftover Git-related processes are still present. This looks like the app is polling Git state very aggressively and not cleaning up child processes correctly on exit.
What platform is your computer?
No response
What issue are you seeing?
C:\Users\root\Documents\New project\ is the default project directory used by Codex.
What steps can reproduce the bug?
- Open Codex Windows App.
- Open a Git repository.
- Observe Task Manager / Process Explorer.
- Notice repeated creation of:
git.exe status --porcelain=v1 -z
conhost.exe 0x4
- Close the Codex app window.
- New Git processes stop appearing, but many previously created
git.exe / conhost.exe processes remain.
- End
Codex.exe manually in Task Manager.
- Leftover
git.exe / conhost.exe processes are still not cleaned up.
What is the expected behavior?
No response
Additional information
No response
What version of the Codex App are you using (From “About Codex” dialog)?
26.325.3894.0
What subscription do you have?
On Windows, the Codex Windows App repeatedly spawns Git processes such as: -
git.exe status --porcelain=v1 -zand also creates matching console host processes such as: -\??\C:\WINDOWS\system32\conhost.exe 0x4After closing the Codex window, new processes stop appearing, but many existinggit.exe/conhost.exeprocesses remain alive. Even after endingCodex.exefrom Task Manager, the leftover Git-related processes are still present. This looks like the app is polling Git state very aggressively and not cleaning up child processes correctly on exit.What platform is your computer?
No response
What issue are you seeing?
C:\Users\root\Documents\New project\ is the default project directory used by Codex.
What steps can reproduce the bug?
git.exe status --porcelain=v1 -zconhost.exe 0x4git.exe/conhost.exeprocesses remain.Codex.exemanually in Task Manager.git.exe/conhost.exeprocesses are still not cleaned up.What is the expected behavior?
No response
Additional information
No response