v0.157.0 What's Changed
Core Improvements & Fixes
- Enabled word wrapping for long input tool
- Allowed persisting Flow state with
BaseModel
entries - Optimized string operations using
partition()
for performance - Dropped support for deprecated User Memory system
- Bumped LiteLLM version to
1.74.9
- Fixed CLI to show missing modules more clearly during import
- Supported device authorization with Okta
New Features & Enhancements
- Added
crewai config
CLI command group with tests - Added default value support for
crew.name
- Introduced initial tracing capabilities
- Added support for LangDB integration
- Added support for CLI configuration documentation
Documentation & Guides
- Updated MCP documentation with
connect_timeout
attribute - Added LangDB integration documentation
- Added CLI config documentation
- General feature doc updates and cleanup