Commit History

Add Hackathon Tracks justification section
d640345

vasanthfeb13 commited on

Add LinkedIn post link to UI Help section
9422bc2

vasanthfeb13 commited on

Final submission: Add video with LFS and remove Twitter link
d802f0c

vasanthfeb13 commited on

Fix: Resolve SyntaxError in blaxel_backend.py by rewriting file
da5d605

vasanthfeb13 commited on

Fix: Remove duplicate json argument and propagate timeout correctly
d56fc93

vasanthfeb13 commited on

Fix: Remove duplicate capture_output argument causing SyntaxError
7c994c4

vasanthfeb13 commited on

Fix: Support directory/folder aliases in AI navigation and refine regex
281222a

vasanthfeb13 commited on

Fix: Resolve UnboundLocalError in write_file
244c57f

vasanthfeb13 commited on

Fix: Update service.py to support timeout propagation
dd0eedf

vasanthfeb13 commited on

Fix: Propagate timeout to AI backend and increase default to 60s
6c17c25

vasanthfeb13 commited on

Fix: Add explicit filename cleaning to robustly handle 'read the file' queries
627d167

vasanthfeb13 commited on

Fix: Refine read_file regex to handle 'read the file' queries correctly
449e864

vasanthfeb13 commited on

Fix: AI conversational responses now show as chat messages instead of system notes
ee92fb7

vasanthfeb13 commited on

Fix: Correct name spelling and use absolute path for cat command
4c9cf37

vasanthfeb13 commited on

Update: Comprehensive README with demo guide for judges and community
d8deee5

vasanthfeb13 commited on

Update: Comprehensive demo guide for judges and community with step-by-step instructions
14f7865

vasanthfeb13 commited on

Fix: read_file command now routes to current_node for AI-powered file reading
0ef0349

vasanthfeb13 commited on

Fix: Add missing node_label definition in navigation code
76ed86b

vasanthfeb13 commited on

Fix: Handle None root_dir properly, default to /app for VM nodes
c2270b1

vasanthfeb13 commited on

Fix: Set path to node's root_dir when switching nodes (use /app for vm-node-01)
5590a41

vasanthfeb13 commited on

Fix: Initialize session_id with unique value to persist context across chat messages
e2f8b39

vasanthfeb13 commited on

Fix: Remove ALL remaining macbook-local references (conversational_ui, HTML, examples)
6922580

vasanthfeb13 commited on

Fix: Remove all macbook-local hardcoded references from server
4663b65

vasanthfeb13 commited on

Fix: Replace hardcoded macbook-local with hf-space-local in UI
6b8add7

vasanthfeb13 commited on

Config: Remove unwanted nodes, keep only VM Space and Local
9191587

vasanthfeb13 commited on

Fix: Rename 'app' to 'api_app' to avoid Gradio SDK confusion
6104a7e

vasanthfeb13 commited on

Fix: Replace hardcoded node labels with dynamic registry lookup
0241d11

vasanthfeb13 commited on

Fix: Disable SSL verification to prevent crash
4bf6ecf

vasanthfeb13 commited on

Fix: Start background services at global scope for Gradio SDK
7bd04f5

vasanthfeb13 commited on

Revert: Split API (8888) and UI (7860) ports for stability
581bd1c

vasanthfeb13 commited on

Refactor: Mount Gradio on FastAPI to expose API on port 7860
6531321

vasanthfeb13 commited on

Revert debug logging
b03175f

vasanthfeb13 commited on

Fix: Use shlex.split for command parsing
a6867e2

vasanthfeb13 commited on

Fix: Regex to handle optional 'command' keyword
6eb02f0

vasanthfeb13 commited on

Log response body on HTTP error
c79c973

vasanthfeb13 commited on

Add debug logging to HTTPNodeClient
fac9711

vasanthfeb13 commited on

Fix: Unbound variable target_node in execute_command
9bcfe62

vasanthfeb13 commited on

Fix: Use direct ls command to avoid 403 on VM
e0d20ec

vasanthfeb13 commited on

Fix: Enforce direct node routing in chat commands
c65f457

vasanthfeb13 commited on

Force restart to apply service.py changes
c186894

vasanthfeb13 commited on

Add: execute_command_on_node method to OrchestratorService
97b4339

vasanthfeb13 commited on

Fix: Add node_id routing to commands/execute + update UI to use it
ac2dd8c

vasanthfeb13 commited on

Fix: Mac path → Linux path for HF Space macbook-local node
9bdbcd1

vasanthfeb13 commited on

Fix: Dynamic node labels + increase dashboard timeout 5s→15s
8f30a5a

vasanthfeb13 commited on

Fix: Expand allowed commands for hf-space-local node (fixes 403 error)
4c3abf9

vasanthfeb13 commited on

Fix: Update VM Space node_id to vm-node-01 (from SSH)
57c2b5a

vasanthfeb13 commited on

Add: HuggingFace VM Space as hardcoded node for auto-connection
40b462d

vasanthfeb13 commited on

Fix: Blaxel workspace vasanthfeb13 + model sandbox-openai
a36f65b

vasanthfeb13 commited on

Fix: Backend API syntax error + move HF demo to Help section
14cbec3

vasanthfeb13 commited on

Add: HuggingFace Demo section with tags in UI (always visible)
495200b

vasanthfeb13 commited on