Commit History

Fixed some minor bugs
c073e6b

Pulastya B commited on

Made Major Changes to the Overall User Experience by adding a pipeline visualizer
6b731f7

Pulastya B commited on

Fix HF status caching and prevent multiple status checks
feaba15

Pulastya B commited on

Trying to fix the Supabase error
d072c9e

Pulastya B commited on

Removed Huggingface from the User Onboarding page
ca079d0

Pulastya B commited on

Fixed the SSE Streaming not working
b2a95b5

Pulastya B commited on

Fixed SSE response streaming error
644cb0d

Pulastya B commited on

Fixed HF Tokens not saving in the DB
4079a53

Pulastya B commited on

Added the functionality for users to save their generated assets in huggingface spaces using write tokens
2a82ed5

Pulastya B commited on

Add HuggingFace storage integration - users can now persist datasets, models, and plots to their own HuggingFace account
7af9e82

Pulastya B commited on

Fix: Remove stray \\n in Assets sidebar
6c9c47f

Pulastya B commited on

Fix markdown rendering: aggressive cleanMarkdown function and smarter inline code detection in pre/code components
72fc3f2

Pulastya B commited on

Fix markdown rendering: add cleanMarkdown preprocessor, smarter inline code detection, update system prompt for better formatting
8bf4cb9

Pulastya B commited on

Fix markdown rendering: add remark-gfm for tables, improve code blocks, headings, and overall styling
212d2d5

Pulastya B commited on

Fix redirect loop: refresh onboarding status after profile save
ab5e966

Pulastya B commited on

Fix OAuth redirect loop and disable email editing for OAuth users
27c2ee9

Pulastya B commited on

Fix OAuth onboarding: change button text to 'Complete Profile' and add timeout to prevent infinite loop
8dcc270

Pulastya B commited on

Fix OAuth signup: don't create duplicate account, just save profile data
a5bd6df

Pulastya B commited on

Fix auth issues: sign out working, store signup form data, OAuth users onboarding
1d8f0c9

Pulastya B commited on

Fix /chat endpoint not stopping thinking animation - set isTyping=false after response
150d34c

Pulastya B commited on

Fix infinite thinking when no file uploaded - properly handle analysis_failed SSE event
a0e15f1

Pulastya B commited on

Fix Supabase auth on HuggingFace with runtime config injection
8154116

Pulastya B commited on

Added Sign in and Sign Up page
259c45d

Pulastya B commited on

Trying to add Auth
c0e18bf

Pulastya B commited on

CRITICAL: Fixed race conditions, session cleanup, SSE leaks, and added localStorage persistence
2f3df85

Pulastya B commited on

Fixed Chat Session issues
554eeb5

Pulastya B commited on

feat: Add 4 major system improvements - semantic layer, error recovery, token budget, parallel execution
05a3c74

Pulastya B commited on

Clear uploaded file state when creating new chat or switching sessions
91794cf

Pulastya B commited on

Fix deduplication using tool name and summary instead of counts
de17ff9

Pulastya B commited on

Prevent duplicate analysis results from SSE history replays
ab16b58

Pulastya B commited on

Fix SSE reconnection issue for follow-up requests
3c36cfe

Pulastya B commited on

Fix session file persistence and modal title issues
dd1f6f0

Pulastya B commited on

Fix plot visibility - extract plots from result.plots array
9585bf4

Pulastya B commited on

Fix summary not displaying: frontend was looking for result.final_answer but backend returns result.summary
9bd388f

Pulastya B commited on

Fix loading indicator: remove finally block that killed isTyping after instant /run-async return
f1ace72

Pulastya B commited on

Fix loading indicator: remove activeSession dependency, show based on isTyping only
11c0b04

Pulastya B commited on

Fix frontend refresh bug: map session ID in-place instead of filter/recreate
94aef75

Pulastya B commited on

Real-time streaming: /run-async with BackgroundTasks, UUID-first, SSE-delivered results
565097f

Pulastya B commited on

Fix loading indicator: set isTyping before API call, not after
fbe4715

Pulastya B commited on

Simplify SSE: UUID-only dependency, remove isTyping gate. Event replay architecture
ecb7263

Pulastya B commited on

Fix message display: properly handle session migration from UI session to backend UUID
942a6fa

Pulastya B commited on

Fix SSE double-emit: eliminate numeric session identity, use UUID only
c14102f

Pulastya B commited on

ARCHITECTURAL FIX: Use single UUID session identity everywhere - removed http_session_key hack
29c9177

Pulastya B commited on

CRITICAL FIX: Implement real SSE event streaming with ProgressManager
109a48b

Pulastya B commited on

Replace polling with Server-Sent Events (SSE) for real-time progress updates
711046d

Pulastya B commited on

Fix response template with strict format, fix data file downloads with proper links, fix plot URL formatting
1470b93

Pulastya B commited on

Add live tool execution progress, fix malformed responses, enable dataset/model downloads
e82da77

Pulastya B commited on

Fix progress polling to only occur during active workflows - use useEffect with proper cleanup
c10fec5

Pulastya B commited on

Fix progress bar to show latest step, visualizations in assets, model names, data files, and response formatting
ff2d6c4

Pulastya B commited on

Add file path removal, fix progress tracking, add Assets sidebar
296ce82

Pulastya B commited on