From 5b43928adc90efb6483bfca6115fb5f58d379a05 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Sun, 19 Oct 2025 14:50:23 -0700 Subject: [PATCH] Adopt renaming executePrompt tool to runSubagent (#272187) --- .github/prompts/plan-deep.prompt.md | 2 +- .vscode/settings.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/prompts/plan-deep.prompt.md b/.github/prompts/plan-deep.prompt.md index 3c3a8402d50..412bae87cbc 100644 --- a/.github/prompts/plan-deep.prompt.md +++ b/.github/prompts/plan-deep.prompt.md @@ -2,7 +2,7 @@ mode: Plan description: Clarify before planning in more detail --- -Before doing your research workflow, gather preliminary context using #executePrompt (instructed to use max 5 tool calls) to get a high-level overview. +Before doing your research workflow, gather preliminary context using #runSubagent (instructed to use max 5 tool calls) to get a high-level overview. Then ask 3 clarifying questions and PAUSE for the user to answer them. diff --git a/.vscode/settings.json b/.vscode/settings.json index 89cb313781d..f4e168eca5c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -216,7 +216,6 @@ "editor.aiStats.enabled": true, // Team selfhosting on ai stats "chat.emptyState.history.enabled": true, - "github.copilot.chat.executePrompt.enabled": true, "chat.agentSessionsViewLocation": "view", "chat.promptFilesRecommendations": { "plan-fast": true,