Xagent v0.6.4
Computer Use lands, a wave of new MCP connectors for the Meeting Agent, and a redesigned Workforce builder
๐ Released August 2, 2026
๐ How to update
cd xagent && git pull
docker compose up -d
pip install --upgrade xagent-ai
โ Highlights
Computer Use
A new computer-use foundation plus a browser computer-use loop let agents operate a computer and the web.
Meeting Agent & new connectors
Slack, Google Analytics (GA4), Zoom, Granola, AWS, and Google Ads join as new MCP connectors.
Redesigned Workforce builder
A unified create/edit experience with preview runs makes building Workforces faster.
๐ What's New
๐ฅ๏ธ Computer use foundation
Introduces the foundation for agents to use a computer.
๐ Browser computer-use loop
Adds a browser-driven computer-use loop so agents can act on the web.
๐๏ธ Redesigned Workforce builder
Unifies Workforce create and edit into a single flow, with preview runs.
๐ New agent templates
Adds Meeting Agent, GA Analyzer, Ads Recommendation, and DevOps templates, plus a DevOps template refresh.
๐ฌ Slack integration
Adds a Slack channel OAuth integration and a Slack MCP connector.
๐ Google Analytics (GA4) connector
Adds a Google Analytics (GA4) MCP connector.
๐ฅ Zoom connector
Adds a Zoom MCP connector for the Meeting Agent.
๐ Granola connector
Adds Granola as a built-in remote-MCP connector for the Meeting Agent.
โ๏ธ AWS connector
Adds an AWS MCP connector.
๐ฃ Google Ads connector
Adds a Google Ads connector via OAuth and a platform developer token.
๐ Facebook engagement metrics
Adds Facebook comment reading and post engagement metrics.
โฐ Redesigned triggers dialog
Redesigns the triggers dialog and fixes schedule timezone and Gmail semantics.
๐ Public-share rate limiting & quota
Adds rate limiting and a per-share run quota for public share channels.
๐ก๏ธ Hardened public-share uploads
Adds a storage gate and orphan garbage collection for public share uploads.
๐งท Widget delegated-context sessions
Adds a delegated-context session mode to the embed script, plus a delegated-context guest chat page.
๐ถ Widget guest chat controls
Hides the execution trace and adds a new-conversation control in guest chat.
๐ฒ Telegram custom agents
Select custom agents for Telegram conversations via /agents.
๐งฐ Task page quick-access
Adds template quick-access and instant agent creation to the Task page.
๐ผ Safe SVG web assets
Adds safe SVG web asset support.
๐ Context references & runtime hooks
Adds resolvable context references and task runtime extension hooks.
๐ Stability & Polish
- Add a command policy foundation and a Bash command policy boundary
- Add a sandbox runtime spec contract and explicit lifecycle API
- Extract a shared URL-normalization helper for base-URL getters
- Add Home and Build extension seams
- Fix agent logo update caching and add logo removal
- Optimize trigger switch state submission logic
- Run KB collection scans off the event loop
- Isolate task runtime and Skill runtime database sessions
- Enforce per-guest isolation on public share channels
- Stage uploaded files off the event loop
- Make tool user interactions resumable
- Offload team knowledge base visibility lookup
- Revoke undelivered runtime API keys
- Gmail: propagate _ensure_topic IAM policy failures instead of marking watch active
- Remove mocked demo agents from the widget chat start screen
- Strip debug console logs from production builds
- Require a published agent on every widget entry point
- Reconcile sandbox lifecycles against the resolved runtime spec
- Include session error reason in widget diagnostics
- Bump compose images to 0.6.3