fix(ci): refresh secret baseline and UI state types

This commit is contained in:
Peter Steinberger
2026-03-07 21:17:21 +00:00
parent b9dd6e99b6
commit e3c21c913d
5 changed files with 11 additions and 10 deletions

View File

@@ -59,6 +59,7 @@ export type AppViewState = {
chatToolMessages: unknown[];
chatStreamSegments: Array<{ text: string; ts: number }>;
chatStream: string | null;
chatStreamSegments: Array<{ text: string; ts: number }>;
chatStreamStartedAt: number | null;
chatRunId: string | null;
compactionStatus: CompactionStatus | null;