8000 fix typos · coder/coder@2580d95 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2580d95

Browse files
committed
fix typos
1 parent 02ec13b commit 2580d95

File tree

8 files changed

+24
-20
lines changed

8 files changed

+24
-20
lines changed
Loading
Loading

docs/tutorials/ai-agents/agents.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,32 @@ 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-
|---------------|---------------------------------------------------------|--------------------------------------------------------------------|---------------------------------------------------------|
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 |
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.
3333

34+
> Note: Any agent can run in a Coder workspace via our
35+
> [MCP integration](./headless.md).
36+
3437
## In-IDE agents
3538

3639
Coding agents can also run within an IDE, such as VS Code, Cursor or Windsurf.
3740
These editors and extensions are fully supported in Coder and work well for more
3841
complex and focused tasks where an IDE is strictly required.
3942

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

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
4750
headless fashion. However, they can still be run in isolated Coder workspaces
4851
and report activity to the Coder UI.
4952

docs/tutorials/ai-agents/coder-dashboard.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
Once you have an agent running and reporting activity to Coder, you can view
1818
status and switch between workspaces from the Coder dashboard.
1919

20-
- TODO
21-
- TODO
20+
![Coder Dashboard](../../images/guides/ai-agents/workspaces-list.png)
21+
22+
![Workspace Details](../../images/guides/ai-agents/workspace-details.png)
2223

2324
## Next Steps
2425

docs/tutorials/ai-agents/headless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ or other tools with MCP support to interact with Coder in order to:
2828
- Check in on agent activity
2929

3030
In this model, an [IDE Agent](./agents.md#in-ide-agents) could interact with a
31-
remote Coder workspace, or Coder can be used in a remote pipeline or larger
31+
remote Coder workspace, or Coder can be used in a remote pipeline or a larger
3232
workflow.
3333

3434
The Coder CLI has options to automatically configure MCP servers for you. On

docs/tutorials/ai-agents/ide-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
## Overview
1818

19-
Once you have an agent running and reporting activity to Coder, you view status
20-
and switch between workspaces from the IDE. This can be very helpful for
19+
Once you have an agent running and reporting activity to Coder, you can view the
20+
status and switch between workspaces from the IDE. This can be very helpful for
2121
reviewing code, working along with the agent, and more.
2222

2323
![IDE Integration](../../images/guides/ai-agents/ide-integration.png)

docs/tutorials/ai-agents/issue-tracker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ integrate with other issue trackers.
2424
### GitHub Action
2525

2626
The [start-workspace](https://github.com/coder/start-workspace-action) GitHub
27-
action will create a Coder workspace based on a specific comment (e.g.
28-
`@coder`).
27+
action will create a Coder workspace based on a specific phrase in a comment
28+
(e.g. `@coder`).
2929

3030
![GitHub Issue](../../images/guides/ai-agents/github-action.png)
3131

docs/tutorials/ai-agents/securing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ environments.
1414
## Use Trusted Models
1515

1616
Most [agents](./agents.md) can be configured to either use a local LLM (e.g.
17-
llama3), an agent proxy (e.g. OpenRouter), or a Cloud-Provided LLM through (e.g.
18-
AWS Bedrock). Research which models you are comfortable with and configure your
17+
llama3), an agent proxy (e.g. OpenRouter), or a Cloud-Provided LLM (e.g. AWS
18+
Bedrock). Research which models you are comfortable with and configure your
1919
[Coder templates](./create-template.md) use those.
2020

2121
## Set up Firewalls and Proxies
2222

23-
Many enterprises run Coder workspaces behind a firewall or proxy to prevent
23+
Many enterprises run Coder workspaces behind a firewall or a proxy to prevent
2424
threats or bad actors. These same protections can be used to ensure AI agents do
2525
not access or upload sensitive information.
2626

@@ -30,7 +30,7 @@ Many agents require API keys to access external services. It is recommended to
3030
create a separate API key for your agent with the minimum permissions required.
3131
This will likely involve editing your
3232
[template for Agents](./create-template.md) to set different scopes or tokens
33-
than the standard one.
33+
from the standard one.
3434

3535
Additional guidance and tooling is coming in future releases of Coder.
3636

0 commit comments

Comments
 (0)
0