feat(web): merge compact status and summary cards
This commit is contained in:
47 files changed
+725
-121
No files matched your search
@@ -68,6 +68,7 @@ async function executeCompact(
|
||||
return {
|
||||
kind: 'success',
|
||||
text: `Compacted ${result.shadowedSeqs.length} history items (~${result.shadowedTokenCount} tokens).`,
|
||||
sourceEventSeq: result.summarySeq,
|
||||
}
|
||||
} catch (error: unknown) {
|
||||
if (invocation.signal.aborted) return { kind: 'error', text: 'Compaction cancelled.' }
|
||||
|
||||
Reference in New Issue
Block a user