Changelog

Follow new updates and improvements to Squig.

January 29th, 2026

Feature

Fixed

Apps

Integration Builder

⭐️ Implemented Knowledge base tab (alpha) in AI step in workflow builders
⭐️ Reviewed and updated triggers, actions, and queries for the Instantly integration
🐛 Investigated and addressed an issue where some integration could get stuck in Initializing status.

Agent & Chat

🐛 Improved event update flow to prevent duplicate entries and ensure the Edit button remains functional.

Flow Builder

🐛 In duplicate flow, removing a step now also removes its setup form.
🐛 Hid the “Add step” button in view-only workflow mode.

Trigger Builder

🐛 Hid "Notification" and "Execution" tabs in settings for a cleaner interface.

Website

⭐️ Rolled out a new apps’ page that demonstrates functionality better

January 27th, 2026

Feature

Fixed

Apps

Apps

⭐️ Analyzed and planned support for multiple Slack bots with different names.

Agent & Chat

⭐️ Updated the runs layout and status/error states in the UI for improved clarity and usability.

SDK

⭐️ Added support for custom fields in agent steps. Agents can now set custom fields in tool calls.

App Builder

⭐️ Added support for whitelabel in workflow steps.
⭐️ Added support for whitelabel in AI chat.

Task View

⭐️ Added a badge on agent's tasks and enabled filtering on agent's or workflow's tasks.

Tables

🐛 Resolved multiple issues with search in tables, including incorrect counts and overly broad results.
🐛 Fixed search filters and matching logic to ensure accurate result sets and counts in tables view.

January 27th, 2026

Feature

Fixed

Playbooks

⭐️ Updated playbook creation UI to use three cards for a more intuitive experience.
⭐️ Show tasks of agent in Tasks view, allowing users to see agent executions alongside workflow runs.
🐛 Hide “Add step” button in view-only workflow mode to prevent unintended edits.

Agent & Chat

⭐️ Allow changing names of triggers and tools in the agent builder
⭐️ Support tool and trigger versions in the Agent Builder UI
🐛 Resolved an issue where editing an event required removal and re-adding, which could cause duplicate entries and break the “Edit” button.

Apps

⭐️ Add support for Tags and Statuses in the ClickUp update task activity
🐛 Fixed a blank screen when opening functions for ClickUp create-task

SDK

🐛 Re-authentication message now appears on the app listing page.
🐛 After adding new authentication, the page refreshes as expected.

January 23rd, 2026

Feature

Fixed

Function Builder

⭐️ Added filter support based on trigger function type.
🐛 Resolved a blank screen when opening functions for create-task on ClickUp.
🐛 Addressed an error when using AI to create a new function for task creation.

Integration Builder

🐛 Investigated and improved handling for integrations that could get stuck in Initializing status.

Flow Builder

⭐️ Implemented upserting a blank shadow flow.
⭐️ Added support for adding query and trigger steps to shadow flows.
⭐️ Enabled handling of shadow integration creation against shadow flows.

Knowledge Bases

⭐️ Updated Knowledge base object structure in API responses. Knowledge bases is an upcoming feature that is being worked on.
⭐️ Implemented Knowledge Base association with AI step and enabled search tool.
⭐️ Created new model for Knowledge Base and implemented CRUD APIs.

January 23rd, 2026

Feature

Fixed

Function Builder


⭐️ Steps now support “Exposed Output”. You can select which fields you’d like to show in subsequent steps. This is useful if you’d like to reduce the noise and data you pass to an agent downstream.
⭐️ Added testing for return step in Function and trigger builder.
⭐️ Added toggle to hide/show the raw output field of a step.
⭐️ Omitted fields in return step are now set as default for trigger and function when added in integration or flow.
🐛 Improved function scalability to handle high traffic by optimizing MySQL reads, leveraging Redis/MongoDB caches, and making endpoints service scalable.

Integration Builder

⭐️ Added a much better testing experience for incoming webhooks. Try it out!
⭐️ Updated webhook payloads to use the latest test payload during flow/integration testing, including a list of the last 5 incoming requests and improved request selection UI.
⭐️ Allow changing version of function trigger added in a flow/integration.
⭐️ Improved UI for parameter configuration.
🐛 Addressed HTTP call failures in integrations.
🐛 Resolved issues where hidden fields appeared in the tag menu.

Playbooks

⭐️ Released Squig Playbook Editor v1 (integration only), with upcoming support for view, table, and human-in-loop features.

SDK

🐛 Incorporated feedback on full screen textarea editing, now allowing full screen in readonly mode.

Performance

🐛 Improved handling of aborted runs in integrations.

January 23rd, 2026

Feature

Fixed

Integration Builder

⭐️ Added support for Sessions in triggers and Tools. This allows for an Agent to establish that an event is a continuation of an existing object. For example, multiple emails on a same thread, updates on the same task. In the mapping menu, we show meta.session_id tag for triggers.
⭐️ Added a "session ID" field in return steps within the function trigger builder.

Function Builder

⭐️ Functions can now accept arrays at the root level in request payloads, improving compatibility with external HTTP clients.

Flow Builder

🐛 Prevented insertion of queued runs that will not be processed.

January 23rd, 2026

Feature

Fixed

SDK

⭐️ SDK app listings now expose the "auth update required" flag.
⭐️ SDK app detail now returns existing authorizations for per-auth update.
⭐️ SDK flow listings now expose update state.
⭐️ SDK UI updates on app listing and flow listing pages.
🐛 Corrected the meta in the response of a function field when rendered through activity tooling.

SDK Whitelabeling Authentication

⭐️ You can now whitelabel an the authentication of an existing Flow and the SDK will allow the user to update their auth while keeping their current configuration

January 23rd, 2026

Feature

Fixed

Apps

Introducing Custom Agents (Alpha)

⭐️ You can now create agents inside a playbook. Specify multiple triggers the agent will respond to, assign any number of tools
⭐️ Made it possible to update agent details and icons directly from the dashboard.
⭐️ Users can now add triggers to agents and see trigger tags in agent instructions.

Functions SDK

⭐️ We’ve made 2,000+ Integry-built actions across 300 apps, now available within the Functions SDK

Tables

🐛 Updating table rows now keeps existing data unless you choose to change it, reducing accidental data loss.

December 31st, 2025

Feature

Function Builder

⭐️ Enabled use of agent steps in functions
⭐️ Allowed AI to test functions and view test logs
⭐️ Added support for paginated query functions
⭐️ Functions now support objects and array parameters with configurable UI
⭐️ Configurable source fields and arguments for source functions
⭐️ AI can now populate sample responses
⭐️ Created and linked source functions for dynamic dropdowns and custom fields

December 31st, 2025

Feature

Fixed

Flow Builder

⭐️ Added option to create a Triggers
⭐️ Implemented trigger versioning
⭐️ Added trigger testing capability
⭐️ When a Trigger is created, pre-filled default blocks are now included for easier setup
⭐️ Only one setup form is now allowed in "Trigger Flow" to match Function behavior
⭐️ Allow adding new Trigger Functions in Integration Builder, with improved tabbed configuration and edit restrictions when a source function is present

SDK

⭐️ Tags menu now shows prettified key names and allow expanding long key values
⭐️ Enabled changing accounts for test integrations.
🐛 Resolved issue where the add account button was not clickable during flow testing

Integration and Flow Builder

⭐️ Added support for On-Enable triggers: you can perform setup tasks when an integration is enabled
⭐️ Added support for On-Disable triggers: you can perform clean up tasks when an integration is disabled