mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-27 02:37:26 +01:00
0464f32967
* Added execution subagent * Updated config * Add execution_subagent to nonDeferredToolNames for Tool Search compatibility * Modified to be in line with search subagent. Also removed all tools except terminal * Fixed error with default model in package.json * Updated prompt snapshots so that tests pass * Deleted accidentally added yaml * Modified subagent input format to not take exact commands * Fixed parameter error * Updated prompt snapshots * Updated prompts according to Rob's suggestions * Addressed Copilot and Bhavya comments * Reverted accidental changes in anthropicPrompts.tsx * Tweaked the tool use instructions wrt CoreRunInTerminal slightly * Minor prompt changes * Updated for new ToolCallingLoop interface * Added instruction to Claude 4.6 prompt * Gating change in prompts to prevent empty tags when execution subagent is not enabled --------- Co-authored-by: Aakash Goel (MSTIC DS&AI) <aakashgoel@microsoft.com>