Releases: ankitvashisht12/argus
Release list
ARGUS v0.2.0 — progressive per-file review
The review engine is rebuilt: instead of one giant all-hunks call (which degraded into filler notes on big PRs), ARGUS now runs a whole-PR intent pass and then reviews one file per call in reading order, streaming results into the editor as each file completes.
Highlights
- Live progress: status bar shows ARGUS reviewing
file· 7/23; the Overview gets a progress bar and per-file states. - Quality: each call sees the whole file (no more starved excerpts), prompts port argus-go's grounding/style rules, and lockfiles/generated files get instant mechanical notes instead of AI filler.
- Resilience: one file failing or timing out never sinks the rest — retry just that file from the Overview. Partial reviews are usable immediately.
- Honest errors: not-logged-in → a
/logincall to action; usage limit/overload → a try-again message; timeouts carry elapsed time + last CLI output. argus.reviewTimeoutSecondsnow bounds a single file's call (default 120s).
Install: download the .vsix below, then code --install-extension argus-review-0.2.0.vsix — or search ARGUS on the VS Code Marketplace.
🤖 Generated with Claude Code
ARGUS v0.1.5
AI PR review inside VS Code, powered by Claude Code.
Install: download the .vsix below, then:
code --install-extension argus-review-0.1.5.vsix
Or search ARGUS on the VS Code Marketplace.
Highlights since 0.1.0: per-hunk AI notes, reading-order file buckets, persistent draft comments, GitHub review submission, size-scaled review timeouts with diagnosable timeout errors.