From f9af9fc22184c5e4a62a18a2df6746d6a1945264 Mon Sep 17 00:00:00 2001 From: opencode Date: Tue, 4 Nov 2025 17:47:34 +0000 Subject: release: v1.0.21 --- packages/sdk/js/package.json | 2 +- packages/sdk/js/src/gen/types.gen.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/sdk') 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 /** -- cgit v1.2.3