mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
6d94635631
✨ feat(bot): add iMessage Desktop bridge with Labs gate Desktop-side BlueBubbles bridge for the iMessage channel: - Bridge runtime (ImessageBridgeCtr/Srv) + gateway message_api_request routing; chat-adapter-imessage api lists all webhooks instead of the 500-prone url filter (first-time save no longer fails). - iMessage channel UI: desktopDeviceId + webhookSecret are auto-filled/generated (not user fields); a single "Save Configuration" persists both the cloud provider and the local bridge via a post-save extension point — no separate "Save Bridge" button. - Gated behind the `enableImessage` Labs preference (off → "Coming Soon"). - Group local-testing bot skills into per-channel folders + add iMessage bridge/outbound regression scripts. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
16 lines
467 B
YAML
16 lines
467 B
YAML
packages:
|
|
- '../cli'
|
|
- '../../packages/agent-gateway-client'
|
|
- '../../packages/chat-adapter-imessage'
|
|
- '../../packages/heterogeneous-agents'
|
|
- '../../packages/const'
|
|
- '../../packages/electron-server-ipc'
|
|
- '../../packages/electron-client-ipc'
|
|
- '../../packages/file-loaders'
|
|
- '../../packages/desktop-bridge'
|
|
- '../../packages/device-gateway-client'
|
|
- '../../packages/local-file-shell'
|
|
- './stubs/business-const'
|
|
- './stubs/types'
|
|
- '.'
|