Made Major Changes to the Overall User Experience by adding a pipeline visualizer 6b731f7 Pulastya B commited on 16 days ago
Finally the Supabase error has been solved now fixing the issue of not being able to write to huggingface- attempt 2 f1c3962 Pulastya B commited on Feb 3
Finally the Supabase error has been solved now fixing the issue of not being able to write to huggingface 14fafaa Pulastya B commited on Feb 3
Added session id to the request in an attempt to make the RLS work eacc9bc Pulastya B commited on Feb 3
Added the functionality for users to save their generated assets in huggingface spaces using write tokens 2a82ed5 Pulastya B commited on Feb 2
Add HuggingFace storage integration - users can now persist datasets, models, and plots to their own HuggingFace account 7af9e82 Pulastya B commited on Feb 2
Fix markdown rendering: aggressive cleanMarkdown function and smarter inline code detection in pre/code components 72fc3f2 Pulastya B commited on Feb 1
Fix markdown rendering: add cleanMarkdown preprocessor, smarter inline code detection, update system prompt for better formatting 8bf4cb9 Pulastya B commited on Feb 1
Fix markdown rendering: add remark-gfm for tables, improve code blocks, headings, and overall styling 212d2d5 Pulastya B commited on Feb 1
Fix sign out button: add click outside handler, improve error handling, and add z-index 9865103 Pulastya B commited on Feb 1
Fix OAuth redirect loop and disable email editing for OAuth users 27c2ee9 Pulastya B commited on Feb 1
Fix OAuth onboarding: change button text to 'Complete Profile' and add timeout to prevent infinite loop 8dcc270 Pulastya B commited on Jan 31
Fix OAuth signup: don't create duplicate account, just save profile data a5bd6df Pulastya B commited on Jan 31
Fix auth issues: sign out working, store signup form data, OAuth users onboarding 1d8f0c9 Pulastya B commited on Jan 31
Fix /chat endpoint not stopping thinking animation - set isTyping=false after response 150d34c Pulastya B commited on Jan 31
Fix infinite thinking when no file uploaded - properly handle analysis_failed SSE event a0e15f1 Pulastya B commited on Jan 31
CRITICAL: Fixed race conditions, session cleanup, SSE leaks, and added localStorage persistence 2f3df85 Pulastya B commited on Jan 31
feat: Add 4 major system improvements - semantic layer, error recovery, token budget, parallel execution 05a3c74 Pulastya B commited on Jan 28
Clear uploaded file state when creating new chat or switching sessions 91794cf Pulastya B commited on Jan 2
Fix summary not displaying: frontend was looking for result.final_answer but backend returns result.summary 9bd388f Pulastya B commited on Jan 2
Fix loading indicator: remove finally block that killed isTyping after instant /run-async return f1ace72 Pulastya B commited on Jan 1
Fix loading indicator: remove activeSession dependency, show based on isTyping only 11c0b04 Pulastya B commited on Jan 1
Fix frontend refresh bug: map session ID in-place instead of filter/recreate 94aef75 Pulastya B commited on Jan 1
Real-time streaming: /run-async with BackgroundTasks, UUID-first, SSE-delivered results 565097f Pulastya B commited on Jan 1