Void IDE Update: 100% Free Agentic IDE

Author / channel: WorldofAI Format: video Source: Original Published: 2025-06-19

Summary

WorldofAI returns to Void IDE (github.com/voideditor/void) — a fully open-source, actively-maintained agentic IDE that ships as a full editor (not an extension). This update adds MCP support, image upload, agent branching, AI commit messages, visual diffs, and Claude 4 / Azure / additional model providers. The Void differentiator vs cline+continue: it ships as one app with two distinct agent modes — Agent Mode (full filesystem + terminal autonomy) and Gather Mode (read-only audit, safe for sensitive environments).

Key Points

  • Two agent modes:
    • Agent Mode: full filesystem access, autonomous file create/edit/delete, terminal control, structural refactoring (cursor Composer / Windsurf Cascade equivalent)
    • Gather Mode: read-only safe analysis. The “ask the codebase questions without giving it write access” mode. New to the open-source coding-tool space.
  • New in this update:
    • MCP support (configurable inside the IDE)
    • AI commit message generation
    • Visual diff display (vs plain text)
    • Image upload + drag-and-drop files
    • Agent branching
    • Reasoning token budget control
    • Claude 4 / Azure / additional providers
  • Provider flexibility — Anthropic, OpenAI, Google (free tier API key), OpenRouter (free rate-limited tiers), Azure, local via ollama / LM Studio, custom endpoints.
  • Auto-approve toggles — autocomplete, edits, terminal commands, MCP tools, LLM changes. WorldofAI explicitly recommends not enabling all of these — manual approval per-edit is the saner default.
  • Settings import — can import settings + themes from VS Code / Cursor on first launch.

Connected Pages