mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
feat: subagent runtime & CLI display - done
This commit is contained in:
parent
4985bfc000
commit
35e996d46c
23 changed files with 767 additions and 684 deletions
|
|
@ -196,7 +196,7 @@ describe('<ToolMessage />', () => {
|
|||
|
||||
it('shows subagent execution display for task tool with proper result display', () => {
|
||||
const subagentResultDisplay = {
|
||||
type: 'subagent_execution' as const,
|
||||
type: 'task_execution' as const,
|
||||
subagentName: 'file-search',
|
||||
taskDescription: 'Search for files matching pattern',
|
||||
status: 'running' as const,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue