@hydra-acp/cli 0.1.96 → 0.1.97

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/index.d.ts CHANGED
@@ -3080,6 +3080,7 @@ declare class Session {
3080
3080
  artifact: SessionSynopsis;
3081
3081
  title?: string;
3082
3082
  tailK: number;
3083
+ tailFloor?: number;
3083
3084
  summarizedThroughEntry?: number;
3084
3085
  newAgentId?: string;
3085
3086
  }): Promise<void>;
@@ -3210,7 +3211,7 @@ declare class Session {
3210
3211
  private respawnAgent;
3211
3212
  private buildSwitchTranscript;
3212
3213
  seedFromImport(): Promise<void>;
3213
- seedFromFork(synopsis: SessionSynopsis): Promise<void>;
3214
+ seedFromFork(synopsis?: SessionSynopsis): Promise<void>;
3214
3215
  private broadcastAgentSwitch;
3215
3216
  broadcastPendingAgentSwap(targetAgentId: string | null): void;
3216
3217
  hasStreamBuffer(): boolean;