IM Bridge Overview
Bridge your CCCC working group to popular IM platforms for mobile access.
What is IM Bridge?
The IM Bridge allows you to:
- Send messages to agents from your phone
- Receive updates and notifications
- Control the group with slash commands
- Share files and attachments
Supported Platforms
| Platform | Status | Best For |
|---|---|---|
| Telegram | ✅ | Personal use, quick setup |
| Slack | ✅ | Team collaboration |
| Discord | ✅ | Community/gaming |
| Feishu/Lark | ✅ | Enterprise (China/Global) |
| DingTalk | ✅ | Enterprise (China) |
Design Principles
- 1 Group = 1 Bot: Each working group connects to one bot instance for simplicity and isolation
- Explicit subscription: Users must
/subscribebefore receiving messages - Thin ports: IM bridges only forward messages; the daemon is the single source of truth
Common Commands
Once subscribed to any platform, these commands work universally:
| Command | Description |
|---|---|
/send <message> | Send to foreman (default) |
/send @<actor> <message> | Send to specific actor |
/send @all <message> | Send to all agents |
/send @peers <message> | Send to non-foreman agents |
/subscribe | Start receiving messages |
/unsubscribe | Stop receiving messages |
/status | Show group status |
/pause | Pause message delivery |
/resume | Resume message delivery |
/verbose | Toggle verbose mode |
/help | Show help |
Default Recipient
When using /send without specifying a recipient, messages are automatically sent to the foreman (team lead agent).
CLI Commands
bash
# Configure (platform-specific, see each guide)
cccc im set <platform> --token-env <ENV_VAR>
# Control
cccc im start # Start IM bridge
cccc im stop # Stop IM bridge
cccc im status # Check bridge status
cccc im logs # View logs
cccc im logs -f # Follow logsQuick Start
- Choose a platform from the list above
- Follow the setup guide to create a bot
- Configure CCCC with the bot credentials
- Start the bridge and subscribe in your chat
Next Steps
- Telegram Setup - Quick personal setup
- Slack Setup - Team collaboration
- Discord Setup - Community access
- Feishu/Lark Setup - Enterprise (China/Global)
- DingTalk Setup - Enterprise (China)