-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
Description
What version of Codex is running?
visual stuido code extension 0.5.11
Which model were you using?
gpt-5-codex
What platform is your computer?
Microsoft Windows NT 10.0.26100.0 x64
What steps can reproduce the bug?
This issue occurs when GPT reaches its usage limits while continuing its workflow. More specifically, if the limit is exceeded during a patch or code modification, GPT may leave faulty code fragments in different parts of the project.
What is the expected behavior?
Usage limits should not interrupt GPT while it continues its workflow. The limit check should only occur when the user submits a new request. This way, edits to the project will not be abruptly stopped, and potential errors can be avoided.
What do you see instead?
When GPT runs in automatic mode, hitting the usage limit interrupts the process mid-function, causing the operation to end up incomplete, partial, or erroneous.
Additional information
No response