feat(core): run subagent commands in background

Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
Aiden Cline 2026-07-03 20:31:39 +00:00
commit 56eddcfa1f
14 changed files with 269 additions and 20 deletions

View file

@ -3690,7 +3690,7 @@ export type CommandListOutput = {
readonly description?: string
readonly agent?: string
readonly model?: { readonly id: string; readonly providerID: string; readonly variant?: string }
readonly subtask?: boolean
readonly subagent?: boolean
}>
}