release: v1.0.18

This commit is contained in:
opencode
2025-11-03 22:01:30 +00:00
parent 5708e3bf1e
commit 36c1a05eaa
15 changed files with 25 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/sdk",
"version": "1.0.17",
"version": "1.0.18",
"type": "module",
"scripts": {
"typecheck": "tsgo --noEmit",

View File

@@ -2346,7 +2346,7 @@ export type FindFilesData = {
query: {
directory?: string
query: string
dirs?: boolean
dirs?: "true" | "false"
}
url: "/find/file"
}