feat(tui): allow backgrounding synchronous subagents (#30488)
This commit is contained in:
@@ -816,6 +816,7 @@ export const RunCommand = effectCmd({
|
||||
initialInput,
|
||||
createSession: createFreshSession,
|
||||
thinking,
|
||||
backgroundSubagents: flags.experimentalBackgroundSubagents,
|
||||
demo: args.demo,
|
||||
})
|
||||
} catch (error) {
|
||||
@@ -849,6 +850,7 @@ export const RunCommand = effectCmd({
|
||||
files,
|
||||
initialInput,
|
||||
thinking,
|
||||
backgroundSubagents: flags.experimentalBackgroundSubagents,
|
||||
demo: args.demo,
|
||||
})
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user