singularity-forge/packages/pi-coding-agent/src/modes/interactive
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
..
components feat: render native web search in TUI + PREFER_BRAVE_SEARCH toggle (#806) 2026-03-16 23:35:20 -06:00
theme Fix #453 native hangs in GSD auto-mode paths (#502) 2026-03-15 22:22:58 -06:00
interactive-mode.ts fix: prevent crash when cancelling OAuth provider login dialog (#821) (#831) 2026-03-17 07:49:09 -06:00