February 11 - Platform Updates
Highlights
- AI Agent: real-time settings sync, better error messages, detailed tool execution results
- AI Builder backend 4 seconds faster before LLM calls
- 24-hour grace period on downgrade to manage active scenarios
- 11 new apps including Azure DevOps, Datadog, CircleCI
- New models: OpenAI Speech-to-Text and Claude Opus 4.6
Features
AI Agent - stability and UX
- Validation for
fromAIAgent/fromMCP: when invalid characters are entered in parameters, the UI indicates incorrect format - Agent chat no longer crashes if the second argument (description) is missing in
fromAIAgent - Fix for
letAIDecidebutton: spaces in parameter keys are now replaced with underscores, invalid characters are trimmed - Important: the first argument is now taken from the parameter's system key (
key), not fromtitle- this avoids issues with invalid names in MCP and the agent - Chat now reacts to node settings changes in real time without saving - system message, session ID, and connected tools apply immediately
- Chat now shows clear errors in various cases: two tools with the same name, two
fromAIAgentcalls with the same first argument, Structured Output enabled without the word JSON in the prompt, invalid Output JSON Schema - Fixed issue with Think tool being invoked incorrectly when settings were unsaved
AI Agent - tool execution results
- Tool execution results now return detailed information: status, IDs, start time, size, errors, and other data
- The agent now sees the actual execution output, not just
success/error- so it can detect and fix incorrectly filled parameters on its own - Limits added for data size: input - 1500 characters, output - 3000 characters; a note is added when content is trimmed
AI Builder - performance
- Backend updated architecturally
- Average time before calling the LLM reduced by 4 seconds
Subscription - scenario management on plan change
-
On downgrade or subscription cancellation, the user receives an email and has 24 hours to manage active scenarios
-
After that period, excess scenarios are deactivated automatically
-
Updated execution history button on the canvas: more visible, vertical bar removed
New Apps & Updates
New apps:
- Azure DevOps - repos, boards, pipelines, and DevOps automation
- Paystack - online payments for businesses in Africa
- Axonaut - CRM and invoicing for SMBs
- Hunter - email finder and B2B contact discovery
- Datadog - infrastructure and application monitoring
- Geckoboard - KPI dashboards for teams
- CircleCI - continuous integration and delivery
- Workbooks CRM - CRM and business automation
- Reamaze - customer support and shared inbox
- Infobip - SMS, voice, and omnichannel communications
- Salesflare - simple CRM for small B2B teams
Updates:
- Tally - new nodes
- Twitter/X - new nodes
- Telegram / WhatsApp / LinkedIn Personal Accounts - fixes
- Pinterest - fixes
New models:
- OpenAI Speech-to-Text
- Anthropic Claude Opus 4.6
Bug Fixes
- Fixed routing bug: interface flickering when opening connection settings between nodes
- Fixed: WhatsApp, Telegram, and LinkedIn personal account nodes were not appearing in the PNP category filter in the app list
- Fixed duplicate URL generation in Webhook and MCP Trigger when creating multiple scenarios without page reload
- Fixed: duplicate MCP Trigger URLs are now correctly rejected on save