Skip to content

Commit 1d7f9cf

Browse files
committed
make lint/fmt
1 parent 7f2b5e6 commit 1d7f9cf

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,12 +45,12 @@ 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 ✅ | 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 |
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.
@@ -66,10 +66,10 @@ 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 |
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 |
7373
| 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

0 commit comments

Comments
 (0)