You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed an issue where the access permission confirmation screen was incorrectly identified as complete during prompt flow execution, causing the next prompt to be sent.
Modified the system to check the current xterm screen and prevent proceeding to the next step while a confirmation prompt (such as for permission, approval, or trust verification) is displayed.
Fixed an issue where the process was incorrectly treated as complete following a screen redraw or the sending of an "Enter" keypress while the confirmation screen was still visible.
Fixed a conflict between observer disconnection and the streaming of output/resize events during session sharing.
Fixed an issue where deleting an item currently being processed in the prompt flow caused a different queue item to be deleted as well.
Updated the "Full Auto" startup arguments to align with current Codex CLI specifications.