feat: switch to Version 2.0 session bundle format (Stage 3)

This commit is contained in:
Aishanee Shah
2026-05-14 18:38:45 +00:00
parent e7891bbf53
commit d80043ffcc

View File

@@ -142,7 +142,7 @@ const saveCommand: SlashCommand = {
const trajectories = await chat.getSubagentTrajectories();
const messages = chat.getConversation()?.messages ?? [];
await logger.saveCheckpoint(
{ history, authType, trajectories, messages },
{ version: '2.0', authType, trajectories, messages },
tag,
);
return {