mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
feat: subagent feature wip
This commit is contained in:
parent
549f296eb5
commit
6b09aee32b
30 changed files with 329 additions and 239 deletions
|
|
@ -40,7 +40,7 @@ vi.mock('../../utils/MarkdownDisplay.js', () => ({
|
|||
},
|
||||
}));
|
||||
vi.mock('../subagents/index.js', () => ({
|
||||
SubagentExecutionDisplay: function MockSubagentExecutionDisplay({
|
||||
AgentExecutionDisplay: function MockAgentExecutionDisplay({
|
||||
data,
|
||||
}: {
|
||||
data: { subagentName: string; taskDescription: string };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue