From 3d48c14d2947f7dc6852cd9f5384af0d740e3450 Mon Sep 17 00:00:00 2001 From: Rui Ferrão Date: Mon, 20 Oct 2025 18:16:09 +0100 Subject: docs: clarify the effects of the subtask command option with primary … (#3299) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/web/src/content/docs/commands.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/web/src/content') diff --git a/packages/web/src/content/docs/commands.mdx b/packages/web/src/content/docs/commands.mdx index 50f736b75..adfa3fbf3 100644 --- a/packages/web/src/content/docs/commands.mdx +++ b/packages/web/src/content/docs/commands.mdx @@ -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" { -- cgit v1.2.3