mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-25 02:37:53 -07:00
fix: resolve Stage 2 rebase conflicts and restore non-breaking behavior
This commit is contained in:
@@ -81,7 +81,7 @@ export async function exportHistoryToFile(
|
||||
const {
|
||||
messages,
|
||||
filePath,
|
||||
trajectories: _trajectories, // Collected but not yet included in Stage 1 JSON output
|
||||
trajectories: _trajectories, // Collected but not yet included in Stage 2 JSON output
|
||||
history: providedHistory,
|
||||
} = options;
|
||||
const extension = path.extname(filePath).toLowerCase();
|
||||
|
||||
Reference in New Issue
Block a user