▲ 12 r/AgentZero+1 crossposts

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.

  1. 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.

  1. 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.

  1. 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.

u/Maleficent_Floor_980 — 12 hours ago

Sneak peek at the next Agent Zero update: import your chats, memories, and projects from Codex, Claude Code, OpenCode, and more

Quick update on what we are working on for the next release.

https://preview.redd.it/p64u5879vxjh1.png?width=1265&format=png&auto=webp&s=3198458f28c63376665fa4c74a2af5028e53e283

The migration utility

Lets you move your existing work or any workflow found on the Internet into Agent Zero from other agents: OpenClaw, Hermes Agent, OpenCode, Claude Code, and Codex (more coming).

Depending on the source, it brings over chats, projects, memories, instructions files (AGENTS.md / CLAUDE.md), and skills.

It converts everything into Agent Zero's native format, so imported chats and projects behave like they were created here.

This means that you'll be able to:

- Continue an existing Codex chat in Agent Zero, with its history, instead of explaining things to AI over and over, exporting .md files or copy-pasting.

- Prototype a workflow in your favorite agent, then bring it into Agent Zero to develop and scale it inside the sandbox, with plugins, scheduling, and subordinate agents on top

- Try Agent Zero without abandoning months of accumulated context in your current setup

And one more thing:

There is also a surprise coming around Projects. Not spoiling it yet, but if you use Projects heavily or you want to onboard others into Agent Zero, the next version is for you.

Do you have long chat and coding sessions to convert? And what should the importer absolutely not get wrong for you?

reddit.com
u/Maleficent_Floor_980 — 3 days ago
▲ 21 r/AgentZero+3 crossposts

Qwen3.8-27B ran a 2 hour autonomous coding session and cloned Grok Bot. Its context management surprised me

Qwen dropped 3.8 27B yesterday, so I rented an NVIDIA H200 to see how far the 27B could go on a real coding task in a powerful GPU like that.

Setup

- Qwen3.8-27B, served with vLLM

- 129GB VRAM allocated (weights + KV cache preallocation)

- 64k context window

The target codebase is Agent Zero and its sidebar. But this post is about the model, the same run should transfer to any decently structured codebase

I gave it one screenshot of our sidebar and a short prompt: turn the chat list into a WhatsApp-style list of agent profiles, avatar circle on the left, one persistent chat per profile. We don't have a plan mode in Agent Zero, but Qwen started planning first, and then executed it across 1h49m of continuous work (only one nudge because it couldn't get past the login screen with the masked password, fair)

The interesting part: 64k is nowhere near enough to hold the codebase, so it kept re-reading files right before editing them to make sure they were actually in the context window. It never edited from a stale memory of a file. That level of context discipline is something I mostly associate with much larger models and it was impressive

Anyone else tried it? Curious how it compares for you against much bigger models or even hosted frontier models on multi-hour tasks. This may be one of the best local AI models out there.

u/Maleficent_Floor_980 — 5 days ago
▲ 9 r/AgentZero+1 crossposts

The Agent Editor is here. Build custom agents effortlessly.

We unveil the new Agent Editor. Both UI and slash command flows make agent creation almost effortless.

Hey everyone, Agent Zero v2.9 just landed, and this one has been a long time coming.

We’re also bringing r/AgentZero back to life. It’s been quiet for a while, but from now on we want to use this subreddit again for releases, updates, ideas, questions, and things the community is building.

A few highlights from this new version:
You can now create, customize, and manage agent profiles directly from the UI Agent Editor:

  • Easy mode: set identity, instructions, model preset, and avatar
  • Advanced mode: granular control over framework prompts, agent prompts, and the rest of the profile
  • Tool, MCP, and Skill policies: decide exactly what each agent can and cannot use
  • Global or project-scoped profiles, with inheritance between layers

The fast path: /profile

Create an agent with one command:

/profile "research-analyst" "You analyze papers and produce structured reports"

It works in both the Web UI and CLI and drops you into a fresh chat with the new agent. You can also use /permissions to open the current profile's policy editor directly from chat.

How does it work in the CLI?

  • Create and edit profiles from the terminal
  • Native /permissions editor
  • Inline attachments and Browser screenshots in the TUI
  • Elapsed-time notices for completed runs and the goal bar

Also worth knowing

A lot of community work made it into this release. We merged many PRs and closed a good number of GitHub issues along the way. Keep them coming — contributions, bug reports, and ideas are very welcome.

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.9
Fresh start? Check out the Install guide: https://www.agent-zero.ai/p/docs/installation

And since we’re reviving this subreddit: show us what you’re building with Agent Zero. Profiles, projects, weird experiments, everything is welcome.

Alessandro

reddit.com
u/Maleficent_Floor_980 — 8 days ago