multica/apps/desktop/electron
Naiyuan Qing 607adeb667 feat(desktop): implement local chat with direct IPC and mode switching
Add LocalChat component using useLocalChat hook that communicates with
the Hub via IPC (no Gateway required). Fix streamId extraction to use
event.message.id matching Hub behavior. Fix history to return raw
AgentMessageItem[] instead of flattened strings. Add exec approval
forwarding over IPC. Use conditional rendering for LocalChat to prevent
event leaking from remote sessions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 17:50:55 +08:00
..
ipc feat(desktop): implement local chat with direct IPC and mode switching 2026-02-05 17:50:55 +08:00
electron-env.d.ts feat(desktop): implement local chat with direct IPC and mode switching 2026-02-05 17:50:55 +08:00
main.ts merge: resolve conflicts with origin/main 2026-02-04 14:04:47 +08:00
preload.ts feat(desktop): implement local chat with direct IPC and mode switching 2026-02-05 17:50:55 +08:00