fix(ci): restore strip-ansi and typecheck fixtures (#39146)

* fix: restore strip-ansi and typecheck fixtures

* test: normalize windows install path assertions
This commit is contained in:
Altay
2026-03-07 23:13:13 +03:00
committed by GitHub
parent 4682f3cace
commit 97f9e25525
8 changed files with 40 additions and 5 deletions

View File

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

View File

@@ -26,6 +26,7 @@ function createProps(overrides: Partial<ChatProps> = {}): ChatProps {
fallbackStatus: null,
messages: [],
toolMessages: [],
streamSegments: [],
stream: null,
streamStartedAt: null,
assistantAvatarUrl: null,