Skip to content

docs: update ai agents with module links #18368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions docs/ai-coder/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ Additionally, with Coder, headless agents benefit from:
- Resource monitoring and limits to prevent runaway processes.
- API-driven management for enterprise automation.

| Agent | Supported models | Coder integration | Notes |
|---------------|---------------------------------------------------------|---------------------------|-----------------------------------------------------------------------------------------------|
| Claude Code ⭐ | Anthropic Models Only (+ AWS Bedrock and GCP Vertex AI) | First class integration ✅ | Enhanced security through workspace isolation, resource optimization, task status in Coder UI |
| Goose | Most popular AI models + gateways | First class integration | Simplified setup with Terraform module, environment consistency |
| Aider | Most popular AI models + gateways | In progress ⏳ | Coming soon with workspace resource optimization |
| OpenHands | Most popular AI models + gateways | In progress ⏳ ⏳ | Coming soon |
| Agent | Supported models | Coder integration | Notes |
|---------------|---------------------------------------------------------|-----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|
| Claude Code ⭐ | Anthropic Models Only (+ AWS Bedrock and GCP Vertex AI) | [First class integration](https://registry.coder.com/modules/coder/claude-code) ✅ | Enhanced security through workspace isolation, resource optimization, task status in Coder UI |
| Goose | Most popular AI models + gateways | [First class integration](https://registry.coder.com/modules/coder/goose) ✅ | Simplified setup with Terraform module, environment consistency |
| Aider | Most popular AI models + gateways | [First class integration](https://registry.coder.com/modules/coder/aider) ✅ | Simplified setup with Terraform module, environment consistency |
| OpenHands | Most popular AI models + gateways | In progress ⏳ ⏳ | Coming soon |

[Claude Code](https://github.com/anthropics/claude-code) is our recommended
coding agent due to its strong performance on complex programming tasks.

> [!INFO]
> [!TIP]
> Any agent can run in a Coder workspace via our [MCP integration](./headless.md),
> even if we don't have a specific module for it yet.

Expand All @@ -66,11 +66,11 @@ In-IDE agents run within development environments like VS Code, Cursor, or Winds
These are ideal for exploring new codebases, complex problem solving, pair programming,
or rubber-ducking.

| Agent | Supported Models | Coder integration | Coder key advantages |
|-----------------------------|-----------------------------------|--------------------------------------------------------------|----------------------------------------------------------------|
| Cursor (Agent Mode) | Most popular AI models + gateways | ✅ [Cursor Module](https://registry.coder.com/modules/cursor) | Pre-configured environment, containerized dependencies |
| Windsurf (Agents and Flows) | Most popular AI models + gateways | ✅ via Remote SSH | Consistent setup across team, powerful cloud compute |
| Cline | Most popular AI models + gateways | ✅ via VS Code Extension | Enterprise-friendly API key management, consistent environment |
| Agent | Supported Models | Coder integration | Coder key advantages |
|-----------------------------|-----------------------------------|------------------------------------------------------------------------|----------------------------------------------------------------|
| Cursor (Agent Mode) | Most popular AI models + gateways | ✅ [Cursor Module](https://registry.coder.com/modules/coder/cursor) | Pre-configured environment, containerized dependencies |
| Windsurf (Agents and Flows) | Most popular AI models + gateways | ✅ [Windsurf Module](https://registry.coder.com/modules/coder/windsurf) | Consistent setup across team, powerful cloud compute |
| Cline | Most popular AI models + gateways | ✅ via VS Code Extension | Enterprise-friendly API key management, consistent environment |

## Agent status reports in the Coder dashboard

Expand Down
Loading