1.14.2a2
📦 crewaiView on GitHub →
✨ 5 features🐛 2 fixes🔧 1 symbols
Summary
This release introduces significant enhancements to checkpoint management, including a new TUI and forking capabilities, alongside improvements to LLM token tracking and tool security.
✨ New Features
- Added checkpoint TUI featuring tree view, fork support, and editable inputs/outputs.
- Enhanced LLM token tracking to include reasoning tokens and cache creation tokens.
- Introduced the `from_checkpoint` parameter to kickoff methods.
- Embedded `crewai_version` within checkpoints, supporting a migration framework.
- Implemented checkpoint forking with lineage tracking.
🐛 Bug Fixes
- Resolved issue where strict mode was not correctly forwarded to Anthropic and Bedrock providers.
- Improved NL2SQLTool security and robustness by setting read-only as default, adding query validation, and supporting parameterized queries.