47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
---
|
|
title: "Supported Coding Agents"
|
|
description: "Complete guide to all coding agents supported by Vibe Kanban, including installation and authentication instructions"
|
|
---
|
|
|
|
Vibe Kanban integrates with a variety of coding agents. Each agent requires installation and authentication before use. Select your preferred agent when creating task attempts.
|
|
|
|
## Available Agents
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Claude Code" icon="https://www.vibekanban.com/images/logos/claude.svg" href="/agents/claude-code">
|
|
Claude Code CLI
|
|
</Card>
|
|
|
|
<Card title="OpenAI Codex" icon="https://www.vibekanban.com/images/logos/openai-logo.svg" href="/agents/openai-codex">
|
|
OpenAI Codex CLI
|
|
</Card>
|
|
|
|
<Card title="GitHub Copilot" icon="https://www.vibekanban.com/images/logos/github-copilot-logo.svg" href="/agents/github-copilot">
|
|
GitHub Copilot CLI
|
|
</Card>
|
|
|
|
<Card title="Gemini CLI" icon="https://www.vibekanban.com/images/logos/gemini-logo.svg" href="/agents/gemini-cli">
|
|
Google Gemini CLI
|
|
</Card>
|
|
|
|
<Card title="Amp" icon="https://www.vibekanban.com/images/logos/amp-logo.svg" href="/agents/amp">
|
|
Amp Code
|
|
</Card>
|
|
|
|
<Card title="Cursor CLI" icon="https://www.vibekanban.com/images/logos/cursor-logo-light.png" href="/agents/cursor-cli">
|
|
Cursor CLI agent
|
|
</Card>
|
|
|
|
<Card title="OpenCode" icon="https://www.vibekanban.com/images/logos/opencode-light.svg" href="/agents/opencode">
|
|
SST OpenCode
|
|
</Card>
|
|
|
|
<Card title="Claude Code Router" icon="https://www.vibekanban.com/images/logos/claude.svg#" href="/agents/ccr">
|
|
Claude Code Router - orchestrate multiple models
|
|
</Card>
|
|
|
|
<Card title="Qwen Code" icon="https://www.vibekanban.com/images/logos/qwen-logo.png#" href="/agents/qwen-code">
|
|
Qwen Code CLI
|
|
</Card>
|
|
</CardGroup>
|