Add inspect_site tool

This commit is contained in:
Saoud Rizwan
2024-09-21 10:54:20 -04:00
parent f282df604a
commit f7d12a3e02
7 changed files with 236 additions and 17 deletions

View File

@@ -58,6 +58,7 @@ export type ClaudeSay =
| "command_output"
| "tool"
| "shell_integration_warning"
| "inspect_site_result"
export interface ClaudeSayTool {
tool:
@@ -68,6 +69,7 @@ export interface ClaudeSayTool {
| "listFilesRecursive"
| "listCodeDefinitionNames"
| "searchFiles"
| "inspectSite"
path?: string
diff?: string
content?: string