Agent Zero v2.10: the Browser now works with Gmail and sites that used to block it, plus @ tagging for everything and ACP support for external editors
Hey everyone, v2.10 just landed for Core and the CLI. Three big things this time.
- The Browser got stealthy
The internal Browser now handles bot detection properly. Sites that flagged Agent Zero as a bot and were simply unusable in previous versions work now, including Gmail and your social accounts. Concretely:
• Interactive authenticated viewports: sign in yourself, then let the agent work inside your session
• The Browser runtime is shared across chats: sign in once, every chat can use it, and tabs restore automatically
• Native resizing, DOM hover support, multi-page annotations, clearer loading feedback, and voice controls
• Browser follow-up turns now honor your configured model preset
I attached a video of it browsing Gmail.
- Tag anything with @
Type @ in the composer and get scoped autocomplete for agent profiles, files, folders, skills, and MCP servers. No more typing paths or remembering exact names. Works in the Web UI and the CLI, where completion also covers bounded local or container workspace paths.
- The CLI speaks ACP
a0 acp starts an Agent Client Protocol stdio server backed by the Agent Zero connector, with session lifecycle and host-tool support. In practice: external editors that support ACP can now host Agent Zero directly. Your editor is the frontend, Agent Zero does the work.
Also worth knowing
• Subordinate agent lifecycle is unified across direct and parallel calls, and failed children are resumable
• Composer drafts persist per chat, so a reload no longer eats your half-written message
• Goal mode prefill in the composer
• Responses and Codex OAuth flows preserve streamed tool calls even when final response envelopes omit them
• Plugin reload prompts now only appear for global changes, not project- or agent-scoped ones
• Hardened extension routes with path-traversal protection, and backup restore no longer affects the active process settings
How to update
• CLI: a0 update
• Web UI: Settings > Check for updates > Review update
Full changelog: https://github.com/agent0ai/agent-zero/releases/tag/v2.10
New here? Install guide: https://www.agent-zero.ai/p/docs/installation
What sites were blocking your agents before? Curious to hear if this unblocks your workflows.