diff --git a/apps/app/src/store/app-store.ts b/apps/app/src/store/app-store.ts index 94a93ffe..ca8a6336 100644 --- a/apps/app/src/store/app-store.ts +++ b/apps/app/src/store/app-store.ts @@ -351,6 +351,7 @@ export interface AutoModeActivity { tool?: string; passes?: boolean; phase?: "planning" | "action" | "verification"; + errorType?: "authentication" | "execution"; } export interface AppActions {