2026-07-29 โ€“ 2026-08-04

๐Ÿš€ New Features

  • Multi-Agent Smart Routing. A Multi-Agent can now pick the right child agent on its own. With Smart Routing enabled in the Multi-Agent's settings, each message goes to whichever child fits it best - no dropdown, no instructions needed for end users.
    • Routing Instructions under Personalize steer the choice - naming the topics each child should own tells the router where to send what.
    • The decision can be made once at the start of a conversation, or on every message.
    • End users can be allowed to switch child agents at will, or locked to the routed choice - in which case the child agent dropdown is hidden entirely.
    • When Smart Routing is on, the child agent dropdown gains an Auto option, and new end users start on Auto.
    • Routing happens behind the scenes and is fast enough to go unnoticed.
    • Enterprise Agents cannot be added to a Multi-Agent yet - support is coming soon.

๐Ÿ›  Improvements

  • The agents list has four new sort orders - Most queries first, Most billing-cycle queries first, Last received query first, and Last updated first - alongside Newest and Oldest. The selected order is remembered between visits.
  • The Billing page now names the date access runs to when a plan is cancelling, instead of implying it ends imminently. "Resume Subscription" is now "Continue Subscription", and "Subscription valid until" reads "Subscription ends on" while a plan is cancelling.
  • On agent deployments, the Chats icon stays hidden until the end user has at least one conversation, and appears as soon as one starts.
  • In the PDF Viewer, the label shown on pages hidden by Limit Page Visibility is now centered and padded, and the setting caps it at 200 characters.
  • In the Documents file manager, version history now closes with a back arrow instead of an X, so it no longer looks like the button that closes the whole panel.

๐Ÿ”Œ API & MCP

  • Project responses now include is_master, distinguishing a Multi-Agent from a regular agent in both GET /projects and GET /projects/{projectId}. On premium plans, GET /projects/{projectId} now returns a Multi-Agent's details instead of blocking the request. The OpenAPI spec has been regenerated to match.

๐Ÿž Bug Fixes

  • Fixed the issue where an Enterprise Agent could make up details in its response when handling certain kinds of data, instead of answering from the data itself.
  • Fixed the issue where a PowerPoint file failed to be added if one of its slides had a notes page with no notes written on it.
  • Fixed the issue where the integration picker stayed open after the HubSpot sitemap integration was selected, instead of closing on its own.
  • Fixed the issue where the helper text under settings on the Citations and Intelligence tabs sat slightly to the left of the setting it described.