Changelog

Version 0.0.4 - Better trigger node and display for edges

Released: 1 June 2025
  • Reserving input/out nodes for subflow work, manual trigger/display now perform these roles for single flows.
  • Updated how runs display within flows.

Version 0.0.3 - Testing updater

Released: 31 May 2024
  • Testing on supported platforms that a new version is picked up.

Version 0.0.2 - Quality of life

Released: 31 May 2024
  • Runs now appear directly in the flow, showing progress and data
  • Inputs to nodes now accept "json literal" which reduces the amount of evaluation nodes you need everywhere
  • Changed internally how we store the flow runs. This reduces amount of memory needed and makes reasoning easier
  • Automatic updater

Version 0.0.1 - First release!

Released: 29 May 2024
  • Core elements; flows, servers, runs
  • Basic flow blocks; MCP server, evals, if conditionals
  • Internal migration system to handle store json structure change
  • Build for MacOS