@nikcli-ai/sdk 1.159.0 → 1.160.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.
@@ -1501,6 +1501,10 @@ export type KeybindsConfig = {
1501
1501
  * Previous agent
1502
1502
  */
1503
1503
  agent_cycle_reverse?: string;
1504
+ /**
1505
+ * Open permission presets for the current primary agent
1506
+ */
1507
+ permission_mode?: string;
1504
1508
  /**
1505
1509
  * Cycle model variants
1506
1510
  */
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.159.0",
4
+ "version": "1.160.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -50,7 +50,7 @@
50
50
  "@tsconfig/node22": "22.0.2",
51
51
  "@types/node": "22.13.9",
52
52
  "typescript": "5.8.2",
53
- "@typescript/native-preview": "7.0.0-dev.20251207.1"
53
+ "@typescript/native-preview": "7.0.0-dev.20260707.2"
54
54
  },
55
55
  "dependencies": {},
56
56
  "publishConfig": {