What's Changed
Core Improvements & Fixes
- Fixed usage of system
PATH
for the Docker binary to avoid hardcoded paths - Fixed CodeQL configuration to correctly exclude template directories
- Added fallback logic for missing JSON states (
json.loads
before dumping)
New Features & Enhancements
- Enhanced
Agent
class with improved knowledge and guardrail event handling - Scheduled cache rebuilds to prevent expiration and improve CI reliability
Documentation & Guides
- Added Braintrust documentation
- Introduced tracing documentation and enabled the tracing feature in CrewAI
- Added HITL webhook authentication examples and clarified URL parameter usage
- Added missing
/resume
files to complete HITL doc coverage - Refreshed AMP documentation (merged from release branch)
- Added guide for capturing telemetry logs in CrewAI AMP
- Introduced contextual menu link for “Request a feature”
Cleanup & Infrastructure
- Removed
mkdocs
cache directory and deprecatedcrewai.excalidraw
file - Added scheduled task for documentation cache rebuild
New Contributors
- @dpguthrie made their first contribution