Skip to main content
June 14, 2026 This release sharpens workflow building, expands MCP and connector support, and improves visibility into workspace activity. It also adds model and security updates while making agent runs and document-heavy workflows more reliable.

What’s new

  • Agents Job sidebar filters now support disposition filtering. A Remember toggle can also save filters per agent across reloads.
  • Agents Browser Use runs are more resilient. Timeouts, heartbeats, and trace views were improved for long-running browser tasks.
  • Agents Large PDF extraction is more reliable. Page selection now runs in smaller windows to stay within execution time limits.
  • Agents Research workflows now fail cleanly on invalid structured output. Roe validates and repairs schema mismatches before returning results.
  • Agents SQL context sources now include table descriptions in agent instructions. Agents get better context about the data they can query.
  • Platform Organization context now lives in the URL path. Org-specific pages are easier to share, bookmark, and navigate.
  • Integrations Custom MCP connectors are now supported. Roe can connect to external MCP servers and expose their tools to agents.
  • Integrations Custom MCP connections now show a live tools list. You can inspect tool details and filter enabled tools from the connector page.
  • Integrations Snowflake connectors now support key pair authentication. Programmatic access token auth remains available.
  • Integrations SharePoint triggers are more durable. Roe now handles subscription lifecycle events and supports multiple document libraries per agent on the same connection.
  • QA Dataset uploads now deduplicate new files more reliably. Re-uploads and restore flows are handled more safely.
  • QA Streamed web document uploads for PDF extraction are more reliable. Large uploads now complete cleanly and failed partial uploads are cleaned up.
  • Dashboard Billing now shows a daily usage meter with a live reset countdown. Daily limits are clearer in Settings.
  • Dashboard Usage reporting for workflows is more accurate. Workflow costs now roll up correctly without double-counting orchestrator overhead.
  • Dashboard Activity Log is live in Settings. Workspace actions across agents, connections, triggers, webhooks, and related resources are now easier to review.
  • API Roe MCP OAuth is now enabled for shared staging and production environments. The consent flow also works better for users with many organizations.
  • API Roe MCP adds direct ChatGPT file upload tools for CSV and PDF inputs. ChatGPT files can now be uploaded into Roe tables or datasets with durable file references.
  • API Roe MCP get_help now includes a workflows topic. AI clients get the workflow authoring contract directly in the MCP surface.
  • API OpenAPI and SDK contracts were tightened across the public API. Generated clients now reflect auth, request shapes, enums, and error responses more accurately.
  • API Async agent run APIs now return the correct 404s for missing agents and honor the requested agent version. Rate limit responses also now use 429 only for real throttling.
  • Models Claude Fable 5 is now available in Roe. Azure model routing also adds support for the US North Central region.
  • Security Security updates shipped across Roe services. Known dependency vulnerabilities in the app and API stack were patched.
  • Workflows Workflow Builder now supports nested field selection and If-node pass-through. Complex mappings and conditions are easier to build without workarounds.
  • Workflows Workflow Builder nodes now link directly to the underlying agent. Execution traces also link back to agents for faster debugging.
  • Workflows Workflow runs are more reliable under load. Orchestrator child jobs now respect concurrency limits and use idempotent job creation to prevent duplicate runs on retries.