November 20th, 2025

Feature

Fixed

Changelog  November 18th, 2025

Playbooks

We've now added versioning to playbook views! You can edit a view, perform changes, and publish a new version. You can also revert or view an older version.

⭐ Enabled users to switch between versions from the versions list.
⭐ Allowed users to publish a draft into a new version via a "Publish" action in the UI.
⭐ Views now display a list of available versions of the view, including version number, status, author, and timestamps.
⭐ Enabled users to set a published version as the default for the Playbook from the versions UI.
⭐ Added selected version to the page URL for better navigation.
⭐ Improved line drawing for paginated functions in the workflow editor.
⭐ Added polling in Playbook tasks to automatically show new tasks.
🐛 Improved Playbook view prompt to prevent common JSX errors.
🐛 Enhanced Playbook view to handle invalid AI-generated content without crashing.

General

⭐ Added support for custom function icons instead of just showing it’s app icon
⭐ Improved agent step logging by providing options to display inner-calls, reasoning, and thoughts in a separate tab or collapsed section.
⭐ We now open triggers by default when added
⭐ Improved localization in our SDK and added auto-translation

Function Builder

⭐ Added support for async execution for functions. When enabled, the calling party does not have to wait for the function to complete execution.
⭐ Added support for resuming asynchronous function executions.

Tables

⭐ Added date filter in task view

Bug fixes

🐛 Improved agent log to show the correct prompt.
🐛 Prevented sending null as the string "null" when resolving tags in legacy actions for v7 flows.
🐛 Fixed issue where resuming an aborted run with a failed last step caused the last step to be updated instead of creating a new step in the run log.
🐛 Addressed issue where testing integration would change the focused run unexpectedly.