October 22nd, 2025

v0.7.0 β€” September 25-26, 2025

New Features:

  • πŸ”„ Auto-Retry Logic β€” Automatic retries with exponential backoff for Actions

  • πŸ“¦ Component Library β€” Share and reuse Actions/Flows across Projects (backend, FE comes later)

  • 🌐 WebSocket Execution Tracing β€” Real-time execution tracing via WebSocket

Backend:

  • Added current container to execution context

  • Enhanced chat functionality

Improvements:

  • Triton now suggests optimizations for slow Flows

  • API response time improvements (20% faster)

  • Fixed highlight rendering

Bug Fixes:

  • Fixed: Parallel Flow execution sometimes deadlocking

  • Fixed: Agent token usage not tracked correctly

  • Fixed: Deployment rollback not reverting all changes

  • Fixed: Project Variables not substituting in nested objects

  • Multiple small bug fixes