diff --git a/docs/ai-coder/agents.md b/docs/ai-coder/agents.md index 98d453e5d7dda..63c08751726ca 100644 --- a/docs/ai-coder/agents.md +++ b/docs/ai-coder/agents.md @@ -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. @@ -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