You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: artifact store contamination, FileReader onerror, enhancer bugs, Artifact deps
- Add resetArtifacts() to WorkbenchStore to clear stale artifacts on chat switch
- Call resetArtifacts() in Chat.client.tsx cleanup useEffect
- Add onerror handlers to both FileReader instances in BaseChat.tsx
- Add reader.cancel() on stream error in usePromptEnhancer.ts
- Guard setTimeout with if(!_error) to prevent overwriting restored input
- Fix Artifact.tsx useMemo deps to include artifact?.runner
- Add early return in useChatHistory.ts restoreSnapshot on write failure
0 commit comments