Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ Here are some common use cases for different agents.

## Examples

Here are some examples agents you might find useful.
Here are some example agents you might find useful.

:::tip
Do you have an agent you'd like to share? [Submit a PR](https://github.com/anomalyco/opencode).
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Use the `command` option in your OpenCode [config](/docs/config):
"test": {
// This is the prompt that will be sent to the LLM
"template": "Run the full test suite with coverage report and show any failures.\nFocus on the failing tests and suggest fixes.",
// This is show as the description in the TUI
// This is shown as the description in the TUI
"description": "Run tests with coverage",
"agent": "build",
"model": "anthropic/claude-3-5-sonnet-20241022"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/gitlab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Mention `@opencode` in a comment, and OpenCode will execute tasks within your Gi

- **Triage issues**: Ask OpenCode to look into an issue and explain it to you.
- **Fix and implement**: Ask OpenCode to fix an issue or implement a feature.
It will work create a new branch and raised a merge request with the changes.
It will create a new branch and raise a merge request with the changes.
- **Secure**: OpenCode runs on your GitLab runners.

---
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/mcp-servers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ The glob pattern uses simple regex globbing patterns:
- All other characters match literally

:::note
MCP server tools are registered with server name as prefix, so to diable all tools for a server simply use:
MCP server tools are registered with server name as prefix, so to disable all tools for a server simply use:

```
"mymcpservername_*": false
Expand Down