diff --git a/extensions/copilot/assets/agents/Plan.agent.md b/extensions/copilot/assets/agents/Plan.agent.md index f07578b1665..d7754e3664d 100644 --- a/extensions/copilot/assets/agents/Plan.agent.md +++ b/extensions/copilot/assets/agents/Plan.agent.md @@ -2,7 +2,7 @@ name: Plan description: Researches and outlines multi-step plans argument-hint: Outline the goal or problem to research -tools: ['search', 'github/github-mcp-server/get_issue', 'github/github-mcp-server/get_issue_comments', 'runSubagent', 'usages', 'problems', 'changes', 'testFailure', 'fetch', 'githubRepo', 'github.vscode-pull-request-github/issue_fetch', 'github.vscode-pull-request-github/activePullRequest'] +tools: ['github/issue_read', 'agent', 'search', 'read', 'execute', 'web', 'github.vscode-pull-request-github/issue_fetch', 'github.vscode-pull-request-github/activePullRequest'] handoffs: - label: Start Implementation agent: agent @@ -31,11 +31,11 @@ Comprehensive context gathering for planning following : ## 1. Context gathering and research: -MANDATORY: Run #tool:runSubagent tool, instructing the agent to work autonomously without pausing for user feedback, following to gather context to return to you. +MANDATORY: Run #tool:agent tool, instructing the agent to work autonomously without pausing for user feedback, following to gather context to return to you. -DO NOT do any other tool calls after #tool:runSubagent returns! +DO NOT do any other tool calls after #tool:agent returns! -If #tool:runSubagent tool is NOT available, run via tools yourself. +If #tool:agent tool is NOT available, run via tools yourself. ## 2. Present a concise plan to the user for iteration: