@nikcli-ai/sdk 1.213.0 → 1.215.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.
|
@@ -1358,6 +1358,14 @@ export type KeybindsConfig = {
|
|
|
1358
1358
|
* Toggle session pin
|
|
1359
1359
|
*/
|
|
1360
1360
|
session_pin_toggle?: string;
|
|
1361
|
+
/**
|
|
1362
|
+
* Go back through session tab history
|
|
1363
|
+
*/
|
|
1364
|
+
session_tab_back?: string;
|
|
1365
|
+
/**
|
|
1366
|
+
* Go forward through session tab history
|
|
1367
|
+
*/
|
|
1368
|
+
session_tab_forward?: string;
|
|
1361
1369
|
/**
|
|
1362
1370
|
* Quick switch to session slot 1
|
|
1363
1371
|
*/
|