fix(coding-agent): clear label timestamp cache on new sessions

closes #6354
This commit is contained in:
Vegard Stikbakke
2026-07-06 15:31:32 +02:00
parent 647c5554b7
commit 6efc09b7eb
2 changed files with 2 additions and 0 deletions
@@ -864,6 +864,7 @@ export class SessionManager {
this.fileEntries = [header];
this.byId.clear();
this.labelsById.clear();
this.labelTimestampsById.clear();
this.leafId = null;
this.flushed = false;