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:
parent
394e0b9045
commit
56eddcfa1f
14 changed files with 269 additions and 20 deletions
|
|
@ -5506,7 +5506,7 @@ export type CommandV2Info = {
|
|||
description?: string
|
||||
agent?: string
|
||||
model?: ModelRef
|
||||
subtask?: boolean
|
||||
subagent?: boolean
|
||||
}
|
||||
|
||||
export type SkillV2Info = {
|
||||
|
|
@ -9461,7 +9461,7 @@ export type CommandV2Info2 = {
|
|||
description?: string
|
||||
agent?: string
|
||||
model?: ModelRef2
|
||||
subtask?: boolean
|
||||
subagent?: boolean
|
||||
}
|
||||
|
||||
export type SkillV2Info2 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue