diff options
| author | Justin Vogt <[email protected]> | 2025-11-30 21:04:27 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-30 14:04:27 -0600 |
| commit | ff609a52c13fa0444cb338d35fb16a07a820b539 (patch) | |
| tree | 2c1135d785b54abf830e98a050a833c28da0333b /packages/web/src/content/docs | |
| parent | 1e30793f0a6a6930bc8b0af113b8a3dd449ac1e4 (diff) | |
| download | opencode-ff609a52c13fa0444cb338d35fb16a07a820b539.tar.gz opencode-ff609a52c13fa0444cb338d35fb16a07a820b539.zip | |
docs: explore subagent (#4893)
Diffstat (limited to 'packages/web/src/content/docs')
| -rw-r--r-- | packages/web/src/content/docs/agents.mdx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/agents.mdx b/packages/web/src/content/docs/agents.mdx index f63457cc0..557f0ccf5 100644 --- a/packages/web/src/content/docs/agents.mdx +++ b/packages/web/src/content/docs/agents.mdx @@ -36,7 +36,7 @@ look at these below. Subagents are specialized assistants that primary agents can invoke for specific tasks. You can also manually invoke them by **@ mentioning** them in your messages. -OpenCode comes with one built-in subagent, **General**. We'll look at this below. +OpenCode comes with two built-in subagents, **General** and **Explore**. We'll look at this below. --- @@ -76,6 +76,14 @@ A general-purpose agent for researching complex questions, searching for code, a --- +### Explore + +_Mode_: `subagent` + +A fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns, search code for keywords, or answer questions about the codebase. + +--- + ## Usage 1. For primary agents, use the **Tab** key to cycle through them during a session. You can also use your configured `switch_agent` keybind. |
