Add a new_task tool

This commit is contained in:
Matt Rubens
2025-01-29 01:28:32 -05:00
parent 4026a87d2c
commit 13de490c3b
12 changed files with 343 additions and 9 deletions

View File

@@ -159,6 +159,8 @@ export type ClineSay =
| "command"
| "mcp_server_request_started"
| "mcp_server_response"
| "new_task_started"
| "new_task"
export interface ClineSayTool {
tool:
@@ -171,6 +173,7 @@ export interface ClineSayTool {
| "listCodeDefinitionNames"
| "searchFiles"
| "switchMode"
| "newTask"
path?: string
diff?: string
content?: string