fix(coding-agent): clear label timestamp cache on new sessions
closes #6354
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user