Skip to content

Commit c78419e

Browse files
committed
docs: update README Feature Support Matrix and supported assistants (analysis 2025-11-29T08:25:50.611Z)
1 parent 9204c1e commit c78419e

File tree

1 file changed

+34
-11
lines changed

1 file changed

+34
-11
lines changed

README.md

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**One CLI to Rule Them All.**
1010
<br>
11-
Tired of juggling multiple AI coding assistants? **CAM** is a unified Python CLI to manage configurations, prompts, skills, and plugins for Claude, Codex, Gemini, Qwen, and more from a single, polished terminal interface.
11+
Tired of juggling multiple AI coding assistants? **CAM** is a unified Python CLI to manage configurations, prompts, skills, and plugins for **14 AI assistants** including Claude, Codex, Gemini, Qwen, Copilot, and more from a single, polished terminal interface.
1212

1313
</div>
1414

@@ -28,6 +28,7 @@ CAM solves this by providing a single, consistent interface to manage everything
2828
- **Unified Management:** One tool (`cam`) to install, configure, and run all your AI assistants.
2929
- **Centralized Configuration:** Manage all API keys and settings from a single `.env` file.
3030
- **Interactive TUI:** A polished, interactive menu (`cam launch`) for easy navigation and operation.
31+
- **MCP Registry:** Built-in registry with **381 pre-configured MCP servers** ready to install.
3132
- **Extensible Framework:** Standardized architecture for managing:
3233
- **Agents:** Standalone assistant configurations.
3334
- **Prompts:** Reusable system prompts synced across assistants.
@@ -36,15 +37,37 @@ CAM solves this by providing a single, consistent interface to manage everything
3637
- **MCP Support:** First-class support for the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/), allowing assistants to connect to external data sources and tools.
3738
- **Diagnostics:** A built-in `doctor` command to validate your environment and connectivity.
3839

40+
## Supported AI Assistants
41+
42+
CAM supports **14 AI coding assistants**:
43+
44+
| Assistant | Description |
45+
| :--- | :--- |
46+
| **Claude** | Anthropic Claude Code CLI |
47+
| **Codex** | OpenAI Codex CLI |
48+
| **Gemini** | Google Gemini CLI |
49+
| **Qwen** | Alibaba Qwen Code CLI |
50+
| **Copilot** | GitHub Copilot CLI |
51+
| **CodeBuddy** | Tencent CodeBuddy CLI |
52+
| **Droid** | Factory.ai Droid CLI |
53+
| **iFlow** | iFlow AI CLI |
54+
| **Crush** | Charmland Crush CLI |
55+
| **Cursor** | Cursor Agent CLI |
56+
| **Neovate** | Neovate Code CLI |
57+
| **Qoder** | Qoder CLI |
58+
| **Zed** | Zed Editor |
59+
3960
## Feature Support Matrix
4061

41-
| Feature | Claude | Codex | Gemini | Qwen | LiteLLM |
42-
| :--- | :---: | :---: | :---: | :---: | :---: |
43-
| **Agent** Management ||||||
44-
| **Prompt** Syncing ||||||
45-
| **Skill** Installation ||||||
46-
| **Plugin** Support ||||||
47-
| **MCP** Integration ||||||
62+
| Feature | Claude | Codex | Gemini | Qwen | CodeBuddy | Droid | Copilot |
63+
| :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
64+
| **Agent** Management ||||||||
65+
| **Prompt** Syncing ||||||||
66+
| **Skill** Installation ||||||||
67+
| **Plugin** Support ||||||||
68+
| **MCP** Integration ||||||||
69+
70+
> **Note:** MCP integration is supported for all 14 assistants including Cursor, Crush, iFlow, Neovate, Qoder, and Zed.
4871
4972
## Installation
5073

@@ -88,11 +111,11 @@ CAM provides a rich set of subcommands for power users.
88111
| :--- | :--- | :--- |
89112
| `cam launch` | `l` | Launch the interactive TUI or a specific assistant. |
90113
| `cam doctor` | `d` | Run diagnostic checks on your environment and API keys. |
91-
| `cam agent` | `a` | Manage and configure AI assistants (Agents). |
114+
| `cam agent` | `ag` | Manage and configure AI assistants (Agents). |
92115
| `cam prompt` | `p` | Manage and sync system prompts across all assistants. |
93116
| `cam skill` | `s` | Install and manage collections of tools (Skills). |
94-
| `cam plugin` | - | Manage marketplace extensions (Plugins). |
95-
| `cam mcp` | - | Manage Model Context Protocol (MCP) servers. |
117+
| `cam plugin` | `pl` | Manage marketplace extensions (Plugins). |
118+
| `cam mcp` | `m` | Manage Model Context Protocol (MCP) servers. |
96119
| `cam upgrade` | `u` | Upgrade CAM and all underlying assistant tools. |
97120
| `cam install` | `i` | Alias for `upgrade`. |
98121
| `cam uninstall` | `un` | Uninstall tools and manage their configuration files. |

0 commit comments

Comments
 (0)