8000 fmt · coder/coder@17add3d · GitHub
[go: up one dir, main page]

Skip to content

Commit 17add3d

Browse files
committed
fmt
1 parent 2580d95 commit 17add3d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/tutorials/ai-agents/agents.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ with agents via any preferred tool such as via PR comments, within the IDE,
2121
inside the Coder UI, or even via the REST API or an MCP client such as Claude
2222
Desktop or Cursor.
2323

24-
| Agent | Supported Models | Coder Support | Limitations |
25-
| -------------- | ------------------------------------------------------- | -------------------------- | ------------------------------------------------------- |
24+
| Agent | Supported Models | Coder Support | Limitations |
25+
|---------------|---------------------------------------------------------|---------------------------|---------------------------------------------------------|
2626
| 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 |
3030

3131
[Claude Code](https://github.com/anthropics/claude-code) is our recommended
3232
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.
4040
These editors and extensions are fully supported in Coder and work well for more
4141
complex and focused tasks where an IDE is strictly required.
4242

43-
| Agent | Supported Models | Coder Support |
44-
| --------------------------- | --------------------------------- | ------------------------------------------------------------- |
43+
| Agent | Supported Models | Coder Support |
44+
|-----------------------------|-----------------------------------|--------------------------------------------------------------|
4545
| Cursor (Agent Mode) | Most popular AI models + gateways |[Cursor Module](https://registry.coder.com/modules/cursor) |
4646
| Windsurf (Agents and Flows) | Most popular AI models + gateways | ✅ via Remote SSH |
4747
| Cline | Most popular AI models + gateways | ✅ via VS Code Extension |

site/src/theme/icons.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"go.svg",
5151
"goland.svg",
5252
"google.svg",
53+
"goose.svg",
5354
"image.svg",
5455
"intellij.svg",
5556
"java.svg",

0 commit comments

Comments
 (0)
0