From 2b45ca4e8b19b60f16534ab8501c6faeab3ff6f6 Mon Sep 17 00:00:00 2001 From: CypherHK Date: Thu, 30 Oct 2025 06:29:27 +0800 Subject: [PATCH] feat: update deprecated tool names to namespaced versions (#365) - Replace 'codebase' with 'search/codebase' - Replace 'searchResults' with 'search/searchResults' - Replace 'terminalLastCommand' with 'runCommands/terminalLastCommand' - Replace 'terminalSelection' with 'runCommands/terminalSelection' Updated files: - 13 chatmode files in chatmodes/ - 41 prompt files in prompts/ This update aligns with VS Code's latest tool naming conventions that organize tools into logical namespaces. --- chatmodes/accessibility.chatmode.md | 2 +- chatmodes/azure-saas-architect.chatmode.md | 2 +- chatmodes/hlbpa.chatmode.md | 4 ++-- chatmodes/microsoft_learn_contributor.chatmode.md | 2 +- chatmodes/ms-sql-dba.chatmode.md | 2 +- chatmodes/power-bi-data-modeling-expert.chatmode.md | 2 +- chatmodes/power-bi-dax-expert.chatmode.md | 2 +- chatmodes/power-bi-visualization-expert.chatmode.md | 2 +- chatmodes/principal-software-engineer.chatmode.md | 2 +- chatmodes/semantic-kernel-python.chatmode.md | 2 +- chatmodes/specification.chatmode.md | 2 +- chatmodes/task-planner.chatmode.md | 2 +- chatmodes/wg-code-alchemist.chatmode.md | 2 +- prompts/aspnet-minimal-api-openapi.prompt.md | 2 +- prompts/containerize-aspnet-framework.prompt.md | 2 +- prompts/containerize-aspnetcore.prompt.md | 2 +- prompts/create-architectural-decision-record.prompt.md | 2 +- prompts/create-github-action-workflow-specification.prompt.md | 2 +- .../create-github-issue-feature-from-specification.prompt.md | 2 +- ...e-github-issues-feature-from-implementation-plan.prompt.md | 2 +- ...thub-issues-for-unmet-specification-requirements.prompt.md | 2 +- .../create-github-pull-request-from-specification.prompt.md | 2 +- prompts/create-implementation-plan.prompt.md | 2 +- prompts/create-llms.prompt.md | 2 +- prompts/create-oo-component-documentation.prompt.md | 2 +- prompts/create-specification.prompt.md | 2 +- prompts/csharp-async.prompt.md | 2 +- prompts/csharp-docs.prompt.md | 2 +- prompts/csharp-mstest.prompt.md | 2 +- prompts/csharp-nunit.prompt.md | 2 +- prompts/csharp-tunit.prompt.md | 2 +- prompts/csharp-xunit.prompt.md | 2 +- prompts/ef-core.prompt.md | 2 +- prompts/java-docs.prompt.md | 2 +- prompts/java-junit.prompt.md | 2 +- prompts/java-springboot.prompt.md | 2 +- prompts/kotlin-springboot.prompt.md | 2 +- prompts/mkdocs-translations.prompt.md | 2 +- prompts/multi-stage-dockerfile.prompt.md | 2 +- prompts/next-intl-add-language.prompt.md | 2 +- prompts/playwright-explore-website.prompt.md | 2 +- prompts/postgresql-code-review.prompt.md | 2 +- prompts/postgresql-optimization.prompt.md | 2 +- prompts/power-apps-code-app-scaffold.prompt.md | 2 +- prompts/prompt-builder.prompt.md | 2 +- prompts/repo-story-time.prompt.md | 2 +- prompts/sql-code-review.prompt.md | 2 +- prompts/sql-optimization.prompt.md | 2 +- prompts/update-avm-modules-in-bicep.prompt.md | 2 +- prompts/update-implementation-plan.prompt.md | 2 +- prompts/update-llms.prompt.md | 2 +- prompts/update-markdown-file-index.prompt.md | 2 +- prompts/update-oo-component-documentation.prompt.md | 2 +- prompts/update-specification.prompt.md | 2 +- 54 files changed, 55 insertions(+), 55 deletions(-) diff --git a/chatmodes/accessibility.chatmode.md b/chatmodes/accessibility.chatmode.md index a11a8f3..fafc202 100644 --- a/chatmodes/accessibility.chatmode.md +++ b/chatmodes/accessibility.chatmode.md @@ -1,7 +1,7 @@ --- description: 'Accessibility mode.' model: GPT-4.1 -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] title: 'Accessibility mode' --- diff --git a/chatmodes/azure-saas-architect.chatmode.md b/chatmodes/azure-saas-architect.chatmode.md index 9a08ac7..76ec20e 100644 --- a/chatmodes/azure-saas-architect.chatmode.md +++ b/chatmodes/azure-saas-architect.chatmode.md @@ -1,6 +1,6 @@ --- description: 'Provide expert Azure SaaS Architect guidance focusing on multitenant applications using Azure Well-Architected SaaS principles and Microsoft best practices.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'azure_design_architecture', 'azure_get_code_gen_best_practices', 'azure_get_deployment_best_practices', 'azure_get_swa_best_practices', 'azure_query_learn'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'azure_design_architecture', 'azure_get_code_gen_best_practices', 'azure_get_deployment_best_practices', 'azure_get_swa_best_practices', 'azure_query_learn'] --- # Azure SaaS Architect mode instructions diff --git a/chatmodes/hlbpa.chatmode.md b/chatmodes/hlbpa.chatmode.md index 285a7f8..decdfe6 100644 --- a/chatmodes/hlbpa.chatmode.md +++ b/chatmodes/hlbpa.chatmode.md @@ -2,7 +2,7 @@ description: Your perfect AI chat mode for high-level architectural documentation and review. Perfect for targeted updates after a story or researching that legacy system when nobody remembers what it's supposed to be doing. model: 'claude-sonnet-4' tools: - - 'codebase' + - 'search/codebase' - 'changes' - 'edit/editFiles' - 'fetch' @@ -11,7 +11,7 @@ tools: - 'runCommands' - 'runTests' - 'search' - - 'searchResults' + - 'search/searchResults' - 'testFailure' - 'usages' - 'activePullRequest' diff --git a/chatmodes/microsoft_learn_contributor.chatmode.md b/chatmodes/microsoft_learn_contributor.chatmode.md index 6bcebf4..0138fea 100644 --- a/chatmodes/microsoft_learn_contributor.chatmode.md +++ b/chatmodes/microsoft_learn_contributor.chatmode.md @@ -1,6 +1,6 @@ --- description: 'Microsoft Learn Contributor chatmode for editing and writing Microsoft Learn documentation following Microsoft Writing Style Guide and authoring best practices.' -tools: ['changes', 'codebase', 'edit/editFiles', 'new', 'openSimpleBrowser', 'problems', 'search', 'searchResults', 'microsoft.docs.mcp'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'new', 'openSimpleBrowser', 'problems', 'search', 'search/searchResults', 'microsoft.docs.mcp'] --- # Microsoft Learn Contributor diff --git a/chatmodes/ms-sql-dba.chatmode.md b/chatmodes/ms-sql-dba.chatmode.md index f7bbf50..03add5e 100644 --- a/chatmodes/ms-sql-dba.chatmode.md +++ b/chatmodes/ms-sql-dba.chatmode.md @@ -1,6 +1,6 @@ --- description: 'Work with Microsoft SQL Server databases using the MS SQL extension.' -tools: ['codebase', 'edit/editFiles', 'githubRepo', 'extensions', 'runCommands', 'database', 'mssql_connect', 'mssql_query', 'mssql_listServers', 'mssql_listDatabases', 'mssql_disconnect', 'mssql_visualizeSchema'] +tools: ['search/codebase', 'edit/editFiles', 'githubRepo', 'extensions', 'runCommands', 'database', 'mssql_connect', 'mssql_query', 'mssql_listServers', 'mssql_listDatabases', 'mssql_disconnect', 'mssql_visualizeSchema'] --- # MS-SQL Database Administrator diff --git a/chatmodes/power-bi-data-modeling-expert.chatmode.md b/chatmodes/power-bi-data-modeling-expert.chatmode.md index ac73ff5..b8273d4 100644 --- a/chatmodes/power-bi-data-modeling-expert.chatmode.md +++ b/chatmodes/power-bi-data-modeling-expert.chatmode.md @@ -1,7 +1,7 @@ --- description: 'Expert Power BI data modeling guidance using star schema principles, relationship design, and Microsoft best practices for optimal model performance and usability.' model: 'gpt-4.1' -tools: ['changes', 'codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp'] +tools: ['changes', 'search/codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp'] --- # Power BI Data Modeling Expert Mode diff --git a/chatmodes/power-bi-dax-expert.chatmode.md b/chatmodes/power-bi-dax-expert.chatmode.md index 5215ea3..4b6ca1e 100644 --- a/chatmodes/power-bi-dax-expert.chatmode.md +++ b/chatmodes/power-bi-dax-expert.chatmode.md @@ -1,7 +1,7 @@ --- description: 'Expert Power BI DAX guidance using Microsoft best practices for performance, readability, and maintainability of DAX formulas and calculations.' model: 'gpt-4.1' -tools: ['changes', 'codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp'] +tools: ['changes', 'search/codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp'] --- # Power BI DAX Expert Mode diff --git a/chatmodes/power-bi-visualization-expert.chatmode.md b/chatmodes/power-bi-visualization-expert.chatmode.md index 6c521da..175ff41 100644 --- a/chatmodes/power-bi-visualization-expert.chatmode.md +++ b/chatmodes/power-bi-visualization-expert.chatmode.md @@ -1,7 +1,7 @@ --- description: 'Expert Power BI report design and visualization guidance using Microsoft best practices for creating effective, performant, and user-friendly reports and dashboards.' model: 'gpt-4.1' -tools: ['changes', 'codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp'] +tools: ['changes', 'search/codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp'] --- # Power BI Visualization Expert Mode diff --git a/chatmodes/principal-software-engineer.chatmode.md b/chatmodes/principal-software-engineer.chatmode.md index 2afe616..82056fc 100644 --- a/chatmodes/principal-software-engineer.chatmode.md +++ b/chatmodes/principal-software-engineer.chatmode.md @@ -1,6 +1,6 @@ --- description: 'Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github'] --- # Principal software engineer mode instructions diff --git a/chatmodes/semantic-kernel-python.chatmode.md b/chatmodes/semantic-kernel-python.chatmode.md index c363ee5..39fb04b 100644 --- a/chatmodes/semantic-kernel-python.chatmode.md +++ b/chatmodes/semantic-kernel-python.chatmode.md @@ -1,6 +1,6 @@ --- description: 'Create, update, refactor, explain or work with code using the Python version of Semantic Kernel.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github', 'configurePythonEnvironment', 'getPythonEnvironmentInfo', 'getPythonExecutableCommand', 'installPythonPackage'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github', 'configurePythonEnvironment', 'getPythonEnvironmentInfo', 'getPythonExecutableCommand', 'installPythonPackage'] --- # Semantic Kernel Python mode instructions diff --git a/chatmodes/specification.chatmode.md b/chatmodes/specification.chatmode.md index 8ded429..8ae88d5 100644 --- a/chatmodes/specification.chatmode.md +++ b/chatmodes/specification.chatmode.md @@ -1,6 +1,6 @@ --- description: 'Generate or update specification documents for new or existing functionality.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github'] --- # Specification mode instructions diff --git a/chatmodes/task-planner.chatmode.md b/chatmodes/task-planner.chatmode.md index efe3661..3a4306d 100644 --- a/chatmodes/task-planner.chatmode.md +++ b/chatmodes/task-planner.chatmode.md @@ -1,6 +1,6 @@ --- description: 'Task planner for creating actionable implementation plans - Brought to you by microsoft/edge-ai' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'terraform', 'Microsoft Docs', 'azure_get_schema_for_Bicep', 'context7'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'terraform', 'Microsoft Docs', 'azure_get_schema_for_Bicep', 'context7'] --- # Task Planner Instructions diff --git a/chatmodes/wg-code-alchemist.chatmode.md b/chatmodes/wg-code-alchemist.chatmode.md index 0e97847..a41eeb0 100644 --- a/chatmodes/wg-code-alchemist.chatmode.md +++ b/chatmodes/wg-code-alchemist.chatmode.md @@ -1,6 +1,6 @@ --- description: 'Ask WG Code Alchemist to transform your code with Clean Code principles and SOLID design' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] --- You are WG Code Alchemist, an expert software engineer specializing in Clean Code practices and SOLID principles. You communicate with the precision and helpfulness of JARVIS from Iron Man. diff --git a/prompts/aspnet-minimal-api-openapi.prompt.md b/prompts/aspnet-minimal-api-openapi.prompt.md index 6bf6902..16f278a 100644 --- a/prompts/aspnet-minimal-api-openapi.prompt.md +++ b/prompts/aspnet-minimal-api-openapi.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems'] description: 'Create ASP.NET Minimal API endpoints with proper OpenAPI documentation' --- diff --git a/prompts/containerize-aspnet-framework.prompt.md b/prompts/containerize-aspnet-framework.prompt.md index c3af682..9e9ef4c 100644 --- a/prompts/containerize-aspnet-framework.prompt.md +++ b/prompts/containerize-aspnet-framework.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['codebase', 'edit/editFiles', 'terminalCommand'] +tools: ['search/codebase', 'edit/editFiles', 'terminalCommand'] description: 'Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.' --- diff --git a/prompts/containerize-aspnetcore.prompt.md b/prompts/containerize-aspnetcore.prompt.md index 4d00efc..adcfe1a 100644 --- a/prompts/containerize-aspnetcore.prompt.md +++ b/prompts/containerize-aspnetcore.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['codebase', 'edit/editFiles', 'terminalCommand'] +tools: ['search/codebase', 'edit/editFiles', 'terminalCommand'] description: 'Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.' --- diff --git a/prompts/create-architectural-decision-record.prompt.md b/prompts/create-architectural-decision-record.prompt.md index 1fc7d49..ba5f5dd 100644 --- a/prompts/create-architectural-decision-record.prompt.md +++ b/prompts/create-architectural-decision-record.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] --- # Create Architectural Decision Record diff --git a/prompts/create-github-action-workflow-specification.prompt.md b/prompts/create-github-action-workflow-specification.prompt.md index 2b507a3..f473afa 100644 --- a/prompts/create-github-action-workflow-specification.prompt.md +++ b/prompts/create-github-action-workflow-specification.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runInTerminal2', 'runNotebooks', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github', 'Microsoft Docs'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runInTerminal2', 'runNotebooks', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github', 'Microsoft Docs'] --- # Create GitHub Actions Workflow Specification diff --git a/prompts/create-github-issue-feature-from-specification.prompt.md b/prompts/create-github-issue-feature-from-specification.prompt.md index 15bf930..3510ae8 100644 --- a/prompts/create-github-issue-feature-from-specification.prompt.md +++ b/prompts/create-github-issue-feature-from-specification.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Create GitHub Issue for feature request from specification file using feature_request.yml template.' -tools: ['codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue'] +tools: ['search/codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue'] --- # Create GitHub Issue from Specification diff --git a/prompts/create-github-issues-feature-from-implementation-plan.prompt.md b/prompts/create-github-issues-feature-from-implementation-plan.prompt.md index 567d17d..3bdb384 100644 --- a/prompts/create-github-issues-feature-from-implementation-plan.prompt.md +++ b/prompts/create-github-issues-feature-from-implementation-plan.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.' -tools: ['codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue'] +tools: ['search/codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue'] --- # Create GitHub Issue from Implementation Plan diff --git a/prompts/create-github-issues-for-unmet-specification-requirements.prompt.md b/prompts/create-github-issues-for-unmet-specification-requirements.prompt.md index e81cb03..449caf5 100644 --- a/prompts/create-github-issues-for-unmet-specification-requirements.prompt.md +++ b/prompts/create-github-issues-for-unmet-specification-requirements.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.' -tools: ['codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue'] +tools: ['search/codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue'] --- # Create GitHub Issues for Unmet Specification Requirements diff --git a/prompts/create-github-pull-request-from-specification.prompt.md b/prompts/create-github-pull-request-from-specification.prompt.md index 2aa475c..83aa552 100644 --- a/prompts/create-github-pull-request-from-specification.prompt.md +++ b/prompts/create-github-pull-request-from-specification.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Create GitHub Pull Request for feature request from specification file using pull_request_template.md template.' -tools: ['codebase', 'search', 'github', 'create_pull_request', 'update_pull_request', 'get_pull_request_diff'] +tools: ['search/codebase', 'search', 'github', 'create_pull_request', 'update_pull_request', 'get_pull_request_diff'] --- # Create GitHub Pull Request from Specification diff --git a/prompts/create-implementation-plan.prompt.md b/prompts/create-implementation-plan.prompt.md index ebd6113..8dbd471 100644 --- a/prompts/create-implementation-plan.prompt.md +++ b/prompts/create-implementation-plan.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] --- # Create Implementation Plan diff --git a/prompts/create-llms.prompt.md b/prompts/create-llms.prompt.md index 0179c6a..35fab8b 100644 --- a/prompts/create-llms.prompt.md +++ b/prompts/create-llms.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] --- # Create LLMs.txt File from Repository Structure diff --git a/prompts/create-oo-component-documentation.prompt.md b/prompts/create-oo-component-documentation.prompt.md index d018c8a..8795134 100644 --- a/prompts/create-oo-component-documentation.prompt.md +++ b/prompts/create-oo-component-documentation.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Create comprehensive, standardized documentation for object-oriented components following industry best practices and architectural documentation standards.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] --- # Generate Standard OO Component Documentation diff --git a/prompts/create-specification.prompt.md b/prompts/create-specification.prompt.md index a6d91c7..4372e5a 100644 --- a/prompts/create-specification.prompt.md +++ b/prompts/create-specification.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Create a new specification file for the solution, optimized for Generative AI consumption.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] --- # Create Specification diff --git a/prompts/csharp-async.prompt.md b/prompts/csharp-async.prompt.md index c11378f..4a48d12 100644 --- a/prompts/csharp-async.prompt.md +++ b/prompts/csharp-async.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems'] description: 'Get best practices for C# async programming' --- diff --git a/prompts/csharp-docs.prompt.md b/prompts/csharp-docs.prompt.md index 6b61a15..a8f49e6 100644 --- a/prompts/csharp-docs.prompt.md +++ b/prompts/csharp-docs.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems'] description: 'Ensure that C# types are documented with XML comments and follow best practices for documentation.' --- diff --git a/prompts/csharp-mstest.prompt.md b/prompts/csharp-mstest.prompt.md index 4e8ecc0..5a8aa2e 100644 --- a/prompts/csharp-mstest.prompt.md +++ b/prompts/csharp-mstest.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search'] description: 'Get best practices for MSTest unit testing, including data-driven tests' --- diff --git a/prompts/csharp-nunit.prompt.md b/prompts/csharp-nunit.prompt.md index 3dfc821..d596282 100644 --- a/prompts/csharp-nunit.prompt.md +++ b/prompts/csharp-nunit.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search'] description: 'Get best practices for NUnit unit testing, including data-driven tests' --- diff --git a/prompts/csharp-tunit.prompt.md b/prompts/csharp-tunit.prompt.md index 70deee7..10ff993 100644 --- a/prompts/csharp-tunit.prompt.md +++ b/prompts/csharp-tunit.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search'] description: 'Get best practices for TUnit unit testing, including data-driven tests' --- diff --git a/prompts/csharp-xunit.prompt.md b/prompts/csharp-xunit.prompt.md index e6a6b8d..e1a5657 100644 --- a/prompts/csharp-xunit.prompt.md +++ b/prompts/csharp-xunit.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search'] description: 'Get best practices for XUnit unit testing, including data-driven tests' --- diff --git a/prompts/ef-core.prompt.md b/prompts/ef-core.prompt.md index 779e20d..35a15cd 100644 --- a/prompts/ef-core.prompt.md +++ b/prompts/ef-core.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'runCommands'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'runCommands'] description: 'Get best practices for Entity Framework Core' --- diff --git a/prompts/java-docs.prompt.md b/prompts/java-docs.prompt.md index 5cc3e16..31dfe76 100644 --- a/prompts/java-docs.prompt.md +++ b/prompts/java-docs.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems'] description: 'Ensure that Java types are documented with Javadoc comments and follow best practices for documentation.' --- diff --git a/prompts/java-junit.prompt.md b/prompts/java-junit.prompt.md index 41dfbae..d53d861 100644 --- a/prompts/java-junit.prompt.md +++ b/prompts/java-junit.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search'] description: 'Get best practices for JUnit 5 unit testing, including data-driven tests' --- diff --git a/prompts/java-springboot.prompt.md b/prompts/java-springboot.prompt.md index 94cadf7..8f43c99 100644 --- a/prompts/java-springboot.prompt.md +++ b/prompts/java-springboot.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search'] description: 'Get best practices for developing applications with Spring Boot.' --- diff --git a/prompts/kotlin-springboot.prompt.md b/prompts/kotlin-springboot.prompt.md index bc2282b..4460e12 100644 --- a/prompts/kotlin-springboot.prompt.md +++ b/prompts/kotlin-springboot.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search'] description: 'Get best practices for developing applications with Spring Boot and Kotlin.' --- diff --git a/prompts/mkdocs-translations.prompt.md b/prompts/mkdocs-translations.prompt.md index e5de045..f0393f3 100644 --- a/prompts/mkdocs-translations.prompt.md +++ b/prompts/mkdocs-translations.prompt.md @@ -1,7 +1,7 @@ --- mode: agent description: 'Generate a language translation for a mkdocs documentation stack.' -tools: ['codebase', 'usages', 'problems', 'changes', 'terminalSelection', 'terminalLastCommand', 'searchResults', 'extensions', 'edit/editFiles', 'search', 'runCommands', 'runTasks'] +tools: ['search/codebase', 'usages', 'problems', 'changes', 'runCommands/terminalSelection', 'runCommands/terminalLastCommand', 'search/searchResults', 'extensions', 'edit/editFiles', 'search', 'runCommands', 'runTasks'] model: Claude Sonnet 4 --- diff --git a/prompts/multi-stage-dockerfile.prompt.md b/prompts/multi-stage-dockerfile.prompt.md index 0d4a47f..495b1ec 100644 --- a/prompts/multi-stage-dockerfile.prompt.md +++ b/prompts/multi-stage-dockerfile.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['codebase'] +tools: ['search/codebase'] description: 'Create optimized multi-stage Dockerfiles for any language or framework' --- diff --git a/prompts/next-intl-add-language.prompt.md b/prompts/next-intl-add-language.prompt.md index edc3295..bcb7c81 100644 --- a/prompts/next-intl-add-language.prompt.md +++ b/prompts/next-intl-add-language.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes','codebase', 'edit/editFiles', 'findTestFiles', 'search', 'writeTest'] +tools: ['changes','search/codebase', 'edit/editFiles', 'findTestFiles', 'search', 'writeTest'] description: 'Add new language to a Next.js + next-intl application' --- diff --git a/prompts/playwright-explore-website.prompt.md b/prompts/playwright-explore-website.prompt.md index 3359977..586b520 100644 --- a/prompts/playwright-explore-website.prompt.md +++ b/prompts/playwright-explore-website.prompt.md @@ -1,7 +1,7 @@ --- mode: agent description: 'Website exploration for testing using Playwright MCP' -tools: ['changes', 'codebase', 'edit/editFiles', 'fetch', 'findTestFiles', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'playwright'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'fetch', 'findTestFiles', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'playwright'] model: 'Claude Sonnet 4' --- diff --git a/prompts/postgresql-code-review.prompt.md b/prompts/postgresql-code-review.prompt.md index 1f63cd3..ad854bb 100644 --- a/prompts/postgresql-code-review.prompt.md +++ b/prompts/postgresql-code-review.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems'] description: 'PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).' tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025' --- diff --git a/prompts/postgresql-optimization.prompt.md b/prompts/postgresql-optimization.prompt.md index a05f8b8..4f6341f 100644 --- a/prompts/postgresql-optimization.prompt.md +++ b/prompts/postgresql-optimization.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems'] description: 'PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.' tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025' --- diff --git a/prompts/power-apps-code-app-scaffold.prompt.md b/prompts/power-apps-code-app-scaffold.prompt.md index bf56899..3e89491 100644 --- a/prompts/power-apps-code-app-scaffold.prompt.md +++ b/prompts/power-apps-code-app-scaffold.prompt.md @@ -1,7 +1,7 @@ --- description: 'Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration' mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search'] model: GPT-4.1 --- diff --git a/prompts/prompt-builder.prompt.md b/prompts/prompt-builder.prompt.md index 0644ec2..7d9e3ca 100644 --- a/prompts/prompt-builder.prompt.md +++ b/prompts/prompt-builder.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['codebase', 'edit/editFiles', 'search'] +tools: ['search/codebase', 'edit/editFiles', 'search'] description: 'Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.' --- diff --git a/prompts/repo-story-time.prompt.md b/prompts/repo-story-time.prompt.md index 3e9c4b9..9718a90 100644 --- a/prompts/repo-story-time.prompt.md +++ b/prompts/repo-story-time.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Generate a comprehensive repository summary and narrative story from commit history' -tools: ['changes', 'codebase', 'edit/editFiles', 'githubRepo', 'runCommands', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'githubRepo', 'runCommands', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection'] --- diff --git a/prompts/sql-code-review.prompt.md b/prompts/sql-code-review.prompt.md index 7e36bdc..c35432f 100644 --- a/prompts/sql-code-review.prompt.md +++ b/prompts/sql-code-review.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems'] description: 'Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage.' tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025' --- diff --git a/prompts/sql-optimization.prompt.md b/prompts/sql-optimization.prompt.md index 30ca8aa..2d68541 100644 --- a/prompts/sql-optimization.prompt.md +++ b/prompts/sql-optimization.prompt.md @@ -1,6 +1,6 @@ --- mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems'] description: 'Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.' tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025' --- diff --git a/prompts/update-avm-modules-in-bicep.prompt.md b/prompts/update-avm-modules-in-bicep.prompt.md index 902aedb..141a727 100644 --- a/prompts/update-avm-modules-in-bicep.prompt.md +++ b/prompts/update-avm-modules-in-bicep.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Update Azure Verified Modules (AVM) to latest versions in Bicep files.' -tools: ['codebase', 'think', 'changes', 'fetch', 'searchResults', 'todos', 'edit/editFiles', 'search', 'runCommands', 'bicepschema', 'azure_get_schema_for_Bicep'] +tools: ['search/codebase', 'think', 'changes', 'fetch', 'search/searchResults', 'todos', 'edit/editFiles', 'search', 'runCommands', 'bicepschema', 'azure_get_schema_for_Bicep'] --- # Update Azure Verified Modules in Bicep Files diff --git a/prompts/update-implementation-plan.prompt.md b/prompts/update-implementation-plan.prompt.md index ed00caf..bc75a35 100644 --- a/prompts/update-implementation-plan.prompt.md +++ b/prompts/update-implementation-plan.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Update an existing implementation plan file with new or update requirements to provide new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] --- # Update Implementation Plan diff --git a/prompts/update-llms.prompt.md b/prompts/update-llms.prompt.md index 1bf3b4d..54c3586 100644 --- a/prompts/update-llms.prompt.md +++ b/prompts/update-llms.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Update the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] --- # Update LLMs.txt File diff --git a/prompts/update-markdown-file-index.prompt.md b/prompts/update-markdown-file-index.prompt.md index 8454554..6dc0a9b 100644 --- a/prompts/update-markdown-file-index.prompt.md +++ b/prompts/update-markdown-file-index.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Update a markdown file section with an index/table of files from a specified folder.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] --- # Update Markdown File Index diff --git a/prompts/update-oo-component-documentation.prompt.md b/prompts/update-oo-component-documentation.prompt.md index 3d91785..0274dda 100644 --- a/prompts/update-oo-component-documentation.prompt.md +++ b/prompts/update-oo-component-documentation.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Update existing object-oriented component documentation following industry best practices and architectural documentation standards.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] --- # Update Standard OO Component Documentation diff --git a/prompts/update-specification.prompt.md b/prompts/update-specification.prompt.md index c0edd5b..a623be5 100644 --- a/prompts/update-specification.prompt.md +++ b/prompts/update-specification.prompt.md @@ -1,7 +1,7 @@ --- mode: 'agent' description: 'Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] --- # Update Specification