CoolFace
Apppublic

joe254h/codeguardian-code-review-agent

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
50 commits on main
69522b23mo ago

Add Qwen fix generation and reanalysis workflow

joe254h
48e8de73mo ago

Use Qwen2.5-Coder 7B as reviewer model

joe254h
da1ec873mo ago

Fix clean review UI wording

joe254h
9e7ec563mo ago

Clean remaining fallback wording

joe254h
0a69f663mo ago

Improve fallback review assessment wording

joe254h
2a1a15e3mo ago

Improve risk score and risk level logic

joe254h
1f737c64mo ago

Code-aware severity guardrail; seed hint for determinism

joe254h
b2ef4144mo ago

Deterministic reviews: temperature 0 + anti-padding stability rules

joe254h
4a5f0894mo ago

Fix dead RAG import, add severity guardrail, filter title-only chunks

joe254h
0d4ef234mo ago

One-pass fallback: remove banner, ruff autofix for imports

joe254h
b0c787b4mo ago

Neutralize CodeGuardian banner before review to prevent changelog contamination

joe254h
259eafd4mo ago

Style Copy prompt button; retry HF calls with smaller token budgets

joe254h
32553c64mo ago

Fix fallback import regex, apply real mechanical fixes, compact report in revision prompts

joe254h
86f47ed4mo ago

Calibrate severity ratings and deduplicate findings in review prompt

joe254h
24b02f64mo ago

Suggestions tab: dynamic per-issue fixes, remove canned text, render implementation prompt box

joe254h
77b094f4mo ago

Fix chat copy: preserve newlines and quotes so copied code pastes as valid Python

joe254h
3403fae4mo ago

Fix HF Inference Providers config, token cap, dead code, requirements

joe254h
dff9b3e4mo ago

Improve review suggestions and report wording

joe254h
c05778e4mo ago

Add Hugging Face Space metadata

joe254h
214d2a54mo ago

Remove automatic full-repair claims

joe254h
41510994mo ago

Finalize reports-based corrected file workflow

joe254h
609d5094mo ago

Move corrected file download to reports

joe254h
2b4b92d4mo ago

Clean local fallback and fix corrected code download

joe254h
99eb6914mo ago

Prevent malformed JSON from appearing in AI review

joe254h
deef8154mo ago

Fix raw JSON review parsing

joe254h
4a8c71c4mo ago

Fix missing source type helpers

joe254h
c827cf24mo ago

Fix file-type correction workflow lint issues

joe254h
3dfd0504mo ago

Fix missing comparison view renderer

joe254h
f326fbf4mo ago

Fix chat complete code flow and suggestions guidance

joe254h
f449d1a4mo ago

Improve complete-code responses and add copy buttons

joe254h
09e47144mo ago

Fix Hugging Face LLM integration

joe254h
e00dc1a4mo ago

Deploy CodeGuardian Flask app to Hugging Face Spaces

joe254h
37890824mo ago

Replace agent with robust complete revision fallback

joe254h
9def2af4mo ago

Fix chat prompt report argument error

joe254h
818f0d94mo ago

Fix prompts syntax error

joe254h
dfb81914mo ago

Force chat to return complete corrected notebook code

joe254h
64b553b4mo ago

Fix suggestions view undefined error

joe254h
cd2ebe04mo ago

Add correction change map and suggestion guidance

joe254h
3c464c94mo ago

Embed corrected code back into original notebooks

joe254h
1f2ddd44mo ago

Add corrected code verification tool

joe254h
999d70e4mo ago

Download corrected output matching uploaded file type

joe254h
d74c1cf4mo ago

Fix notebook and text upload robustness

joe254h
08d96e04mo ago

Fix report normalization and reset state on new upload

joe254h
21181ca4mo ago

Fix notebook upload review robustness

joe254h
980f9fe4mo ago

Use extracted notebook code in comparison view

joe254h
72b87b24mo ago

Handle notebook upload errors gracefully

joe254h
aea2ad64mo ago

Add evaluation test cases and evaluation script

joe254h
8ad4e604mo ago

Improve application header design

joe254h
d15c60c4mo ago

Add advanced review interaction features

joe254h
bd617704mo ago

Add copyable code blocks and flexible downloads

joe254h