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