diff options
Diffstat (limited to 'packages/sdk')
| -rw-r--r-- | packages/sdk/js/package.json | 2 | ||||
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json index 01fd7938b..ad54199c3 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": "0.5.27", + "version": "0.5.28", "type": "module", "scripts": { "typecheck": "tsc --noEmit" diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index 8e9662ad5..1c4fc5b35 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -585,6 +585,9 @@ export type Config = { */ scroll_speed: number } + /** + * Command configuration, see https://opencode.ai/docs/commands + */ command?: { [key: string]: { template: string |
