1.15.15
crewAIInc/crewAI1.15.15Aug 12, 2026by joaomdmoura
AI Summary
Introduces flow outcome reporting and human-in-the-loop signals, fixes boundary hook aborts, and updates dependencies for security.
Key Highlights
- Flow outcome, duration, and HLL signal reporting
- Boundary hook abort event emission
- Security updates for torch and gitpython
- Standardized CLI flags to kebab-case
New Features
- Report flow outcome and duration
- Emit FlowStartedEvent on abort
- Scope span export to own tracer provider
- Update date injection functionality
- Standardize CLI flags
Full Release Notes
## What's Changed ### Features - Report flow outcome, duration, and human-in-the-loop signals. ### Bug Fixes - Emit FlowStartedEvent when a boundary hook aborts the flow. - Scope span export to our own tracer provider. - Bump torch to version 2.13.0 to address security vulnerability. - Bump gitpython to version 3.1.58 in crewai-tools[github]. ### Refactoring - Update date injection functionality in agents. - Standardize CLI flags to kebab-case. ### Documentation - Snapshot and changelog for v1.15.14. ## Contributors @Vidit-Ostwal, @joaomdmoura, @lorenzejay, @lucasgomide, @theCyberTech