multica/packages/hooks/src
Naiyuan Qing 8199dde1b6 feat(core): add message source tracking and persistence
- Add MessageSource type to track where user messages originate (local, gateway, channel)
- Broadcast inbound messages from all channels to local Desktop UI via Hub.onInboundMessage()
- Persist source field in JSONL session storage so it survives page refresh
- Display source icon (Monitor/Smartphone/Send) with tooltip for non-local user messages

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-12 18:45:15 +08:00
..
index.ts feat(core): add message source tracking and persistence 2026-02-12 18:45:15 +08:00
use-chat.ts feat(core): add message source tracking and persistence 2026-02-12 18:45:15 +08:00
use-gateway-chat.ts Merge remote-tracking branch 'origin/main' into feat/telegram-channel 2026-02-09 14:28:06 +08:00
use-gateway-connection.ts refactor(hooks,ui): extract useGatewayChat hook and update shared components 2026-02-05 17:50:47 +08:00