From cd23f513b2dfcd33db78995e399c23785fbef00e Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Fri, 31 Oct 2025 09:56:54 +0100 Subject: [PATCH] docs - update tools to use `github/*` prefixes (#274278) --- .github/prompts/fixIssueNo.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/prompts/fixIssueNo.prompt.md b/.github/prompts/fixIssueNo.prompt.md index 0184204d3b4..22130f14047 100644 --- a/.github/prompts/fixIssueNo.prompt.md +++ b/.github/prompts/fixIssueNo.prompt.md @@ -1,6 +1,6 @@ --- agent: Plan -tools: ['runCommands', 'runTasks', 'runNotebooks', 'search', 'new', 'usages', 'vscodeAPI', 'problems', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'runTests', 'get_issue', 'get_issue_comments', 'get_me', 'get_pull_request', 'get_pull_request_diff', 'get_pull_request_files'] +tools: ['runCommands', 'runTasks', 'runNotebooks', 'search', 'new', 'usages', 'vscodeAPI', 'problems', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'runTests', 'github/get_issue', 'github/get_issue_comments', 'github/get_me', 'github/get_pull_request', 'github/get_pull_request_diff', 'github/get_pull_request_files'] --- The user has given you a Github issue number. Use the `get_issue` to retrieve its details. Understand the issue and propose a solution to solve it.