Skip to content

1.2.5

Choose a tag to compare

@github-actions github-actions released this 25 Jul 17:08
04d9d4d
  • 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