diff options
| author | John Connor <[email protected]> | 2026-01-04 09:43:03 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-04 08:43:03 -0600 |
| commit | 1f8dab50beafe77349dcae90f529e5f9cfccfbf4 (patch) | |
| tree | 3a83e4b1afdb757728ec61d047c539e16599925f /packages/web/src/content | |
| parent | 29672e7b950938b28a220ab3661a0d47a58afa95 (diff) | |
| download | opencode-1f8dab50beafe77349dcae90f529e5f9cfccfbf4.tar.gz opencode-1f8dab50beafe77349dcae90f529e5f9cfccfbf4.zip | |
docs: typo in subtask documentation (#6821)
Diffstat (limited to 'packages/web/src/content')
| -rw-r--r-- | packages/web/src/content/docs/commands.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/commands.mdx b/packages/web/src/content/docs/commands.mdx index 463ad9e49..2e7db2bcf 100644 --- a/packages/web/src/content/docs/commands.mdx +++ b/packages/web/src/content/docs/commands.mdx @@ -277,7 +277,7 @@ This is an **optional** config option. If not specified, defaults to your curren ### Subtask Use the `subtask` boolean to force the command to trigger a [subagent](/docs/agents/#subagents) invocation. -This useful if you want the command to not pollute your primary context and will **force** the agent to act as a subagent, +This is useful if you want the command to not pollute your primary context and will **force** the agent to act as a subagent, even if `mode` is set to `primary` on the [agent](/docs/agents) configuration. ```json title="opencode.json" |
