@nikcli-ai/sdk 1.158.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.
package/dist/v2/gen/sdk.gen.d.ts
CHANGED
|
@@ -735,6 +735,11 @@ export declare class Workspace extends HeyApiClient {
|
|
|
735
735
|
port: number;
|
|
736
736
|
serverUrl: string;
|
|
737
737
|
eventLimit?: number;
|
|
738
|
+
} | {
|
|
739
|
+
directory: string;
|
|
740
|
+
type: "branch";
|
|
741
|
+
branch?: string;
|
|
742
|
+
eventLimit?: number;
|
|
738
743
|
};
|
|
739
744
|
}, options?: Options<never, ThrowOnError>): RequestResult<ExperimentalWorkspaceCreateResponses, ExperimentalWorkspaceCreateErrors, ThrowOnError>;
|
|
740
745
|
/**
|
|
@@ -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
|
*/
|
|
@@ -2896,6 +2900,11 @@ export type Workspace = {
|
|
|
2896
2900
|
port: number;
|
|
2897
2901
|
serverUrl: string;
|
|
2898
2902
|
eventLimit?: number;
|
|
2903
|
+
} | {
|
|
2904
|
+
directory: string;
|
|
2905
|
+
type: "branch";
|
|
2906
|
+
branch?: string;
|
|
2907
|
+
eventLimit?: number;
|
|
2899
2908
|
};
|
|
2900
2909
|
};
|
|
2901
2910
|
export type WorkspaceRestore = {
|
|
@@ -5265,6 +5274,11 @@ export type ExperimentalWorkspaceCreateData = {
|
|
|
5265
5274
|
port: number;
|
|
5266
5275
|
serverUrl: string;
|
|
5267
5276
|
eventLimit?: number;
|
|
5277
|
+
} | {
|
|
5278
|
+
directory: string;
|
|
5279
|
+
type: "branch";
|
|
5280
|
+
branch?: string;
|
|
5281
|
+
eventLimit?: number;
|
|
5268
5282
|
};
|
|
5269
5283
|
};
|
|
5270
5284
|
path: {
|
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.
|
|
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.
|
|
53
|
+
"@typescript/native-preview": "7.0.0-dev.20260707.2"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {},
|
|
56
56
|
"publishConfig": {
|