@xenosystem/agent-sdk 0.9.29 → 0.9.30

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.
@@ -405,6 +405,8 @@ interface SessionMeta {
405
405
  };
406
406
  formatVersion?: number;
407
407
  hostBinding?: AgentSessionHostBindingV1;
408
+ pinned?: boolean;
409
+ pinnedAt?: string;
408
410
  }
409
411
  type TranscriptEventType = "session_start" | "user_message" | "assistant_message" | "tool_call" | "tool_result" | "delegation_summary" | "checkpoint" | "context_compressed" | "session_end" | "error";
410
412
  interface SessionStartData {
@@ -413,6 +415,8 @@ interface SessionStartData {
413
415
  model: string;
414
416
  workingDirectory: string;
415
417
  formatVersion?: number;
418
+ forkedFrom?: string;
419
+ checkpointId?: string;
416
420
  }
417
421
  interface ToolCallData {
418
422
  toolName: string;
@@ -405,6 +405,8 @@ interface SessionMeta {
405
405
  };
406
406
  formatVersion?: number;
407
407
  hostBinding?: AgentSessionHostBindingV1;
408
+ pinned?: boolean;
409
+ pinnedAt?: string;
408
410
  }
409
411
  type TranscriptEventType = "session_start" | "user_message" | "assistant_message" | "tool_call" | "tool_result" | "delegation_summary" | "checkpoint" | "context_compressed" | "session_end" | "error";
410
412
  interface SessionStartData {
@@ -413,6 +415,8 @@ interface SessionStartData {
413
415
  model: string;
414
416
  workingDirectory: string;
415
417
  formatVersion?: number;
418
+ forkedFrom?: string;
419
+ checkpointId?: string;
416
420
  }
417
421
  interface ToolCallData {
418
422
  toolName: string;