Commit History

fix: eliminate duplicate events and AttributeError crash in demo runner
5121e8f

rohanjain2312 Claude Sonnet 4.6 commited on

fix: detect interrupt() via Interrupt objects, not current.next
8e0ecd3

rohanjain2312 Claude Sonnet 4.6 commited on

fix: remove unused REPAIR_REVIEW import in demo_runner (F401)
61e8dbf

rohanjain2312 Claude Sonnet 4.6 commited on

fix: remove duplicate REPAIR_REVIEW render in demo_runner apply_event
409791a

rohanjain2312 Claude Sonnet 4.6 commited on

docs: audit, HF Spaces fix, and deep inline walkthrough comments
effb18d

rohanjain2312 Claude Sonnet 4.6 commited on

fix: resolve ruff errors in demo/app.py (F821, F841 x2)
5109dd2

rohanjain2312 Claude Sonnet 4.6 commited on

feat: demo enhancements — per-role routing, HITL end-to-end, cleaner timeline
af1109b

rohanjain2312 Claude Sonnet 4.6 commited on

fix: revert max_new_tokens, improve error display, forbid comments in generated code
66d830e

rohanjain2312 commited on

fix: increase token budget for long tasks and show all 4 example buttons
f7b38ae

rohanjain2312 commited on

feat: replace example tasks with harder problems to trigger repair loop
77c2785

rohanjain2312 commited on

fix: guard event stream against non-dict items from parallel reducer
2c89de8

rohanjain2312 Claude Sonnet 4.6 commited on

feat: switch to Claude API (Haiku 4.5), production-only mode, parallel spec+solution
2a6200c

rohanjain2312 Claude Sonnet 4.6 commited on

fix: replace PNG graph images with inline SVG to fix HF sync
efc345d

rohanjain2312 Claude Sonnet 4.6 commited on

chore: track PNG files with git-lfs for HuggingFace
0a2f109

rohanjain2312 commited on

feat: add HuggingFace persistent cross-session memory (hf_memory_sync)
0b2991f

rohanjain2312 Claude Sonnet 4.6 commited on

feat: replace Graph Topology tab with static PNG images
bc04ba6

rohanjain2312 Claude Sonnet 4.6 commited on

chore: fix lint warnings (ruff --fix)
5644ab3

rohanjain2312 Claude Sonnet 4.6 commited on

Phase 4 upgrades: fixes 10, 16, 18, 19
f0759ee

rohanjain2312 Claude Sonnet 4.6 commited on

Phase 3 upgrades: fixes 6, 8, 14, 15, 17
f8491d8

rohanjain2312 Claude Sonnet 4.6 commited on

Phase 2 upgrades: fixes 5, 7, 9, 12, 13
503ebed

rohanjain2312 Claude Sonnet 4.6 commited on

Phase 1 upgrades: fixes 1, 2, 3, 4, 11
a4b848c

rohanjain2312 Claude Sonnet 4.6 commited on

docs: add Demo screenshot, Development Notes attribution, and deployment knowledge base
9e73a35

rohanjain2312 Claude Opus 4.6 commited on

docs: rewrite README as concise recruiter-ready portfolio artifact
b4e9c0f

rohanjain2312 Claude Opus 4.6 commited on

Fix JSON parse failure: raise token limits and add truncation salvage
3485fb3

rohanjain2312 Claude Opus 4.6 commited on

Upgrade Gradio 5.9.1 → 6.6.0 to fix Python 3.13 lock initialization bug
5885e67

rohanjain2312 Claude Opus 4.6 commited on

Fix Gradio 5 queue NoneType crash: call demo.queue() before launch()
3cf5ada

rohanjain2312 Claude Opus 4.6 commited on

Fix WebSocket connection error: bind server to 0.0.0.0 for HF Spaces proxy
2c26c6b

rohanjain2312 Claude Opus 4.6 commited on

Fix two remaining Python 3.13 / Gradio 5 incompatibilities
8233705

rohanjain2312 Claude Opus 4.6 commited on

Fix Gradio/pydub crash on Python 3.13: pin gradio==5.9.1, replace BarPlot
9f40624

rohanjain2312 Claude Opus 4.6 commited on

Fix Python 3.13 crash: upgrade Gradio 4 → 5 (audioop removed in 3.13)
e07062b

rohanjain2312 Claude Opus 4.6 commited on

Fix Python 3.13 threading crash on HF Spaces startup
e869eb2

rohanjain2312 Claude Opus 4.6 commited on

Fix README metadata: shorten short_description and correct sdk_version
1c67215

rohanjain2312 Claude Opus 4.6 commited on

Fix: move sync workflow to .github/workflows so GitHub Actions picks it up
756ed60

rohanjain2312 Claude Opus 4.6 commited on

Revise README with new project details and structure
36284aa

rohanjain2312 commited on

Modify README metadata for Self Healing Code Agent
c464437

rohanjain2312 commited on

Add GitHub Actions workflow to sync to Hugging Face
3e6d793

rohanjain2312 commited on

Add Colab notebook, HF Spaces model pre-warming, and fix HF provider bugs
b5c7cea

rohanjain2312 Claude Opus 4.6 commited on

Fix QA JSON parse failure and Gradio event loop crash
92a0b74

rohanjain2312 Claude Opus 4.6 commited on

Fix schema validation failures: tighten prompts and add output coercion
97ed4de

rohanjain2312 Claude Opus 4.6 commited on

Fix Ollama ReadTimeout: raise inference limit to 600s for CPU inference
c51acaf

rohanjain2312 Claude Opus 4.6 commited on

Fix Ollama auto-detection: replace async event loop health-check with sync
6d10263

rohanjain2312 Claude Opus 4.6 commited on

Implement complete Self-Healing Code Agent framework
df72e5d

rohanjain2312 Claude Opus 4.6 commited on