@@ -21,29 +21,32 @@ with agents via any preferred tool such as via PR comments, within the IDE,
21
21
inside the Coder UI, or even via the REST API or an MCP client such as Claude
22
22
Desktop or Cursor.
23
23
24
- | Agent | Supported Models | Coder Support | Limitations |
25
- | --------------- | --------------------------------------------------------- | -------------------------------------------------------------------- | --------------------------------------------------------- |
26
- | Claude Code ⭐ | Anthropic Models Only (+ AWS Bedrock and GCP Vertex AI) | First class integration ✅ | Beta (research preview) |
27
- | Goose | Most popular AI models + gateways | First class integration ✅ | Less effective compared to Claude Code |
28
- | Aider | Most popular AI models + gateways | Requires [ MCP Plugin ] ( https://github.com/lutzleonhardt/mcpm-aider ) | Can only run 1-2 defined commands (e.g. build and test) |
29
- | OpenHands | Most popular AI models + gateways | In progress ⏳ | Challenging setup, no MCP support |
24
+ | Agent | Supported Models | Coder Support | Limitations |
25
+ | -------------- | ------------------------------------------------------- | -------------------------- | ------------------------------------------------------- |
26
+ | Claude Code ⭐ | Anthropic Models Only (+ AWS Bedrock and GCP Vertex AI) | First class integration ✅ | Beta (research preview) |
27
+ | Goose | Most popular AI models + gateways | First class integration ✅ | Less effective compared to Claude Code |
28
+ | Aider | Most popular AI models + gateways | In progress ⏳ | Can only run 1-2 defined commands (e.g. build and test) |
29
+ | OpenHands | Most popular AI models + gateways | In progress ⏳ ⏳ | Challenging setup, no MCP support |
30
30
31
31
[ Claude Code] ( https://github.com/anthropics/claude-code ) is our recommended
32
32
coding agent due to its strong performance on complex programming tasks.
33
33
34
+ > Note: Any agent can run in a Coder workspace via our
35
+ > [ MCP integration] ( ./headless.md ) .
36
+
34
37
## In-IDE agents
35
38
36
39
Coding agents can also run within an IDE, such as VS Code, Cursor or Windsurf.
37
40
These editors and extensions are fully supported in Coder and work well for more
38
41
complex and focused tasks where an IDE is strictly required.
39
42
40
- | Agent | Supported Models | Coder Support |
41
- | ----------------------------- | ----------------------------------- | -------------------------------------------------------------- |
43
+ | Agent | Supported Models | Coder Support |
44
+ | --------------------------- | --------------------------------- | ------------------------------------------------------------- |
42
45
| Cursor (Agent Mode) | Most popular AI models + gateways | ✅ [ Cursor Module] ( https://registry.coder.com/modules/cursor ) |
43
46
| Windsurf (Agents and Flows) | Most popular AI models + gateways | ✅ via Remote SSH |
44
47
| Cline | Most popular AI models + gateways | ✅ via VS Code Extension |
45
48
46
- In-IDE agents do not require a special template as they cannot be used in a
49
+ In-IDE agents do not require a special template as they are not used in a
47
50
headless fashion. However, they can still be run in isolated Coder workspaces
48
51
and report activity to the Coder UI.
49
52
0 commit comments