V-Agent v0.9.4
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