singularity-forge/packages/pi-coding-agent/src/modes
Tom Boucher d94728aa7e fix: prevent crash when cancelling OAuth provider login dialog (#821) (#831)
OAuthSelectorComponent calls its onSelect callback synchronously (no
await), but the callback was async — calling showLoginDialog which
throws 'Login cancelled' on Escape. The unhandled rejection bubbled
up to the uncaughtException handler and crashed GSD.

Wrap the async work in a named function with .catch() so cancellation
errors are swallowed gracefully. showLoginDialog already handles its
own error display internally.
2026-03-17 07:49:09 -06:00
..
interactive fix: prevent crash when cancelling OAuth provider login dialog (#821) (#831) 2026-03-17 07:49:09 -06:00
rpc fix: resolve TypeScript errors in GSD extension files (#571) 2026-03-15 19:12:23 -06:00
index.ts feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
print-mode.ts feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00