From 74d2fe2844c83df9afa9df1fcdb7aeca7aaf5d20 Mon Sep 17 00:00:00 2001 From: OpenClaw Contributor Date: Mon, 16 Mar 2026 21:23:31 +0000 Subject: [PATCH] fix(ui): add chatHistoryTruncated to AppViewState type Made-with: Cursor --- ui/src/ui/app-view-state.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/ui/app-view-state.ts b/ui/src/ui/app-view-state.ts index 375faa43137..6716fd96a0a 100644 --- a/ui/src/ui/app-view-state.ts +++ b/ui/src/ui/app-view-state.ts @@ -72,6 +72,7 @@ export type AppViewState = { fallbackStatus: FallbackStatus | null; chatAvatarUrl: string | null; chatThinkingLevel: string | null; + chatHistoryTruncated?: boolean; chatModelOverrides: Record; chatModelsLoading: boolean; chatModelCatalog: ModelCatalogEntry[];