mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-31 00:10:04 +08:00
plan: adopt tool names (#2922)
This commit is contained in:
committed by
GitHub
parent
9856f231de
commit
0e2780db38
@@ -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 <plan_research>:
|
||||
|
||||
## 1. Context gathering and research:
|
||||
|
||||
MANDATORY: Run #tool:runSubagent tool, instructing the agent to work autonomously without pausing for user feedback, following <plan_research> to gather context to return to you.
|
||||
MANDATORY: Run #tool:agent tool, instructing the agent to work autonomously without pausing for user feedback, following <plan_research> 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 <plan_research> via tools yourself.
|
||||
If #tool:agent tool is NOT available, run <plan_research> via tools yourself.
|
||||
|
||||
## 2. Present a concise plan to the user for iteration:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user