feat(core): implement persistence and resumption for masked tool outputs (#18451)

This commit is contained in:
Abhi
2026-02-06 16:22:22 -05:00
committed by GitHub
parent e844d4f45f
commit 63f7e30790
3 changed files with 261 additions and 0 deletions
+1
View File
@@ -699,6 +699,7 @@ export class GeminiChat {
this.lastPromptTokenCount = estimateTokenCountSync(
this.history.flatMap((c) => c.parts || []),
);
this.chatRecordingService.updateMessagesFromHistory(history);
}
stripThoughtsFromHistory(): void {