Merge branch 'feat/graceful-degradation' into feat/on-demand-ai-features

This commit is contained in:
ashim-hq
2026-04-21 09:24:37 +08:00
14 changed files with 801 additions and 125 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ export function useToolProcessor(toolId: string) {
eventSourceRef.current.close();
eventSourceRef.current = null;
}
setError("Network error - check your connection");
setError("Processing was interrupted \u2014 retry when reconnected");
setProcessing(false);
setProgress(IDLE_PROGRESS);
};