|
4 | 4 |
|
5 | 5 |  |
6 | 6 |
|
7 | | -A lightweight, secure, cloud-native ACP harness that bridges **Discord, Slack**, and any [Agent Client Protocol](https://github.com/anthropics/agent-protocol)-compatible coding CLI (Kiro CLI, Claude Code, Codex, Gemini, OpenCode, Copilot CLI, etc.) over stdio JSON-RPC — delivering the next-generation development experience. **Telegram, LINE, Feishu/Lark, Google Chat**, and other webhook-based platforms are supported via the standalone [Custom Gateway](gateway/). |
| 7 | +A lightweight, secure, cloud-native ACP harness that bridges **Discord, Slack**, and any [Agent Client Protocol](https://github.com/anthropics/agent-protocol)-compatible coding CLI (Kiro CLI, Claude Code, Codex, Gemini, Qwen Code, OpenCode, Copilot CLI, etc.) over stdio JSON-RPC — delivering the next-generation development experience. **Telegram, LINE, Feishu/Lark, Google Chat**, and other webhook-based platforms are supported via the standalone [Custom Gateway](gateway/). |
8 | 8 |
|
9 | 9 | 🪼 **Join our community!** Come say hi on Discord — we'd love to have you: **[🪼 OpenAB — Official](https://discord.gg/DmbhfDZjQS)** 🎉 |
10 | 10 |
|
@@ -38,7 +38,7 @@ A lightweight, secure, cloud-native ACP harness that bridges **Discord, Slack**, |
38 | 38 |
|
39 | 39 | - **Multi-platform** — supports Discord and Slack, run one or both simultaneously |
40 | 40 | - **Custom Gateway** — extend to Telegram, LINE, Feishu/Lark, Google Chat, MS Teams via standalone [gateway](gateway/) |
41 | | -- **Pluggable agent backend** — swap between Kiro CLI, Claude Code, Codex, Gemini, OpenCode, Copilot CLI via config |
| 41 | +- **Pluggable agent backend** — swap between Kiro CLI, Claude Code, Codex, Gemini, Qwen Code, OpenCode, Copilot CLI via config |
42 | 42 | - **@mention trigger** — mention the bot in an allowed channel to start a conversation |
43 | 43 | - **Thread-based multi-turn** — auto-creates threads; no @mention needed for follow-ups |
44 | 44 | - **Multi-agent collaboration** — bot-to-bot messaging for coordinated workflows ([docs/multi-agent.md](docs/multi-agent.md)) |
@@ -156,6 +156,7 @@ The bot creates a thread. After that, just type in the thread — no @mention ne |
156 | 156 | | Codex | `codex-acp` | [@zed-industries/codex-acp](https://github.com/zed-industries/codex-acp) | [docs/codex.md](docs/codex.md) | |
157 | 157 | | Gemini | `gemini --acp` | Native | [docs/gemini.md](docs/gemini.md) | |
158 | 158 | | OpenCode | `opencode acp` | Native | [docs/opencode.md](docs/opencode.md) | |
| 159 | +| Qwen Code | `qwen --acp` | Native | [docs/qwen.md](docs/qwen.md) | |
159 | 160 | | Copilot CLI ⚠️ | `copilot --acp --stdio` | Native | [docs/copilot.md](docs/copilot.md) | |
160 | 161 | | Cursor | `cursor-agent acp` | Native | [docs/cursor.md](docs/cursor.md) | |
161 | 162 |
|
|
0 commit comments