2026-06-17 – 2026-06-23

🛠 Improvements

  • You can now drag and drop files straight into the chat to upload them, on any deployment, wherever the agent accepts file uploads. The same size and type limits apply as uploading through the file icon.
  • Ghost is now a supported platform on the Create page, alongside WordPress, Wix, and the other site builders. Point it at a Ghost site and the agent reads the pages from its sitemap.
  • New "Limit page visibility" setting for PDF citations. When enabled, readers only see the cited page plus one page before and after; the rest of the PDF stays hidden behind a "Limited" message.
  • The External APIs catalog now offers 60+ ready-to-use platforms. The picker searches and pages through them as you type, so you find the one you want without scrolling a long list.
  • External APIs now have a limit of 5 active connections per agent, with a status toggle on each row and a clear notice when you reach the cap. The limit can be raised on request.
  • Enterprise Agents: you can now rename the "Actions & tasks" feedback heading and choose whether the feedback block starts open, collapsed, or remembers each reader's last choice. Set both on Personalize > Conversation.
  • Enterprise Agents: a new "Download all" option packages every generated file in a conversation into a single ZIP, prepared in the background so the chat keeps working while it builds.
  • Enterprise Agents: when an agent uses Smart Tasks with Read Files enabled, readers can now see and manage the files they upload in the chat file manager, even when the standalone file upload tool is off.
  • The chat file manager and in-chat loaders now follow the agent's primary color instead of a fixed default.
  • The Limits & Usage page now lists the complete set of query-cost multipliers, including MCP Connector, Analyze KB Document, and Smart Tasks, and adds GPT-5.4. The list is tucked into a collapsible "Query cost multipliers" section.
  • The Documents page now shows an external-link icon for every source type, so you can open the original page for SharePoint, Google Drive, Notion, Zendesk, and Confluence sources, not just some of them.
  • More of the agent chat interface is now translated, including the file manager empty states and the "Limited" and chat-history strings that were still showing in English.

🔌 API & MCP

  • Added 13 team-management endpoints under /api/v1/teams so you can manage teams, members, roles, and invitations programmatically, matching what the web app offers. All endpoints act on the API token's current team; POST /api/v1/teams/{teamId}/switch changes which team that is.
  • You can now query an Enterprise Agent (Plan & Act) through the MCP server. Because an agent task can run for minutes, it is exposed as a start tool and a poll tool (start_customgpt_agent_task and get_customgpt_agent_task_result), plus tools to list, read, rename, and delete tasks.

🐞 Bug Fixes

  • Fixed the issue where YouTube and Vimeo citations linked to the wrong point in the video. They now jump to the exact moment the answer came from.
  • Fixed the issue where the Project Analytics "Sent By" chart counted guest activity as zero, so guest-only date ranges showed no data and mixed ranges overstated team members.
  • Fixed the issue where end-user usage limits could resolve incorrectly for SSO guests who map to more than one role. Their limit is now the most restrictive of the matching roles.
  • Fixed the issue where Enterprise Agents could lose data while generating a chart, producing an inaccurate chart.
  • Fixed the issue where a file-upload or deep-search response over the conversation API could fail partway through streaming.
  • Fixed the issue where an Enterprise Agent dashboard could render at an unusable height when embedded.
  • Fixed the issue where the starter-questions API call could error instead of returning a clean response when a source had been deleted.