@kilocode/sdk 7.3.48 → 7.3.50
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.
|
@@ -1214,6 +1214,7 @@ export type Model = {
|
|
|
1214
1214
|
prompt?: "codex" | "gemini" | "beast" | "anthropic" | "trinity" | "anthropic_without_todo" | "ling" | "gpt55";
|
|
1215
1215
|
isFree?: boolean;
|
|
1216
1216
|
mayTrainOnYourPrompts?: boolean;
|
|
1217
|
+
hasUserByokAvailable?: boolean;
|
|
1217
1218
|
terminalBench?: {
|
|
1218
1219
|
overallScore: number;
|
|
1219
1220
|
avgAttemptCostUsd: number;
|
|
@@ -2574,6 +2575,7 @@ export type EventSessionTurnClose = {
|
|
|
2574
2575
|
type: "session.turn.close";
|
|
2575
2576
|
properties: {
|
|
2576
2577
|
sessionID: string;
|
|
2578
|
+
parentID?: string;
|
|
2577
2579
|
reason: "completed" | "error" | "interrupted";
|
|
2578
2580
|
};
|
|
2579
2581
|
};
|