Skip to content

Commit 9727be6

Browse files
authored
docs: update ai agents with module links
Updated with module links. Still missing the Amazon Q agent.
1 parent c1341cc commit 9727be6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/ai-coder/agents.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ 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 |
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 |
5353
| OpenHands | Most popular AI models + gateways | In progress ⏳ ⏳ | Coming soon |
5454

5555
[Claude Code](https://github.com/anthropics/claude-code) is our recommended
@@ -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)