diff options
| author | Aiden Cline <[email protected]> | 2026-01-17 13:09:27 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2026-01-17 13:09:30 -0600 |
| commit | 58f7da6e9f8fb08a9f42a0d2cc34a18b2475ddea (patch) | |
| tree | 29b8c2ae5cc38d0967987d1bafc4e01334e42a2f /packages/web/src/content/docs/agents.mdx | |
| parent | 5a199b04cbbc8a582d8130d4d8e37e052094cc50 (diff) | |
| download | opencode-58f7da6e9f8fb08a9f42a0d2cc34a18b2475ddea.tar.gz opencode-58f7da6e9f8fb08a9f42a0d2cc34a18b2475ddea.zip | |
docs: document the plural forms
Diffstat (limited to 'packages/web/src/content/docs/agents.mdx')
| -rw-r--r-- | packages/web/src/content/docs/agents.mdx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/web/src/content/docs/agents.mdx b/packages/web/src/content/docs/agents.mdx index b85bd2142..22bed7f16 100644 --- a/packages/web/src/content/docs/agents.mdx +++ b/packages/web/src/content/docs/agents.mdx @@ -157,10 +157,10 @@ Configure agents in your `opencode.json` config file: You can also define agents using markdown files. Place them in: -- Global: `~/.config/opencode/agent/` -- Per-project: `.opencode/agent/` +- Global: `~/.config/opencode/agents/` +- Per-project: `.opencode/agents/` -```markdown title="~/.config/opencode/agent/review.md" +```markdown title="~/.config/opencode/agents/review.md" --- description: Reviews code for quality and best practices mode: subagent @@ -419,7 +419,7 @@ You can override these permissions per agent. You can also set permissions in Markdown agents. -```markdown title="~/.config/opencode/agent/review.md" +```markdown title="~/.config/opencode/agents/review.md" --- description: Code review without edits mode: subagent @@ -637,7 +637,7 @@ Do you have an agent you'd like to share? [Submit a PR](https://github.com/anoma ### Documentation agent -```markdown title="~/.config/opencode/agent/docs-writer.md" +```markdown title="~/.config/opencode/agents/docs-writer.md" --- description: Writes and maintains project documentation mode: subagent @@ -659,7 +659,7 @@ Focus on: ### Security auditor -```markdown title="~/.config/opencode/agent/security-auditor.md" +```markdown title="~/.config/opencode/agents/security-auditor.md" --- description: Performs security audits and identifies vulnerabilities mode: subagent |
