Skip to content

Commit b18f71e

Browse files
committed
feat: add 11 more coding agents (21 total)
Added: copilot-cli, qwen-code, mistral-vibe, kiro, amp, droid, warp, augment, kilo, crush, hermes Any unknown agent now falls back to universal MCP config. Fix .gitignore to not exclude cmd/yaad/ directory.
1 parent 9410206 commit b18f71e

4 files changed

Lines changed: 788 additions & 20 deletions

File tree

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Binary
2-
yaad
3-
yaad.exe
1+
# Binary (root level only)
2+
/yaad
3+
/yaad.exe
44

55
# Database (local, not shared)
66
*.db

README.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,42 @@
2727

2828
<div align="center">
2929

30+
**Big-Lab Native**
31+
3032
| Agent | Integration | Setup |
3133
|:---:|:---:|:---:|
3234
| 🤖 **Claude Code** | MCP + hooks | `yaad setup claude-code` |
33-
| 🖱️ **Cursor** | MCP | `yaad setup cursor` |
35+
| 🧠 **Codex CLI** | MCP | `yaad setup codex-cli` |
3436
| 💎 **Gemini CLI** | MCP | `yaad setup gemini-cli` |
37+
| 🐙 **Copilot CLI** | MCP | `yaad setup copilot-cli` |
38+
| 🌸 **Qwen Code** | MCP | `yaad setup qwen-code` |
39+
| 🌊 **Mistral Vibe** | MCP | `yaad setup mistral-vibe` |
40+
| ☁️ **Kiro** (AWS) | MCP | `yaad setup kiro` |
41+
42+
**IDE / Startup**
43+
44+
| Agent | Integration | Setup |
45+
|:---:|:---:|:---:|
46+
| 🖱️ **Cursor** | MCP | `yaad setup cursor` |
47+
| 🌊 **Windsurf** | MCP | `yaad setup windsurf` |
48+
|**Amp** (Sourcegraph) | MCP | `yaad setup amp` |
49+
| 🤖 **Droid** (Factory) | MCP | `yaad setup droid` |
50+
| 🚀 **Warp** | MCP | `yaad setup warp` |
51+
| 🔍 **Augment** | MCP | `yaad setup augment` |
52+
53+
**Open Source / Community**
54+
55+
| Agent | Integration | Setup |
56+
|:---:|:---:|:---:|
3557
| 📦 **OpenCode** | MCP + TS plugin | `yaad setup opencode` |
36-
| 🧠 **Codex CLI** | MCP | `yaad setup codex-cli` |
3758
| 🔧 **Cline** | MCP | `yaad setup cline` |
38-
| 🌊 **Windsurf** | MCP | `yaad setup windsurf` |
39-
| 🪿 **Goose** | MCP | `yaad setup goose` |
59+
| 🪿 **Goose** (Block) | MCP | `yaad setup goose` |
4060
| 🦘 **Roo Code** | MCP | `yaad setup roo-code` |
61+
| 🔢 **Kilo** | MCP | `yaad setup kilo` |
62+
| 🍬 **Crush** (Charmbracelet) | MCP | `yaad setup crush` |
63+
| 🏛️ **Hermes** (NousResearch) | MCP | `yaad setup hermes` |
4164
| 🤝 **Aider** | REST API | `yaad setup aider` |
42-
| 🔌 **Any agent** | MCP / REST / gRPC | Universal config |
65+
| 🔌 **Any agent** | MCP / REST / gRPC | Universal config |
4366

4467
</div>
4568

0 commit comments

Comments
 (0)