Skip to main content

New Features

Get Bot Status Step (Workflow)

New workflow step to wait for an agent or bot to finish before continuing. Set a timeout (e.g. up to 4 hours) and how often to check status (every 30 seconds or more). The step keeps polling until the run completes, succeeds, or times out—ideal for flows that depend on long-running agent tasks.

Search Slack Channel

Search within channels to find conversations and content quickly. List and search channels so you can locate the right discussions and information.

SAML Lockdowns & General Access Block

Control who can sign up and access the platform using SAML. The app checks before signup and shows clear feedback when access is blocked. Orphaned or denied signups are cleaned up, and SAML metadata is used to enforce lockdown behavior. Admin SAML flows are supported. Relay state is handled correctly for IdP based on your enterprise and SAML setup.

New Relic Toolkit

Use New Relic from the agent builder. Configure the connection and use New Relic monitoring and observability in your agents and workflows.

Zoho People Toolkit

Zoho People is now available in the agent toolkit list. Configure the connection and use the OAuth redirect URL shown in the config panel (with copy-to-clipboard) when setting up the app in the Zoho API Console.

Metadata-Based Filtering & SharePoint in Knowledge Base

Turn on metadata-based filtering for workflows and knowledge base so you can filter by custom metadata. For SharePoint, document library metadata is captured during ingestion and can be used as the search filter in KB tools. CSV, TSV, and Excel vectorization can use your custom metadata.

Response Card JSON & Sandbox Downloads

Response cards can render JSON and indicate when content is JSON. Sandbox runs use the correct template when created, and Python dependencies (e.g. requests, pandas) are only installed when the run uses Python. File downloads from sandboxes use reliable hosted URLs so downloads work even after reconnecting.

Improvements

Workflow Builder & Execution

  • Auto Convert Types: A workflow-level setting (in the 3-dot menu) lets you turn automatic type conversion on or off per workflow. It applies to the whole run and to single-step runs. Default is on for existing behavior.
  • Execution Console: The “Last run” status no longer shows “Running…” when it has already finished. Only real workflow steps are shown as errors; trigger and input entries no longer appear as failures. When you clear execution history, it stays cleared when you reopen the workflow.
  • Multi-Tool Execution: Optimised running multiple tools in one step. Action names are handled correctly so execution is reliable.

SQL Database Toolkit

  • Database Toolkit: The general-purpose query tool in the Database toolkit under Row Management, alongside the granular read/write tools, so you can choose when to use it.

Jira Toolkit

  • Include All Fields: A toggle lets you choose between a compact set of fields (fewer tokens) and a full set including display names and all non-empty fields for Jira issue responses.

Agent Builder & Toolkits

  • Agent Communication: You can choose which tools to use: Message Agent, Delegate Task, and Agent Status.
  • Send Message to Chat: A toggle clearly controls whether to send the message to chat.
  • Tool Icons: Step icons match the toolkit and tool (e.g. Microsoft Teams, ERP, Meetings, ElevenLabs microphone). The toolkit menu uses a consistent icon style.
  • Tool Runs: When tools run, you get clearer logs and result previews, and failures are reported with specific error details.

Knowledge Base

  • Unicode & Display Names: Folder and file names can use Unicode. Display names from the system are used in the UI and in the rename dialog.
  • Folder Sync Status: The knowledge base view shows folder sync status correctly.

Chat & Real-Time Updates

  • Connections: Rapidly switching between chats no longer leaks connections or causes race conditions. Message updates are kept in cache so the right content shows when you switch back.
  • Toasts: Reduced duplicate “last workflow” toast messages.

Super Admin & Settings

  • Datastore: Creating and editing variables use a single dialog and a clearer “Data Store” tab.
  • Toolkits Tab: The toolkits area has an overview and analytics, with a shared icon set for 40+ toolkits.

Automator & Sign-In

  • Sign-In: Automator sign-in goes through the server. Your session is authenticated securely without sending credentials from the browser.
  • Permissions: Project owners can complete project creation and related actions even before a role is assigned. Role-based checks apply across the app, and the “no role assigned” 403 case is fixed.

Sandboxes & Integrations

  • Sandbox Uploads: Uploads from sandboxes use the correct content type so files open correctly in the browser. A dedicated bucket is used for sandbox downloads.
  • Connection: When using connections in workflows, you can pick the connection from a vault-aware variable selector.
  • M365 Attachments: Attachment body handling for Microsoft 365 was improved.
  • Data Safety: Invalid characters in query parameters are sanitized so database errors are avoided.
  • Slack: Conflicting setup commands for Slack were resolved.

Resolved Issues

We have addressed numerous issues to improve your experience, including:
  • Execution console no longer shows incorrect “Running” or “Failed” when reopening a workflow
  • More enhanced behavior when switching between chats quickly
  • Agent Communication toolkit now has tool selection
  • Knowledge base folder sync status displays the current status
  • AWS model invocation fixed (across models)
  • Test runs use the latest data when variables are involved
  • Sandbox file downloads work after reconnecting