- **[Breaking Change]** Type Safe output
- All crews and tasks now return a proper object TaskOuput and CrewOutput
- **[Feature]** New planning feature for crews (plan before act)
- by adding planning=True to the Crew instance
- **[Feature]** Introduced Replay Feature
- New CLI that allow you to list the tasks from last run and replay from a specific one
- **[Feature]** Ability to reset memory
- You can clean your crew memory before running it again
- **[Feature]** Add retry feature for LLM calls
- You can retry llm calls and not stop the crew execution
- **[Feature]** Added ability to customize converter
- **[Tool]** Enhanced tools with type hinting and new attributes
- **[Tool]** Added MultiON Tool
- **[Tool]** Fixed filecrawl tools
- **[Tool]** Fixed bug in Scraping tool
- **[Tools]** Bumped crewAI-tools dependency to version
- **[Bugs]** General bug fixes and improvements
- **[Bugs]** Telemetry fixes
- **[Bugs]** Spell check corrections
- **[Docs]** Updated documentation