From 643419852e226e5363fb3fcadb9ae7a370735082 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Wed, 3 Sep 2025 15:56:42 +1000 Subject: [PATCH] Fixing tool list in debug (#222) Fixes #146 --- chatmodes/debug.chatmode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatmodes/debug.chatmode.md b/chatmodes/debug.chatmode.md index 199a0c6..b2d2ba3 100644 --- a/chatmodes/debug.chatmode.md +++ b/chatmodes/debug.chatmode.md @@ -1,6 +1,6 @@ --- description: 'Debug your application to find and fix a bug' -tools: ['codebase', 'readFiles', 'editFiles', 'githubRepo', 'runCommands', 'fetch', 'search', 'usages', 'findTestFiles', 'get_errors', 'test_failure', 'run_in_terminal', 'get_terminal_output'] +tools: ['editFiles', 'search', 'runCommands', 'usages', 'problems', 'testFailure', 'fetch', 'githubRepo', 'runTests'] --- # Debug Mode Instructions