Skip to content

V-Agent v0.9.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 17:22
· 57 commits to main since this release

V-Agent v0.9.2

🚦 Rate limits fixed

  • Per-user limits actually work now β€” behind Vercel's proxy, every user was sharing a single 30/min bucket. Each user now gets their own.
  • Health-check pings no longer eat your limit, and limit errors return a proper message instead of a server error.
  • Automatic model fallback: when groq/compound hits the shared free key's limit, the backend transparently retries on groq/compound-mini (a separate quota bucket) β€” doubling free capacity before you ever see "limit reached".
  • These fixes are server-side and already live β€” every install benefits immediately, no update needed.

πŸ”„ In-app auto-updater

The update banner now has Install & restart: V-Agent downloads the right package for your install (MSI installer or portable ZIP), closes, updates silently (one UAC prompt for MSI), and relaunches. No more manual downloads.

Note: you need to install this version manually one last time β€” the one-click flow applies from the next update onward.

πŸ€– AI: way less talkative

New system prompt: answers lead with the fix, response length matches the question (one-liner questions get one-liner answers), and the giant tables / cheat-sheets / "common pitfalls" essays are gone. Stronger tool discipline β€” reads files before editing, batches reads, concludes in 1-3 sentences.

🎨 Editor: better colors + real error detection

  • New syntax colors β€” One-Dark-style scheme (blue keywords, pink operators, gold types, green strings) across all app themes, with the editor background matched to each theme.
  • Rainbow bracket pairs with active-pair guides.
  • Error detection for C, C++, C#, Java, Kotlin, Swift, Dart and Go (previously none): unmatched ( [ {, unclosed strings/char literals, and unclosed block comments show as red squiggles and in the Problems panel.

Downloads

Platform File Type
Windows .msi Installer (recommended)
Windows -windows-portable.zip Portable β€” extract and run
Windows -setup.exe NSIS alternative installer
Linux .deb / .AppImage Installer / portable
macOS .dmg Installer

Full changelog: CHANGELOG.md