Latest release

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

Pull the latest code
cd xagent && git pull
Pull images & restart
docker compose up -d
Or upgrade directly via pip
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