V-Agent v0.9.2
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/compoundhits the shared free key's limit, the backend transparently retries ongroq/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