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
Bring back Sign in with Apple's Touch ID prompt. 1.2.4 turned off WebKit's extensible SSO to stop a crash, which also removed the native Apple sign-in sheet — that is why the prompt disappeared on release builds while local 1.2.3 builds still showed it
Fix sign-in completing in the browser window but never activating in codemon: the window would land on chatgpt.com and just sit there. 1.2.3 had started gating capture on a live API call, and Codex's usage endpoint answers 401 to a cookie-only request no matter how good the session is, so a valid sign-in could never be accepted. Capture no longer waits on that call
Recognise Codex session cookies whether or not they are split into chunks