@nikcli-ai/sdk 1.263.0 → 1.264.0
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.
|
@@ -1385,6 +1385,10 @@ export type KeybindsConfig = {
|
|
|
1385
1385
|
* Toggle session pin
|
|
1386
1386
|
*/
|
|
1387
1387
|
session_pin_toggle?: string;
|
|
1388
|
+
/**
|
|
1389
|
+
* Toggle the session list between the current project and the global project
|
|
1390
|
+
*/
|
|
1391
|
+
session_scope_toggle?: string;
|
|
1388
1392
|
/**
|
|
1389
1393
|
* Go back through session tab history
|
|
1390
1394
|
*/
|