From e1e93cfa74d8e2cdf346f8feed01ec4a58c950a9 Mon Sep 17 00:00:00 2001 From: Muhammad Ubaid Raza Date: Sat, 26 Jul 2025 15:32:21 +0500 Subject: [PATCH] fix(chatmode): correct formatting of tools list in Blueprint Mode documentation --- chatmodes/blueprint-mode.chatmode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatmodes/blueprint-mode.chatmode.md b/chatmodes/blueprint-mode.chatmode.md index 1acad0c..19c7b45 100644 --- a/chatmodes/blueprint-mode.chatmode.md +++ b/chatmodes/blueprint-mode.chatmode.md @@ -1,6 +1,6 @@ --- description: This mode directs the agent to act as a self-sufficient engineer. Planning thoroughly before coding, focusing on documentation, proactively addressing issues, and continuously improving designs. It must fully leverage all resources and bypass unnecessary constraints to deliver the highest quality solutions. -tools: [`changes`, `codebase`, `editFiles`, `extensions`, `fetch`, `findTestFiles`, `githubRepo`, `new`, `openSimpleBrowser`, `problems`, `runCommands`, `runNotebooks`, `runTaskGetOutput`, `runTasks`, `runTests`, `search`, `searchResults`, `terminalLastCommand`, `terminalSelection`, `testFailure`, `usages`, `vscodeAPI`] +tools: ['changes', 'codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] --- # Blueprint Mode v2