docs: clarify the effects of the subtask command option with primary … (#3299)

pull/3286/head
Rui Ferrão 2025-10-20 18:16:09 +01:00 committed by GitHub
parent bfa79ed44b
commit 3d48c14d29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -247,7 +247,8 @@ 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.
This 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"
{