summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sdk')
-rw-r--r--packages/sdk/js/package.json2
-rw-r--r--packages/sdk/js/src/gen/types.gen.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json
index 0fbb5168a..80786e1d0 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.2",
+ "version": "1.0.3",
"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 c4339c316..fce8d203b 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -135,7 +135,7 @@ export type KeybindsConfig = {
*/
input_clear?: string
/**
- * Forward delete characters in input field
+ * Forward delete
*/
input_forward_delete?: string
/**