Skip to main content

Mission Control Release Notes: v19.29.0

Release Date: Feb 1, 2026

Updated today

Here’s what’s new and improved in Mission Control. This release focuses on better visibility into interactions, improved debugging tools, and smoother workflows for both admins and frontline users.

✨ New Features

🔎 Find Similar Interactions

We’ve brought this feature back — and made it much better.

Instead of redirecting you to a filtered search page, you now get inline results directly within the Single Interaction View. This makes it faster to explore related calls without losing context.

  • View up to 5 similar interactions instantly

  • Adjust the time window (±10 minutes down to ±2 minutes)

  • Choose to match:

    • The same user, or

    • All users

  • Fully integrated into the new search experience

🧠 Protocol Graph Debugger

Understanding and troubleshooting protocol logic just got significantly easier.

A new Graph Preview Debugger gives you deep visibility into how your protocols behave in real time.

  • Inspect all blocks and their values

  • See how logic gates are evaluated

  • Understand why specific paths are taken (or not)

  • Manually set facts and simulate different scenarios directly in the UI

📨 Triage FVC Explicit Send Button

You can now control exactly when data is sent from the Flow Value Collector.

Most organizations will want to send updates continuously to ensure they ge real time detail to their partners in the field. That said, now you can require users to explicitly click a Send button.

  • Enables more intentional data submission

  • Useful for workflows where partial updates should not trigger actions

  • Designed for local (non-server-based) integrations only

How to enable:
Add the following custom property to your Flow Value Collector:

requireExplicitSendToLocalhostApi: true

Important behavior:

  • This setting applies per view

  • If enabled on any collector in the view:

    • The localhost API will only receive data when Send is clicked

    • No updates are sent on value change

👥 Bulk Upload Users via CSV

Managing users just got much easier.

You can now bulk upload users directly within Mission Control using a CSV file — no separate tooling required.

  • Upload multiple users at once

  • Assign roles during upload

  • Streamlined setup for new teams

Where to find it:
Settings → Users → Add new user → Bulk upload

Other Improvements

🇩🇰 Danish Language Support

Mission Control is now available in Danish.

⚡ Protocol Editor Performance

We’ve made noticeable performance improvements:

  • Clicking on nodes now selects immediately

  • No more needing to long-press

🛠 Fixes

  • Fixed an issue where Main Score data was not updating when Templates changed

Did this answer your question?