@opencode-ai/sdk 1.0.166 → 1.0.167

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.
@@ -811,6 +811,10 @@ export type KeybindsConfig = {
811
811
  * Suspend terminal
812
812
  */
813
813
  terminal_suspend?: string;
814
+ /**
815
+ * Toggle terminal title
816
+ */
817
+ terminal_title_toggle?: string;
814
818
  };
815
819
  export type AgentConfig = {
816
820
  model?: string;
@@ -968,6 +968,10 @@ export type KeybindsConfig = {
968
968
  * Suspend terminal
969
969
  */
970
970
  terminal_suspend?: string;
971
+ /**
972
+ * Toggle terminal title
973
+ */
974
+ terminal_title_toggle?: string;
971
975
  };
972
976
  export type AgentConfig = {
973
977
  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.166",
4
+ "version": "1.0.167",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",