multica/packages/store/src
Naiyuan Qing cfd46ee602 refactor(sdk,store): clean up SDK exports and scope tool interruption
- Remove backward-compatible aliases (TextBlock, ThinkingBlock, ToolCallBlock)
  and extractTextFromEvent from SDK — unused after prior refactors
- Add explicit ContentBlock doc comment explaining the wider union tradeoff
- Scope endStream tool interruption to the same agentId (prevents
  cross-agent interference in multi-agent scenarios)
- Handle tool_execution_update event (no-op for now, avoids unhandled case)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 18:12:24 +08:00
..
connection-store.ts refactor(sdk,store): clean up SDK exports and scope tool interruption 2026-02-04 18:12:24 +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