feat(client): expose v2 project APIs (#34456)

This commit is contained in:
Kit Langton
2026-06-29 14:10:11 -04:00
committed by GitHub
parent 01edae4a7f
commit 935ac2db91
23 changed files with 472 additions and 243 deletions
+2 -2
View File
@@ -121,12 +121,12 @@ describe("LocationServiceMap", () => {
expect(blockedState.tools.map((tool) => tool.name).sort()).toEqual([
"application_context",
"apply_patch",
"bash",
"edit",
"glob",
"grep",
"question",
"read",
"shell",
"skill",
"todowrite",
"webfetch",
@@ -138,12 +138,12 @@ describe("LocationServiceMap", () => {
expect(allowedState.tools.map((tool) => tool.name).sort()).toEqual([
"application_context",
"apply_patch",
"bash",
"edit",
"glob",
"grep",
"question",
"read",
"shell",
"skill",
"todowrite",
"webfetch",