@kilocode/sdk 7.3.49 → 7.3.51

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
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@kilocode/sdk",
4
- "version": "7.3.49",
4
+ "version": "7.3.51",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {