mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
feat: subagent feature wip
This commit is contained in:
parent
549f296eb5
commit
6b09aee32b
30 changed files with 329 additions and 239 deletions
|
|
@ -428,7 +428,7 @@ export interface TaskResultDisplay {
|
|||
subagentColor?: string;
|
||||
taskDescription: string;
|
||||
taskPrompt: string;
|
||||
status: 'running' | 'completed' | 'failed';
|
||||
status: 'running' | 'completed' | 'failed' | 'cancelled';
|
||||
terminateReason?: string;
|
||||
result?: string;
|
||||
executionSummary?: SubagentStatsSummary;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue