@nikcli-ai/sdk 1.213.0 → 1.214.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
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@nikcli-ai/sdk",
4
- "version": "1.213.0",
4
+ "version": "1.214.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {