mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-28 15:10:04 +00:00
feat: switch to Version 2.0 session bundle format (Stage 3)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user