@opencode-ai/sdk 1.0.166 → 1.0.168

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;
@@ -700,6 +700,14 @@ export type KeybindsConfig = {
700
700
  * Show session timeline
701
701
  */
702
702
  session_timeline?: string;
703
+ /**
704
+ * Fork session from message
705
+ */
706
+ session_fork?: string;
707
+ /**
708
+ * Rename session
709
+ */
710
+ session_rename?: string;
703
711
  /**
704
712
  * Share current session
705
713
  */
@@ -968,6 +976,10 @@ export type KeybindsConfig = {
968
976
  * Suspend terminal
969
977
  */
970
978
  terminal_suspend?: string;
979
+ /**
980
+ * Toggle terminal title
981
+ */
982
+ terminal_title_toggle?: string;
971
983
  };
972
984
  export type AgentConfig = {
973
985
  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.168",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",