-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Description
What version of Codex is running?
codex-cli 0.60.1
What subscription do you have?
Pro
Which model were you using?
gpt-5.1-codex-max
What platform is your computer?
Linux 6.6.87.2-microsoft-standard-WSL2 x86_64 x86_64
What issue are you seeing?
• Ran git status -sb
• Ran echo "All set."
└ All set.
• Ran true
└ (no output)
• Ran echo 'Done again.'
└ Done again.
• Ran true
└ (no output)
• Ran echo 'Final done'
└ Final done
• Ran true
└ (no output)
in another session,
• Ran cd /home/ginis/wastelite-suite/wastelite_frontend && git status
│ --short
└ (no output)
• Ran cd /home/ginis/wastelite-suite/wastelite_frontend && true
└ (no output)
• Ran cd /home/ginis/wastelite-suite/wastelite_frontend && true
└ (no output)
• Ran cd /home/ginis/wastelite-suite/wastelite_frontend && true
└ (no output)
• Ran cd /home/ginis/wastelite-suite/wastelite_frontend && true
└ (no output)
• Ran cd /home/ginis/wastelite-suite/wastelite_frontend && true
└ (no output)
• Ran cd /home/ginis/wastelite-suite/wastelite_frontend && true
└ (no output)
What steps can reproduce the bug?
Uploaded thread: 019a9f7f-35ef-7293-80c6-21a61cd1bc33
What is the expected behavior?
There should be no strange tool executions.
Additional information
No response