Add a tool to switch modes

This commit is contained in:
Matt Rubens
2025-01-24 02:38:15 -05:00
parent 0a32e24c6d
commit d1754cace0
9 changed files with 300 additions and 1 deletions

View File

@@ -166,11 +166,14 @@ export interface ClineSayTool {
| "listFilesRecursive"
| "listCodeDefinitionNames"
| "searchFiles"
| "switchMode"
path?: string
diff?: string
content?: string
regex?: string
filePattern?: string
mode?: string
reason?: string
}
// must keep in sync with system prompt