multica/apps/desktop/electron/ipc
Jiang Bohan 4a986b1d9a feat(desktop): add local chat IPC handlers
Add IPC handlers for direct local agent communication:
- localChat:subscribe - Subscribe to agent events
- localChat:unsubscribe - Unsubscribe from events
- localChat:send - Send message to local agent
- localChat:getHistory - Get message history

This enables chat without Gateway connection.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 16:46:33 +08:00
..
agent.ts feat(desktop): improve profile IPC and error handling 2026-02-04 13:26:40 +08:00
hub.ts feat(desktop): add local chat IPC handlers 2026-02-04 16:46:33 +08:00
index.ts fix(desktop): remove unused setupDeviceConfirmation import 2026-02-04 14:07:46 +08:00
profile.ts feat(desktop): add style selector to agent settings dialog 2026-02-04 14:42:29 +08:00
skills.ts feat(desktop): add IPC handlers for Hub, Tools, and Skills management 2026-02-03 18:25:20 +08:00