multica/packages/store/src
Naiyuan Qing e4f1d51453 feat(store,ui): handle Hub error messages and display error banner
- Handle `action: "error"` messages in connection-store (e.g. UNAUTHORIZED)
- Widen lastError type to `{code, message}` to support all error codes
- Display dismissible error banner in Chat with role="alert" and aria-live
- Add accessible close button with focus-visible ring

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 18:39:32 +08:00
..
connection-store.ts feat(store,ui): handle Hub error messages and display error banner 2026-02-04 18:39:32 +08:00
connection.ts fix(store): use string prefix + URLSearchParams for connection URL parsing 2026-02-03 20:13:51 +08:00
index.ts feat(store,ui): add tool execution lifecycle and ContentBlock rendering 2026-02-04 17:30:37 +08:00
messages.ts refactor(sdk,store): clean up SDK exports and scope tool interruption 2026-02-04 18:12:24 +08:00
use-auto-connect.ts refactor(store): consolidate 3 stores into ConnectionStore + MessagesStore 2026-02-04 10:12:45 +08:00