Files
Kilo-Org_kilo/packages/opencode/src
Marius 1589e757b4 fix: handle AbortError during kilo login and org selection (#251)
* fix: handle AbortError during kilo login and org selection

Async onSelect handlers in DialogKiloOrganization and team selection
were not wrapped in try/catch. Since DialogSelect calls onSelect
without awaiting the returned promise, any rejection (e.g. AbortError
from SDK signal) became an unhandled rejection that Bun dumped raw to
the terminal. Wrap all async SDK calls in org/team selection with
proper error handling and silently ignore AbortErrors.

* fix: log non-abort errors during fallback sync reset
2026-02-11 16:14:37 +00:00
..
2026-02-10 22:40:05 -03:00
2026-02-02 12:47:09 +01:00
2026-02-10 22:48:25 -03:00
2026-02-05 15:36:43 +00:00
2026-02-10 22:10:03 -03:00
2026-02-10 22:10:03 -03:00
2026-02-02 12:47:09 +01:00
2026-02-10 22:10:03 -03:00
2026-02-10 22:10:03 -03:00
2026-02-02 12:47:09 +01:00
2026-01-18 09:47:18 -06:00
2026-02-10 22:40:05 -03:00
2026-02-02 12:47:09 +01:00
2026-02-10 22:10:03 -03:00
2026-02-10 22:48:25 -03:00
2026-02-10 22:40:05 -03:00
2026-02-10 22:10:03 -03:00
2026-02-10 22:40:05 -03:00
2026-02-10 22:10:03 -03:00
2026-01-29 14:18:06 +01:00