feat(codemode): make search a global built-in and rewrite README (#36450)

This commit is contained in:
Aiden Cline
2026-07-11 13:43:33 -05:00
committed by GitHub
parent 153c2bca1f
commit 96565c1199
11 changed files with 271 additions and 413 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ describe("OpenAPI.fromSpec", () => {
runtime
.execute(
`
return await tools.$codemode.search({ query: "global health", namespace: "opencode", limit: 1 })
return search({ query: "global health", namespace: "opencode", limit: 1 })
`,
)
.pipe(Effect.provide(layer)),