@@ -21,16 +21,30 @@ This tool collects context from predefined rule files and a task-specific prompt
2121
2222## Supported Coding Agents
2323
24- This tool is compatible with configuration files from various AI coding agents and IDEs:
25-
26- - **[Anthropic Claude](https://claude.ai/)**: `CLAUDE.md`, `CLAUDE.local.md`, `.claude/CLAUDE.md`
27- - **[Codex](https://codex.ai/)**: `AGENTS.md`, `.codex/AGENTS.md`
28- - **[Cursor](https://cursor.sh/)**: `.cursor/rules`, `.cursorrules`
29- - **[Augment](https://augmentcode.com/)**: `.augment/rules`, `.augment/guidelines.md`
30- - **[Windsurf](https://codeium.com/windsurf)**: `.windsurf/rules`, `.windsurfrules`
31- - **[OpenCode.ai](https://opencode.ai/)**: `.opencode/agent`, `.opencode/command`, `.opencode/rules`
32- - **[GitHub Copilot](https://github.com/features/copilot)**: `.github/copilot-instructions.md`, `.github/agents`
33- - **[Google Gemini](https://gemini.google.com/)**: `GEMINI.md`, `.gemini/styleguide.md`
24+ This tool is compatible with configuration files from various AI coding agents and IDEs. **[View complete list of 35+ supported agents →](https://kitproj.github.io/coding-context-cli/reference/supported-agents)**
25+
26+ ### Primary Supported Agents (with dedicated `-a` flag)
27+
28+ - **[GitHub Copilot](https://github.com/features/copilot)**: `.github/copilot-instructions.md`, `.github/agents` (`-a copilot`)
29+ - **[Anthropic Claude](https://claude.ai/)**: `CLAUDE.md`, `CLAUDE.local.md`, `.claude/CLAUDE.md` (`-a claude`)
30+ - **[Cursor](https://cursor.sh/)**: `.cursor/rules`, `.cursorrules` (`-a cursor`)
31+ - **[Google Gemini](https://gemini.google.com/)**: `GEMINI.md`, `.gemini/styleguide.md` (`-a gemini`)
32+ - **[Augment](https://augmentcode.com/)**: `.augment/rules`, `.augment/guidelines.md` (`-a augment`)
33+ - **[Windsurf](https://codeium.com/windsurf)**: `.windsurf/rules`, `.windsurfrules` (`-a windsurf`)
34+ - **[OpenCode.ai](https://opencode.ai/)**: `.opencode/agent`, `.opencode/command`, `.opencode/rules` (`-a opencode`)
35+ - **[Codex](https://codex.ai/)**: `AGENTS.md`, `.codex/AGENTS.md` (`-a codex`)
36+
37+ ### Additional Compatible Agents
38+
39+ - **Codeium**, **Tabnine**, **Amazon Q Developer** (CodeWhisperer)
40+ - **Sourcegraph Cody**, **Continue**, **Aider**
41+ - **Replit Ghostwriter**, **GitLab Duo**
42+ - **All OpenAI models** (GPT-4, ChatGPT), **LLM APIs**
43+ - **Agent frameworks**: LangChain, AutoGPT, BabyAGI
44+ - **And 20+ more** - see [full documentation](https://kitproj.github.io/coding-context-cli/reference/supported-agents)
45+
46+ ### Generic AI Agent Support
47+
3448- **Generic AI Agents**: `AGENTS.md`, `.agents/rules`, `.agents/commands` (reusable content blocks), `.agents/tasks`
3549
3650The tool automatically discovers and includes rules from these locations in your project and user home directory (`~`).
0 commit comments