diff options
| author | Robb Tolliver <[email protected]> | 2025-12-24 17:02:35 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-24 18:02:35 -0600 |
| commit | bd139b4bd61f4d62cc1314a05b87b704a185b5e1 (patch) | |
| tree | edc033f8e1f0f84e11bbd0b46697777919a0a948 | |
| parent | 508578bf1750f723421b86200d4a50015783db79 (diff) | |
| download | opencode-bd139b4bd61f4d62cc1314a05b87b704a185b5e1.tar.gz opencode-bd139b4bd61f4d62cc1314a05b87b704a185b5e1.zip | |
docs: Corrected the number of built-in subagents in documentation (#6133)
| -rw-r--r-- | packages/web/src/content/docs/agents.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/agents.mdx b/packages/web/src/content/docs/agents.mdx index 6c1b15239..1922fece7 100644 --- a/packages/web/src/content/docs/agents.mdx +++ b/packages/web/src/content/docs/agents.mdx @@ -42,7 +42,7 @@ OpenCode comes with two built-in subagents, **General** and **Explore**. We'll l ## Built-in -OpenCode comes with two built-in primary agents and one built-in subagent. +OpenCode comes with two built-in primary agents and two built-in subagents. --- |
