Back to the changelog

v0.25.10

June 25, 2026

Sturdier foundations: a single source of truth for flows and tasks, more robust saves and more reliable releases

  • Improvement

    Unified data contracts (flows & tasks)

    The shape of a flow (statuses, tasks, rules) and the task configuration now have a single source of truth shared across UI, API and server-side validation. This reduces the risk of drift between what the designer saves and what the server accepts.

  • Improvement

    Non-blocking save diagnostics

    When saving a flow the system flags incomplete configurations — e.g. a field used by AI or a rule but not declared in the data schema, or a webhook task without a URL / an event without a name — as a warning, without preventing the save.

  • Improvement

    More reliable build pipeline

    Fixed an error that caused the frontend image build to fail, improving release reliability.