release: v1.0.3

This commit is contained in:
opencode
2025-10-31 22:52:57 +00:00
parent 30f9fa12d9
commit a57ae3ec93
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.2",
"version": "1.0.3",
"type": "module",
"scripts": {
"typecheck": "tsgo --noEmit",

View File

@@ -135,7 +135,7 @@ export type KeybindsConfig = {
*/
input_clear?: string
/**
* Forward delete characters in input field
* Forward delete
*/
input_forward_delete?: string
/**