1.15.16
crewAIInc/crewAI1.15.16Aug 14, 2026by lorenzejay
AI Summary
Adds execution context management with UUIDs, tracks exception types and deployment origins, and fixes MySQL validation and turn failure propagation.
Key Highlights
- UUID support for execution context
- Recording exception types and trace sharing
- Deployment origin tracking
- MySQL search table name validation fix
New Features
- Introduce execution context management
- Record exception types
- Record trace batch sharing
- Count deployments from any origin
- Add Frontend guides for CopilotKit and AG-UI
Full Release Notes
## What's Changed ### Features - Introduce execution context management with UUID support - Record what kind of exception ended a flow - Record when a trace batch is shared with AMP - Count deployments from any origin and record where they started ### Bug Fixes - Record the running release on every emitted span - Fix MySQL search table name validation - Stop a failed turn from marking the next one as failed ### Documentation - Add Frontend guides for CopilotKit and AG-UI ## Contributors @joaomdmoura, @lorenzejay, @ranst91, @theCyberTech