chore: generate

This commit is contained in:
opencode-agent[bot]
2026-08-08 03:39:08 +00:00
parent 04f3d8c1d4
commit 9eb6caca27
@@ -180,10 +180,7 @@ test("lists the default directory when empty search is unsupported", async () =>
list: (input: { location?: { directory?: string } }) => {
calls.push(input.location?.directory ?? "")
return Promise.resolve({
data: [
...directories,
{ path: "README.md", type: "file" },
],
data: [...directories, { path: "README.md", type: "file" }],
})
},
},