Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b45bf97

Browse files
committed
adjust title; copy tweaks
1 parent 1ac45c1 commit b45bf97

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

docs/coder-ai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AI Coding Agents such as [Claude Code](https://docs.anthropic.com/en/docs/agents
1515
- Protyping web applications or landing pages
1616
- Researching / onboarding to a codebase
1717
- Assisting with lightweight refactors
18-
- Writing tests and documentation
18+
- Writing tests and draft documentation
1919
- Small, well-defined chores
2020

2121
With Coder, you can self-host AI agents in isolated development environments with proper context and tooling around your existing developer workflows. Whether you are a regulated enterprise or an individual developer, running AI agents at scale with Coder is much more productive and secure than running them locally.

docs/coder-ai/best-practices.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Best Practices & Adding Tools via MCP
1+
# Model Context Protocols (MCP) and adding AI tools
22

33
> [!NOTE]
44
>
@@ -22,18 +22,20 @@ for development. With AI Agents, this is no exception.
2222

2323
## Best Practices
2424

25-
- Since agents are still early, it is best to use the most capable ML models you
26-
have access to in order to evaluate their performance.
25+
- Use the most capable ML models you have access to in order to evaluate Agent
26+
performance.
2727
- Set a system prompt with the `AI_SYSTEM_PROMPT` environment in your template
2828
- Within your repositories, write a `.cursorrules`, `CLAUDE.md` or similar file
2929
to guide the agent's behavior.
3030
- To read issue descriptions or pull request comments, install the proper CLI
3131
(e.g. `gh`) in your image/template.
3232
- Ensure your [template](./create-template.md) is truly pre-configured for
3333
development without manual intervention (e.g. repos are cloned, dependencies
34-
are built, secrets are added/mocked, etc.)
34+
are built, secrets are added/mocked, etc.).
35+
3536
> Note: [External authentication](../admin/external-auth.md) can be helpful
3637
> to authenticate with third-party services such as GitHub or JFrog.
38+
3739
- Give your agent the proper tools via MCP to interact with your codebase and
3840
related services.
3941
- Read our recommendations on [securing agents](./securing.md) to avoid

docs/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,8 @@
698698
"state": ["early access"]
699699
},
700700
{
701-
"title": "Best practices \u0026 adding tools via MCP",
702-
"description": "Improve results by adding tools to your agents",
701+
"title": "Model Context Protocols (MCP) and adding AI tools",
702+
"description": "Improve results by adding tools to your AI agents",
703703
"path": "./coder-ai/best-practices.md",
704704
"state": ["early access"]
705705
},

0 commit comments

Comments
 (0)