@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
  */
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.263.0",
4
+ "version": "1.264.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {