@synsci/sdk 1.1.77 → 1.1.79

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.
@@ -831,6 +831,10 @@ export type KeybindsConfig = {
831
831
  * Toggle terminal title
832
832
  */
833
833
  terminal_title_toggle?: string;
834
+ /**
835
+ * Toggle dark/light mode
836
+ */
837
+ theme_mode_toggle?: string;
834
838
  };
835
839
  export type AgentConfig = {
836
840
  model?: string;
@@ -1129,6 +1129,10 @@ export type KeybindsConfig = {
1129
1129
  * Toggle terminal title
1130
1130
  */
1131
1131
  terminal_title_toggle?: string;
1132
+ /**
1133
+ * Toggle dark/light mode
1134
+ */
1135
+ theme_mode_toggle?: string;
1132
1136
  /**
1133
1137
  * Toggle tips on home screen
1134
1138
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "1.1.77",
4
+ "version": "1.1.79",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {