Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs: update ai agents with module links#18368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ericpaulsen merged 3 commits intomainfromatif/ai-agents-modules
Jun 17, 2025
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletionsdocs/ai-coder/agents.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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 withworkspace 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 withTerraform 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.

Expand All@@ -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

Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp