joe254h/codeguardian-code-review-agent
Add Qwen fix generation and reanalysis workflow
Use Qwen2.5-Coder 7B as reviewer model
Fix clean review UI wording
Clean remaining fallback wording
Improve fallback review assessment wording
Improve risk score and risk level logic
Code-aware severity guardrail; seed hint for determinism
Deterministic reviews: temperature 0 + anti-padding stability rules
Fix dead RAG import, add severity guardrail, filter title-only chunks
One-pass fallback: remove banner, ruff autofix for imports
Neutralize CodeGuardian banner before review to prevent changelog contamination
Style Copy prompt button; retry HF calls with smaller token budgets
Fix fallback import regex, apply real mechanical fixes, compact report in revision prompts
Calibrate severity ratings and deduplicate findings in review prompt
Suggestions tab: dynamic per-issue fixes, remove canned text, render implementation prompt box
Fix chat copy: preserve newlines and quotes so copied code pastes as valid Python
Fix HF Inference Providers config, token cap, dead code, requirements
Improve review suggestions and report wording
Add Hugging Face Space metadata
Remove automatic full-repair claims
Finalize reports-based corrected file workflow
Move corrected file download to reports
Clean local fallback and fix corrected code download
Prevent malformed JSON from appearing in AI review
Fix raw JSON review parsing
Fix missing source type helpers
Fix file-type correction workflow lint issues
Fix missing comparison view renderer
Fix chat complete code flow and suggestions guidance
Improve complete-code responses and add copy buttons
Fix Hugging Face LLM integration
Deploy CodeGuardian Flask app to Hugging Face Spaces
Replace agent with robust complete revision fallback
Fix chat prompt report argument error
Fix prompts syntax error
Force chat to return complete corrected notebook code
Fix suggestions view undefined error
Add correction change map and suggestion guidance
Embed corrected code back into original notebooks
Add corrected code verification tool
Download corrected output matching uploaded file type
Fix notebook and text upload robustness
Fix report normalization and reset state on new upload
Fix notebook upload review robustness
Use extracted notebook code in comparison view
Handle notebook upload errors gracefully
Add evaluation test cases and evaluation script
Improve application header design
Add advanced review interaction features
Add copyable code blocks and flexible downloads
