mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 09:44:21 +01:00
release: v1.0.18
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -2346,7 +2346,7 @@ export type FindFilesData = {
|
||||
query: {
|
||||
directory?: string
|
||||
query: string
|
||||
dirs?: boolean
|
||||
dirs?: "true" | "false"
|
||||
}
|
||||
url: "/find/file"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user