Skip to content

V-Agent v0.9.4

Choose a tag to compare

@github-actions github-actions released this 15 Jul 16:51
· 57 commits to main since this release

V-Agent v0.9.4

πŸ€– The AI agent's tools actually work now

Six stacked bugs kept the agent from ever using its tools (read_file, list_dir, write_file…) β€” truncated instructions, an agentic upstream model that hallucinated instead of calling tools, tool calls hidden in reasoning channels, a strict tag parser, and a stale config leak. All fixed and verified end-to-end with real tool executions. Ask the AI about your project and it now reads your actual files before answering β€” on the built-in backend and with personal Groq keys.

πŸ“ Explorer β€” VS Code-grade file handling

  • New File/Folder respects your selection (selected folder β†’ inside it; selected file β†’ its parent).
  • Inline rename (F2 / right-click) with the name preselected β€” no more popup.
  • Delete β†’ Recycle Bin, works on non-empty folders; Delete key supported.
  • Drag & drop files/folders between directories.
  • Right-click extras: Copy Path, Copy Relative Path, Reveal in File Explorer, Duplicate.

🎨 Editor

  • Tab = 4 spaces by default (change it in Settings: 2/4/8).
  • VS Code-style colors for C/C++/Python: function calls, constants, and class names each get their own color.

πŸ”Œ Arduino & Raspberry Pi Pico

  • Upload fixed β€” port listing works with current arduino-cli, and Upload compiles first like the Arduino IDE.
  • Pico family support: Pico, Pico W, Pico 2, Pico 2 W β€” including portless BOOTSEL flashing for first-time/MicroPython boards.
  • One-click Install core for each board family.
  • MicroPython mode on .py files: Run on board, Deploy as main.py, REPL.

🧩 Extension store is live

Browse and install from the open registry β€” starters: HTTP Fetch, TODO Scanner, Serial Tools (robotics!).

Updating from 0.9.3: click Install & restart on the in-app update banner.

Full changelog: CHANGELOG.md