mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 04:41:16 -05:00
Add a new_task tool
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user