Skip to content

Commit 2d13181

Browse files
committed
docs: update README assistant count, MCP note, and installation instructions (2025-11-29T08:32:08Z)
1 parent c78419e commit 2d13181

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 4 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 **14 AI assistants** including Claude, Codex, Gemini, Qwen, Copilot, 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 **13 AI assistants** including Claude, Codex, Gemini, Qwen, Copilot, and more from a single, polished terminal interface.
1212

1313
</div>
1414

@@ -39,7 +39,7 @@ CAM solves this by providing a single, consistent interface to manage everything
3939

4040
## Supported AI Assistants
4141

42-
CAM supports **14 AI coding assistants**:
42+
CAM supports **13 AI coding assistants**:
4343

4444
| Assistant | Description |
4545
| :--- | :--- |
@@ -67,12 +67,13 @@ CAM supports **14 AI coding assistants**:
6767
| **Plugin** Support ||||||||
6868
| **MCP** Integration ||||||||
6969

70-
> **Note:** MCP integration is supported for all 14 assistants including Cursor, Crush, iFlow, Neovate, Qoder, and Zed.
70+
> **Note:** MCP integration primarily supports Claude, Codex, Gemini, and Droid.
7171
7272
## Installation
7373

7474
```bash
75-
pip install code-assistant-manager
75+
# Not available via pip yet; run the installer
76+
./install.sh
7677
```
7778

7879
## Quick Start

README_zh.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ code-assistant-manager 提供单一 CLI 来访问多个 AI 编码助手(如 Cl
1818

1919
开发/可编辑安装:
2020

21-
pip install -e .
21+
# 暂时无法通过 pip 安装,请运行安装脚本
22+
./install.sh
2223

2324
运行示例:
2425

0 commit comments

Comments
 (0)