From 9727be6cab8c21a8039daedea16fc8a63bab54b4 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Fri, 13 Jun 2025 23:12:04 +0500 Subject: [PATCH 1/3] docs: update ai agents with module links Updated with module links. Still missing the Amazon Q agent. --- docs/ai-coder/agents.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ai-coder/agents.md b/docs/ai-coder/agents.md index 98d453e5d7dda..5061a29ad5d84 100644 --- a/docs/ai-coder/agents.md +++ b/docs/ai-coder/agents.md @@ -45,11 +45,11 @@ 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 | +| 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 @@ -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 From b7d7ff8d5917b8f7c84317be13ab616098bf6308 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 13 Jun 2025 18:16:02 +0000 Subject: [PATCH 2/3] `make fmt` --- docs/ai-coder/agents.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/ai-coder/agents.md b/docs/ai-coder/agents.md index 5061a29ad5d84..47ae338e6aefd 100644 --- a/docs/ai-coder/agents.md +++ b/docs/ai-coder/agents.md @@ -45,12 +45,12 @@ 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 | -|---------------|---------------------------------------------------------|------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------| +| 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 | +| 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. @@ -66,8 +66,8 @@ 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 | -|-----------------------------|-----------------------------------|-------------------------------------------------------------------------|----------------------------------------------------------------| +| 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 | From c80d551cdd165e74bd290ab9f1921d6598c9ac5c Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Fri, 13 Jun 2025 16:25:42 -0400 Subject: [PATCH 3/3] change note to tip --- docs/ai-coder/agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai-coder/agents.md b/docs/ai-coder/agents.md index 47ae338e6aefd..63c08751726ca 100644 --- a/docs/ai-coder/agents.md +++ b/docs/ai-coder/agents.md @@ -55,7 +55,7 @@ Additionally, with Coder, headless agents benefit from: [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. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy