From b08b29bf8f08b7459c1a8b09d17f91dc7a766dcf Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Wed, 3 Sep 2025 15:53:38 +1000 Subject: [PATCH] Fixing tool list in debug 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