Skip to content

Commit 9cbe02e

Browse files
docs: update ai agents with module links (#18368)
Updated with module links. - [ ] Still missing the Amazon Q agent. [preview](https://coder.com/docs/@atif%2Fai-agents-modules/ai-coder/agents#types-of-coding-agents) --------- Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
1 parent 1672eeb commit 9cbe02e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/ai-coder/agents.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ Additionally, with Coder, headless agents benefit from:
4545
- Resource monitoring and limits to prevent runaway processes.
4646
- API-driven management for enterprise automation.
4747

48-
| Agent | Supported models | Coder integration | Notes |
49-
|---------------|---------------------------------------------------------|---------------------------|-----------------------------------------------------------------------------------------------|
50-
| 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 |
51-
| Goose | Most popular AI models + gateways | First class integration | Simplified setup with Terraform module, environment consistency |
52-
| Aider | Most popular AI models + gateways | In progress ⏳ | Coming soon with workspace resource optimization |
53-
| OpenHands | Most popular AI models + gateways | In progress ⏳ ⏳ | Coming soon |
48+
| Agent | Supported models | Coder integration | Notes |
49+
|---------------|---------------------------------------------------------|-----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|
50+
| 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 |
51+
| Goose | Most popular AI models + gateways | [First class integration](https://registry.coder.com/modules/coder/goose) | Simplified setup with Terraform module, environment consistency |
52+
| Aider | Most popular AI models + gateways | [First class integration](https://registry.coder.com/modules/coder/aider) | Simplified setup with Terraform module, environment consistency |
53+
| OpenHands | Most popular AI models + gateways | In progress ⏳ ⏳ | Coming soon |
5454

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

58-
> [!INFO]
58+
> [!TIP]
5959
> Any agent can run in a Coder workspace via our [MCP integration](./headless.md),
6060
> even if we don't have a specific module for it yet.
6161
@@ -66,11 +66,11 @@ In-IDE agents run within development environments like VS Code, Cursor, or Winds
6666
These are ideal for exploring new codebases, complex problem solving, pair programming,
6767
or rubber-ducking.
6868

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

7575
## Agent status reports in the Coder dashboard
7676

0 commit comments

Comments
 (0)