Multi-platform bot bridge connecting Feishu, Telegram, WeCom, DingTalk with Claude Code CLI.
| Language | Documentation |
|---|---|
| English | README_en.md |
| 中文 | README_zh.md |
| 开发者指南 | CLAUDE.md |
- 4 Platforms: Feishu, Telegram, WeCom, DingTalk
- MCP Server: Proactive messaging via stdio
- i18n: Chinese and English UI
- Permission System: Three-tier risk model with approval workflow
- Streaming: Real-time AI responses with thinking process display
# Configure at least one platform
export TELEGRAM_BOT_TOKEN=your_token
export SYNAPSE_LANGUAGE=en # Optional, defaults to Chinese
# Run
npx synapse@latest- Real-time streaming responses
- Thinking process display (collapsible panel)
- Tool call notifications
- Session management with resume support
- Concurrency control (serial per session, parallel across sessions)
- Image messages and screenshots
- Stop button for long-running tasks
- Lifecycle notifications (startup/shutdown)
- Daemon mode (
Synapse -d)
- English Guide — Complete documentation in English
- 中文文档 — 完整中文文档
- Developer Guide — Architecture, APIs, and development tasks
MIT