mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-17 17:55:34 +00:00
fix: update GitHub Copilot tools names for consistency (#880)
Copilot was triggering warning or errors in the chatmode files due to some changes in tool names. - findTestFiles is internal tool, cannot be used. - Other tools have change names. - Added new tools: todos and runSubAgents. Co-authored-by: Brian <bmadcode@gmail.com>
This commit is contained in:
parent
f793cf8fcd
commit
54e6745a55
@ -228,26 +228,17 @@ class GitHubCopilotSetup extends BaseIdeSetup {
|
||||
// Reference: https://code.visualstudio.com/docs/copilot/reference/copilot-vscode-features#_chat-tools
|
||||
const tools = [
|
||||
'changes', // List of source control changes
|
||||
'codebase', // Perform code search in workspace
|
||||
'createDirectory', // Create new directory in workspace
|
||||
'createFile', // Create new file in workspace
|
||||
'editFiles', // Apply edits to files in workspace
|
||||
'edit', // Edit files in your workspace including: createFile, createDirectory, editNotebook, newJupyterNotebook and editFiles
|
||||
'fetch', // Fetch content from web page
|
||||
'fileSearch', // Search files using glob patterns
|
||||
'githubRepo', // Perform code search in GitHub repo
|
||||
'listDirectory', // List files in a directory
|
||||
'problems', // Add workspace issues from Problems panel
|
||||
'readFile', // Read content of a file in workspace
|
||||
'runInTerminal', // Run shell command in integrated terminal
|
||||
'runTask', // Run existing task in workspace
|
||||
'runCommands', // Runs commands in the terminal including: getTerminalOutput, terminalSelection, terminalLastCommand and runInTerminal
|
||||
'runTasks', // Runs tasks and gets their output for your workspace
|
||||
'runTests', // Run unit tests in workspace
|
||||
'runVscodeCommand', // Run VS Code command
|
||||
'search', // Enable file searching in workspace
|
||||
'searchResults', // Get search results from Search view
|
||||
'terminalLastCommand', // Get last terminal command and output
|
||||
'terminalSelection', // Get current terminal selection
|
||||
'search', // Search and read files in your workspace, including:fileSearch, textSearch, listDirectory, readFile, codebase and searchResults
|
||||
'runSubagent', // Runs a task within an isolated subagent context. Enables efficient organization of tasks and context window management.
|
||||
'testFailure', // Get unit test failure information
|
||||
'textSearch', // Find text in files
|
||||
'todos', // Tool for managing and tracking todo items for task planning
|
||||
'usages', // Find references and navigate definitions
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user