Skip to content

V-Agent v0.9.1

Choose a tag to compare

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

V-Agent v0.9.1

🧠 AI backend — Groq Compound

All Groq inference now runs on Groq Compound (groq/compound) — an agentic system with built-in web search and code execution, far better suited to coding tasks. Groq decommissioned the Llama 3.x models; the hosted backend transparently upgrades legacy llama-… requests, so older installs keep working.

📁 Explorer fixes

  • Live refresh — open folders now pick up files created outside the app (in-app terminal, git, other programs) within ~1.5s and on window focus. No more collapsing/reopening folders.
  • Create in any folder — hover any folder row for New File / New Folder buttons that create inside that folder (previously only the first workspace root worked).
  • Create with no folder open — VS Code-style empty state: New File… (Save dialog), New Folder… (pick a location, opens as workspace), Open Folder….

🧪 Jarvis mode (experimental)

Sidecar rearchitecture: persistent cross-session memory, autonomous agent loop, MCP tool support, RAG file context, heuristic model routing, and token-budget context compaction. This is a testing ground for ECHOVOID — not production-ready.

Misc

  • Update-check banner: v0.9.0 users will see this update notification on startup.
  • Release workflow is now idempotent.

Downloads

Platform File Type
Windows .msi Installer (recommended)
Windows -windows-portable.zip Portable — extract and run, no install needed
Windows -setup.exe NSIS alternative installer
Linux .deb Installer (Ubuntu/Debian)
Linux .AppImage Universal portable
macOS .dmg Installer

Windows Portable: extract the ZIP to any folder or USB drive and run V-Agent.exe directly. Requires WebView2 (present on Windows 10/11 with Edge).

Full changelog: CHANGELOG.md