release: v0.7.3

This commit is contained in:
opencode
2025-09-11 21:38:17 +00:00
parent dd97d784b6
commit 54f7fb5019
11 changed files with 11 additions and 10 deletions

View File

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

View File

@@ -744,6 +744,7 @@ export type Config = {
}
}>
}
disable_paste_summary?: boolean
}
}