summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk
diff options
context:
space:
mode:
authoropencode <[email protected]>2025-11-04 17:47:34 +0000
committeropencode <[email protected]>2025-11-04 17:47:34 +0000
commitf9af9fc22184c5e4a62a18a2df6746d6a1945264 (patch)
treeed93b4d5a5f7e51874b62b9ff0690b6e8e8c2dde /packages/sdk
parent1bf1b93404edc063fa286f822717f8aaa34b757a (diff)
downloadopencode-f9af9fc22184c5e4a62a18a2df6746d6a1945264.tar.gz
opencode-f9af9fc22184c5e4a62a18a2df6746d6a1945264.zip
release: v1.0.21
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 24023d1b7..b0dc34c1c 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.20",
+ "version": "1.0.21",
"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 97dc559db..7293f13cd 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -163,7 +163,7 @@ export type KeybindsConfig = {
*/
history_previous?: string
/**
- * Previous history item
+ * Next history item
*/
history_next?: string
/**