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.
This commit is contained in:
CypherHK
2025-10-30 06:29:27 +08:00
committed by GitHub
parent 1170d7195a
commit 2b45ca4e8b
54 changed files with 55 additions and 55 deletions

View File

@@ -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