Change8

1.14.5a5

📦 crewaiView on GitHub →
1 features🐛 5 fixes1 deprecations🔧 2 symbols

Summary

This release introduces improvements to Daytona sandbox tools and deprecates CrewAgentExecutor in favor of AgentExecutor. Several security patches and documentation updates were also included.

Migration Steps

  1. Migrate usage of `inputs.id` to `restoreFromStateId` (refer to migration guide).
  2. Review the OSS upgrade guide.
  3. Review the crew-to-flow migration guide.

✨ New Features

  • Improve Daytona sandbox tools

🐛 Bug Fixes

  • Fixed missing code block in pt-BR first-flow guide.
  • Added logging for HITL pre-review and distillation failures, and introduced learn_strict.
  • Patched urllib3 for security vulnerabilities.
  • Patched gitpython and langchain-core; ignoring unpatched paramiko CVE.
  • Refreshed all published workspace packages on uv lock/sync.

Affected Symbols

⚡ Deprecations

  • CrewAgentExecutor is deprecated; default Crew agents now use AgentExecutor.