@opencode-ai/sdk 1.0.103 → 1.0.104

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.
@@ -724,6 +724,10 @@ export type KeybindsConfig = {
724
724
  * Previous child session
725
725
  */
726
726
  session_child_cycle_reverse?: string;
727
+ /**
728
+ * Suspend terminal
729
+ */
730
+ terminal_suspend?: string;
727
731
  };
728
732
  export type AgentConfig = {
729
733
  model?: 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": "1.0.103",
4
+ "version": "1.0.104",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",