1589e757b4
* 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