feat: track compaction count + verbose notice

This commit is contained in:
Peter Steinberger
2026-01-06 02:41:48 +01:00
parent 3c6dea3ef3
commit b30bae89ed
12 changed files with 293 additions and 6 deletions

View File

@@ -55,6 +55,7 @@ export type SessionEntry = {
modelProvider?: string;
model?: string;
contextTokens?: number;
compactionCount?: number;
displayName?: string;
surface?: string;
subject?: string;