fix: give kilocode tool access to bmad modes

This commit is contained in:
Ahmad Fikrizaman 2025-11-22 05:59:04 +08:00
parent 9d510fc075
commit 0f0c97e7ed
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@ class KiloSetup extends BaseIdeSetup {
modeEntry += ` groups:\n`;
modeEntry += ` - read\n`;
modeEntry += ` - edit\n`;
modeEntry += ` - browser\n`;
modeEntry += ` - command\n`;
modeEntry += ` - mcp\n`;
return modeEntry;
}