feat(core): improve read tool parity (#39126)

This commit is contained in:
Aiden Cline
2026-07-27 09:58:37 -05:00
committed by GitHub
parent 7d4de3d9e4
commit 65d2a4e00c
7 changed files with 97 additions and 13 deletions
+1
View File
@@ -44,6 +44,7 @@ export function toLocations(toolName: string, input: ToolInput, cwd?: string): T
return workdir ? [{ path: workdir }] : []
}
case "read":
return locationFrom(input.path)
case "edit":
case "write":
case "patch":