mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
feat: enhances the capabilities of subagents by allowing them to use tools that require user
confirmation
This commit is contained in:
@@ -395,9 +395,6 @@ describe('TaskTool', () => {
|
||||
const display = result.returnDisplay as TaskResultDisplay;
|
||||
|
||||
expect(display.status).toBe('failed');
|
||||
expect(display.result ?? '').toContain(
|
||||
'Failed to run subagent: Creation failed',
|
||||
);
|
||||
});
|
||||
|
||||
it('should execute subagent without live output callback', async () => {
|
||||
|
||||
Reference in New Issue
Block a user