User
Write something
Agent Zero Community Call is happening in 48 hours
🚀 Agent Zero + A0 CLI v1.19 are live
With v1.19, we are aligning the version numbers of the A0 CLI and the Agent Zero Web UI. Both are now on the same version, which should make updates and support much cleaner going forward. But the more important part is what this release makes possible. 1. DOX: project context that agents can actually follow We are introducing DOX, our open-source layered documentation framework. Think AGENTS.md, but not trapped in one flat file. With DOX, each part of a project can describe itself. The agent gets the right context where it is working, instead of trying to hold the whole repo in one giant instruction blob. This should make agents much more reliable in real projects, especially larger codebases. 2. Stronger Computer Use Computer Use is also stronger across Linux, Windows, and macOS. The big direction here is simple: agents need to work with real computers, not just chat interfaces. v1.19 moves us further in that direction, including background computer use. 3. Faster document_query with Liteparse We also upgraded document_query with a Liteparse-powered engine for much faster PDF parsing and better document Q&A. This is the kind of feature that becomes very useful once you start giving agents real research tasks: PDFs, docs, reports, claims, contracts, benchmarks, and anything else where the answer needs evidence. 4. Plugin toggler and chat tabs in the CLI Now you can switch context more easily in the CLI thanks to the tabs in the upper area. And you can also enable/disable plugins with the /plugins slash command. Thank you to our stakers and users. Every week, stakers used 6 billion tokens through the Agent Zero LLM API, plus more than 2 billion daily tokens on OpenRouter. That is real usage, and it helps us keep pushing the product forward. If you try v1.19, please share: - what Computer Use works well on your OS - where document_query feels faster or still struggles - any workflow that breaks The best releases are the ones the community stress-tests with real-world use cases.
🚀 Agent Zero + A0 CLI v1.19 are live
A0 CLI v1.10 + Agent Zero v1.16 🚀
Hey everyone, Big release day: A0 CLI v1.10 and Agent Zero v1.16 are live. The main dish: Computer Use Cross-platform support for Linux X11/Wayland, macOS, and Windows. This is a beta feature and we're actively looking for feedback from the community. If something feels off or breaks, let us know. Speech is now fully modular The legacy speech system has been split into two independent built-in plugins: Kokoro TTS and Whisper STT. Enable either, both, or neither. Browser-native TTS remains available as a fallback when Kokoro is off. The Whisper mic UI only appears when its plugin is enabled. What else is in this release: 🔒 Screenshots (browser, desktop, computer-use) are now ephemeral and context-scoped by default. They no longer linger on disk. 🧩 Plugin system improvements: simplified ON/OFF toggle, configurable error retry count, skill visibility controls (hide skills from the model-facing catalog), reduced scanner false positives, and a new skills_activate endpoint for connector clients. 🖥️ CLI v1.10: locked release installs with managed CPython 3.11, embedded computer-use backend, skill shortcuts, startup defaults with --chat and --chat-last options, and cleaned up status text. How to update: Agent Zero: Settings > Check for updates > Review update > Restart & Update CLI: if you are on at least v1.7, just run a0 update in your terminal. Or follow the one-line scripts available at: https://www.agent-zero.ai/p/docs/a0-cli-connector/#install Feedback on Computer Use is especially welcome.
A0 CLI v1.10 + Agent Zero v1.16 🚀
Agent Zero + A0 CLI v1.20 are live
After the big v1.19 release, v1.20 is mostly about polish, bugfixes, and making the daily workflow smoother. This is not the loudest kind of release, but it is the kind that matters when you actually use Agent Zero every day. Shortcuts for chat tabs in the CLI The A0 CLI now has new shortcuts for chat tabs: - Tab + N → new chat - Tab + left / right arrow → navigate between tabs - Tab + X → close the current tab If you work with multiple chats or contexts in the CLI, this should feel much faster. Folder attachments in Agent Zero Core You can now attach folders directly. Instead of selecting individual files one by one, you can choose a folder and Agent Zero will flatten the folder contents and attach them for you. This should make it much easier to give the agent a full set of project files, documents, or related context. Better file browser UX The file browser also got smoother: - you can type a path directly - there is a new Settings option to remember the last used path So if you keep working from the same folders, you do not have to navigate back there every time. Fixes v1.20 also includes important fixes: - Tailscale Remote Control now works in Remote Control - GitHub Copilot OAuth works, including the free tier - Markdown Editor no longer automatically opens with a new `.md` file How to update Agent Zero: Settings → Check for updates → Review update → Restart & Update CLI: open your terminal and run: `a0 update`
5
0
Agent Zero + A0 CLI v1.20 are live
A0 CLI v1.12 and Agent Zero v1.18 are live!
Hey everyone, A much more capable Browser is finally available inside Agent Zero and its CLI. Browser now clicks and navigates more efficiently. The agent can actually interact with complex modern page structures (the kind that used to silently break automation). These browser improvements come from Space Agent (https://space-agent.ai), our own secondary product focused on browser-native AI. We're back-porting its capabilities into the Agent Zero browser, and this release is the second iteration of that work. Expect more to come. What's new in CLI v1.12 🔐 Remembered protected hosts now reuse the server-authenticated session cookie across CLI restarts. The CLI no longer prompts for login on every launch. 🌐 Support for Agent Zero supplied helpers in host-browser sessions. What's also new in Agent Zero v1.18 🧩 Configurable skills cap The maximum number of active skills is now configurable via max_active_skills in the skills plugin config and the settings UI, replacing the previous hard-coded limit. 🖼️ MCP multimodal content handling fixed MCP image, audio, and resource tool results are now properly preserved and provided to active agents. 🔧 Other fixes and refinements - Desktop profile's .ssh/agent runtime directory excluded from user backups during self-update, preventing live SSH agent sockets from aborting upgrades How to update Agent Zero: Settings > Check for updates > Review update > Restart & Update CLI: if you are on at least v1.7, just run 'a0 update' in your terminal. Or follow the one-line scripts available at: https://www.agent-zero.ai/p/docs/a0-cli-connector/#install Feedback is what shapes these releases. If something feels off (especially in the browser), let us know. See you tomorrow in our Skool Community Call. Join us here at 4PM UTC: https://www.skool.com/live/DlyvNKHbyWw
A0 CLI v1.11 and Agent Zero v1.17 are live
Hey everyone, Two releases in two days. The reason why is that yesterday we announced Computer Use. Today is a serious polishing and improvement pass across all three operating systems. If you tried Computer Use yesterday and something felt rough, we see you. What's new in CLI v1.11 Stronger UIA control support on Windows, and better LLM situational awareness across Windows, macOS, and Linux through accessibility features. The model now has a much more grounded sense of what's actually on screen. What's new in Agent Zero v1.17: Computer Use Remote pipeline Platform-specific structural targeting skills 🍎 macOS: dedicated skill for Accessibility (AX) structural targeting with ax_snapshot and ax_action, loaded only when the backend reports macOS capabilities. 🪟 Windows: UIA-based skill with window-management guidance, selector passthrough, and click-last workflow hints. 🐧 Linux: AT-SPI/Wayland skill with compact structural tree outlines in snapshot responses for semantic target selection. Backend-specific action details stay out of the generic prompt: the generic layer only handles backend discovery and skill loading. 🔧 Other improvements - computer_use_remote is now exposed as a callable tool the model can invoke directly in live sessions - Codex OAuth proxy preserves vision inputs (image parts are correctly converted to Responses API input_image parts instead of being flattened to text) - Prompt token accounting fixed: embedded base64 image data URLs no longer inflate context budgets - Window-hide guidance updated for Ubuntu/GNOME/Wayland sessions (Super+H over Alt+F9) How to update Agent Zero: Settings > Check for updates > Review update > Restart & Update CLI: if you are on at least v1.7, just run a0 update in your terminal. Or follow the one-line scripts available at: https://www.agent-zero.ai/p/docs/a0-cli-connector/#install If you're testing Computer Use, this is the version to be on. Feedback welcome as always: anything that feels off, let us know.
A0 CLI v1.11 and Agent Zero v1.17 are live
1-30 of 113
Agent Zero
skool.com/agent-zero
Agent Zero AI framework
Leaderboard (30-day)
Powered by