multica/src
Naiyuan Qing 037908cf8d feat(connection): add device verification status feedback for collaborators
Add a "verifying" connection state between "connected" and "registered"
so collaborators see clear feedback while waiting for the device owner
to approve their connection on Desktop.

Changes across the stack:
- Hub: verify RPC returns isNewDevice flag to distinguish new vs whitelisted
- SDK: emit "verifying" state before verify RPC, pass isNewDevice through
- Store: capture isNewDevice via onVerified, capture rejection via onError
- UI: ConnectionStatus (waiting), RejectedStatus (declined), and
  verify success overlay (approved) replace the stuck scanner screen

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 10:44:15 +08:00
..
agent feat(profile): enforce file-based memory with stronger guidance 2026-02-05 03:32:53 +08:00
client Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00
console feat(console): enable CORS for cross-origin web app requests 2026-01-30 22:40:38 +08:00
gateway feat(gateway): add auto-connect, hub discovery via list-devices 2026-02-02 16:13:40 +08:00
hub feat(connection): add device verification status feedback for collaborators 2026-02-05 10:44:15 +08:00
shared refactor(sdk): unify gateway-sdk into @multica/sdk package 2026-02-02 13:43:52 +08:00
index.ts Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00