Skip to content

Releases: ankitvashisht12/argus

ARGUS v0.2.0 — progressive per-file review

Choose a tag to compare

@ankitvashisht12 ankitvashisht12 released this 15 Jul 09:21
df02572

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 /login call to action; usage limit/overload → a try-again message; timeouts carry elapsed time + last CLI output.
  • argus.reviewTimeoutSeconds now 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

Choose a tag to compare

@ankitvashisht12 ankitvashisht12 released this 15 Jul 07:13
af6ebb0

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.