1.14.6
crewAIInc/crewAI1.14.6May 28, 2026by greysonlalonde
AI Summary
This release focuses on security enhancements to prevent environment variable leakage, improves planning configuration and observation handling, and fixes several bugs related to structured output and checkpointing.
Key Highlights
- Enhance StdioTransport to prevent environment variable leakage
- Enhance planning configuration and observation handling
- Fix structured output leaks in tool-calling loops
- Move Skills Repository to experimental
New Features
- Add Agent Control Plane docs
- Declare env_vars on DatabricksQueryTool
Full Release Notes
## What's Changed
### Features
- Enhance StdioTransport to prevent environment variable leakage
- Enhance planning configuration and observation handling
- Declare env_vars on DatabricksQueryTool
- Add Agent Control Plane docs
### Bug Fixes
- Fix structured output leaks in tool-calling loops
- Drop unroundtrippable callbacks and adapter state in checkpoint
- Serialize type[BaseModel] fields as JSON schema in checkpoint
- Avoid orphan task_started on resume scope restore
- Allow AgentExecutor to restore from checkpoint
- Correct mongodb typo to pymongo in package_dependencies
### Documentation
- Add ACP (Beta) docs navigation block to Agent Control Plane pages
- Remove consensual process references from processes page
- Restructure checkpointing page
- Document one-time admin package install step
- Migrate Secrets Manager / Workload Identity from replicated-config
- Remove {" "} JSX expressions breaking <Steps> render
### Refactoring
- Move Skills Repository to experimental + CREWAI_EXPERIMENTAL gate
## Contributors
@akaKuruma, @alex-clawd, @github-actions[bot], @greysonlalonde, @heitorado, @iris-clawd, @lorenzejay, @lucasgomide, @mattatcha, @thiagomoretto, @vinibrsl