@@ -21,12 +21,12 @@ 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
- | -------------- | ------------------------------------------------------- | -------------------------- | ------------------------------------------------------- |
24
+ | Agent | Supported Models | Coder Support | Limitations |
25
+ | --------------- | --------------------------------------------------------- | --------------------------- | --------------------------------------------------------- |
26
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 |
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.
@@ -40,8 +40,8 @@ Coding agents can also run within an IDE, such as VS Code, Cursor or Windsurf.
40
40
These editors and extensions are fully supported in Coder and work well for more
41
41
complex and focused tasks where an IDE is strictly required.
42
42
43
- | Agent | Supported Models | Coder Support |
44
- | --------------------------- | --------------------------------- | ------------------------------------------------------------- |
43
+ | Agent | Supported Models | Coder Support |
44
+ | ----------------------------- | ----------------------------------- | -------------------------------------------------------------- |
45
45
| Cursor (Agent Mode) | Most popular AI models + gateways | ✅ [ Cursor Module] ( https://registry.coder.com/modules/cursor ) |
46
46
| Windsurf (Agents and Flows) | Most popular AI models + gateways | ✅ via Remote SSH |
47
47
| Cline | Most popular AI models + gateways | ✅ via VS Code Extension |
0 commit comments