@opencode-ai/sdk 0.5.26 → 0.5.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -493,6 +493,9 @@ export type Config = {
493
493
  */
494
494
  scroll_speed: number;
495
495
  };
496
+ /**
497
+ * Command configuration, see https://opencode.ai/docs/commands
498
+ */
496
499
  command?: {
497
500
  [key: string]: {
498
501
  template: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/sdk",
4
- "version": "0.5.26",
4
+ "version": "0.5.28",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsc --noEmit"