2026-08-05 โ 2026-08-18
about 6 hours ago by ReadMe API
๐ New Features
- Enterprise Agents in a Multi-Agent. A Multi-Agent can now hold Enterprise Agents alongside regular agents, or several Enterprise Agents together.
- If Document Analyst or Smart Tasks is enabled on any child agent, the Multi-Agent always offers file upload.
- Adding an Enterprise Agent shows a warning that the combination is experimental.
- The button for adding agents to an existing Multi-Agent now reads Add to Multi-Agent.
๐ Improvements
- The Actions page now separates Built-in Connectors and Custom Connectors into their own tabs, and each connector card shows whether it works with Plan & Act.
- The External APIs catalog has six more platforms - Jira, Confluence, WooCommerce, Freshservice, Razorpay, and Plivo.
- On the Documents table, selected documents now carry over between pages, so a batch action can cover documents from more than one page. The selection still resets when the filter, search, or sort changes.
- The PDF Viewer is now available on private agents deployed on their own share-link subdomain, not just on public ones.
- Document Analyst can now skip the knowledge base and work directly on the uploaded document when the task calls for it, such as translating a file.
- Enterprise Agents answer faster, with roughly 0.5-1 second cut from each knowledge base retrieval.
- The persona-builder agent can now restore previous persona versions on request. It lists earlier versions with their date, author, and a preview, and rolls the agent back to the chosen one. A restore is saved as a new version, so nothing in the history is overwritten.
- Agents are now told how many messages a conversation holds, so behavior that depends on conversation length - such as a Custom Button set to appear after a certain number of messages - fires consistently even in long conversations.
- External connections created through OAuth, such as Slack, no longer count against the API key limit. They have their own limit, and the message shown on reaching it links to the Connections tab under My Profile.
- The Plan & Act cost breakdown and the Limits & Usage page now say "query credits" and "word credits" instead of "queries" and "words", matching the wording used on Billing.
- On the Billing page, the plan cards and buttons have new corner rounding, and the "Most Popular" badge has been restyled.
๐ API & MCP
GET /api/v1/projects/{projectId}/citations/{citationId}now returns403instead of500when the citation's page belongs to an agent that has since been deleted. The same applies toDELETE /api/v1/projects/{projectId}/pages/{pageId}andPOST /api/v1/projects/{projectId}/pages/{pageId}/reindex.POST /api/v1/projects/{projectId}/tasksandPOST /api/v1/projects/{projectId}/tasks/{taskId}/messagesnow accept Multi-Agent projects, resolving the child agent for each request. The task message request acceptschild_project_id, and the OpenAPI spec has been regenerated to match.
๐ Bug Fixes
- Fixed the issue where a citation placed on the line after a code block could break the rest of the response, leaving the code block unclosed and showing raw HTML tags in the text.
- Fixed the issue where anonymous visitors could not download files an agent created during their chat.
- Fixed the issue where a file from SharePoint failed to be added when the download connection dropped partway through.
- Fixed the issue where a
.7zarchive failed to be added. - Fixed the issue where deleting a conversation, or an agent carrying a large amount of chat history, could fail partway through.
- Fixed the issue where the Smart Tasks action showed a Premium cost line quoting the price the current plan already pays.
- Fixed the issue where the Enterprise Agents announcement banner appeared on the Resources page and pushed the page content down.
- Fixed the issue where starting a new conversation showed a grey placeholder avatar in the chat sidebar until the page was reloaded.
- Fixed the issue where the suggestion cards shown after creating an agent were almost invisible against a white chat background.
