feat: subagent runtime & CLI display - done

This commit is contained in:
tanzhenxin
2025-09-09 15:53:10 +08:00
parent 4985bfc000
commit 35e996d46c
23 changed files with 767 additions and 684 deletions

View File

@@ -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,