diff options
| author | opencode <[email protected]> | 2025-11-03 22:01:30 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-11-03 22:01:30 +0000 |
| commit | 36c1a05eaa4873e9622af585f30a5f916a244467 (patch) | |
| tree | f87b514fcf4a848e4164ae83be5625da3971b271 /packages/sdk/js | |
| parent | 5708e3bf1ec27cccf8b11ffce9325a88bb772566 (diff) | |
| download | opencode-36c1a05eaa4873e9622af585f30a5f916a244467.tar.gz opencode-36c1a05eaa4873e9622af585f30a5f916a244467.zip | |
release: v1.0.18
Diffstat (limited to 'packages/sdk/js')
| -rw-r--r-- | packages/sdk/js/package.json | 2 | ||||
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json index 8bd3f0c1a..2549e7d19 100644 --- a/packages/sdk/js/package.json +++ b/packages/sdk/js/package.json @@ -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", diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index 7772c28bd..97dc559db 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -2346,7 +2346,7 @@ export type FindFilesData = { query: { directory?: string query: string - dirs?: boolean + dirs?: "true" | "false" } url: "/find/file" } |
