Skip to content

Ironflow v0.36.1

Ironflow v0.36.1 adds a Windows package-manager install path, fixes a dashboard failed-run double-count, and closes two projection correctness gaps.

  • The engine CLI now publishes to a Scoop bucket for Windows (#2143)
  • The ironflow-fit and other AI skills are now distributable via npx skills add, not only the binary (#2148)
  • #runs·failed now counts the failed run frame only, not every frame carrying a failed status (#2145)
  • A poller that hits a transient state-read error now holds the last cursor instead of reporting it as reset to zero (#2142)
  • A panic during projection poller teardown is now recovered instead of crashing the process (#2141)
  • The JS SDK’s projection-stream and job-poll retry loops now back off and cap instead of retrying on a flat delay (#2149)