@kilocode/sdk 7.3.16 → 7.3.18
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
|
@@ -1095,6 +1095,7 @@ export declare class Session2 extends HeyApiClient {
|
|
|
1095
1095
|
format?: OutputFormat;
|
|
1096
1096
|
system?: string;
|
|
1097
1097
|
variant?: string;
|
|
1098
|
+
snapshotInitialization?: "wait";
|
|
1098
1099
|
editorContext?: {
|
|
1099
1100
|
visibleFiles?: Array<string>;
|
|
1100
1101
|
openTabs?: Array<string>;
|
|
@@ -1214,6 +1215,7 @@ export declare class Session2 extends HeyApiClient {
|
|
|
1214
1215
|
format?: OutputFormat;
|
|
1215
1216
|
system?: string;
|
|
1216
1217
|
variant?: string;
|
|
1218
|
+
snapshotInitialization?: "wait";
|
|
1217
1219
|
editorContext?: {
|
|
1218
1220
|
visibleFiles?: Array<string>;
|
|
1219
1221
|
openTabs?: Array<string>;
|
|
@@ -1237,6 +1239,7 @@ export declare class Session2 extends HeyApiClient {
|
|
|
1237
1239
|
arguments?: string;
|
|
1238
1240
|
command?: string;
|
|
1239
1241
|
variant?: string;
|
|
1242
|
+
snapshotInitialization?: "wait";
|
|
1240
1243
|
parts?: Array<{
|
|
1241
1244
|
id?: string;
|
|
1242
1245
|
type: "file";
|
package/dist/v2/gen/sdk.gen.js
CHANGED
|
@@ -2205,6 +2205,7 @@ export class Session2 extends HeyApiClient {
|
|
|
2205
2205
|
{ in: "body", key: "format" },
|
|
2206
2206
|
{ in: "body", key: "system" },
|
|
2207
2207
|
{ in: "body", key: "variant" },
|
|
2208
|
+
{ in: "body", key: "snapshotInitialization" },
|
|
2208
2209
|
{ in: "body", key: "editorContext" },
|
|
2209
2210
|
{ in: "body", key: "parts" },
|
|
2210
2211
|
],
|
|
@@ -2433,6 +2434,7 @@ export class Session2 extends HeyApiClient {
|
|
|
2433
2434
|
{ in: "body", key: "format" },
|
|
2434
2435
|
{ in: "body", key: "system" },
|
|
2435
2436
|
{ in: "body", key: "variant" },
|
|
2437
|
+
{ in: "body", key: "snapshotInitialization" },
|
|
2436
2438
|
{ in: "body", key: "editorContext" },
|
|
2437
2439
|
{ in: "body", key: "parts" },
|
|
2438
2440
|
],
|
|
@@ -2467,6 +2469,7 @@ export class Session2 extends HeyApiClient {
|
|
|
2467
2469
|
{ in: "body", key: "arguments" },
|
|
2468
2470
|
{ in: "body", key: "command" },
|
|
2469
2471
|
{ in: "body", key: "variant" },
|
|
2472
|
+
{ in: "body", key: "snapshotInitialization" },
|
|
2470
2473
|
{ in: "body", key: "parts" },
|
|
2471
2474
|
],
|
|
2472
2475
|
},
|
|
@@ -1046,7 +1046,6 @@ export type Config = {
|
|
|
1046
1046
|
disable_paste_summary?: boolean;
|
|
1047
1047
|
batch_tool?: boolean;
|
|
1048
1048
|
codebase_search?: boolean;
|
|
1049
|
-
semantic_indexing?: boolean;
|
|
1050
1049
|
speech_to_text_model?: string;
|
|
1051
1050
|
openTelemetry?: boolean;
|
|
1052
1051
|
primary_tools?: Array<string>;
|
|
@@ -4997,6 +4996,7 @@ export type SessionPromptData = {
|
|
|
4997
4996
|
format?: OutputFormat;
|
|
4998
4997
|
system?: string;
|
|
4999
4998
|
variant?: string;
|
|
4999
|
+
snapshotInitialization?: "wait";
|
|
5000
5000
|
editorContext?: {
|
|
5001
5001
|
visibleFiles?: Array<string>;
|
|
5002
5002
|
openTabs?: Array<string>;
|
|
@@ -5293,6 +5293,7 @@ export type SessionPromptAsyncData = {
|
|
|
5293
5293
|
format?: OutputFormat;
|
|
5294
5294
|
system?: string;
|
|
5295
5295
|
variant?: string;
|
|
5296
|
+
snapshotInitialization?: "wait";
|
|
5296
5297
|
editorContext?: {
|
|
5297
5298
|
visibleFiles?: Array<string>;
|
|
5298
5299
|
openTabs?: Array<string>;
|
|
@@ -5336,6 +5337,7 @@ export type SessionCommandData = {
|
|
|
5336
5337
|
arguments: string;
|
|
5337
5338
|
command: string;
|
|
5338
5339
|
variant?: string;
|
|
5340
|
+
snapshotInitialization?: "wait";
|
|
5339
5341
|
parts?: Array<{
|
|
5340
5342
|
id?: string;
|
|
5341
5343
|
type: "file";
|