python CrewAI Releases · · 1.15.1

CrewAI 1.15.1: Git initialization, explicit definitions, and bug fixes

sdkaiengineerpython-agentic
feature patch

CrewAI version 1.15.1 introduces new features including Git repository initialization for generated projects and requires explicit crew definitions for enhanced project clarity. This patch also addresses several bugs, such as issues with deployment page link resolution and JSON crew template rendering, aiming to improve the development workflow for users building autonomous AI agents. The release is available now as a patch.

  • Initialize Git repositories for generated projects (#6364)
  • Require explicit CrewAI project definitions (#6358)
  • Open deployment page after CLI deploy (#6343)
  • Fix deployment page link ID resolution (#6365)
  • Fix JSON crew template rendering (#6359)
Features (3)
  • Initialize Git repositories for generated projects (#6364)
  • Require explicit CrewAI project definitions (#6358)
  • Open deployment page after CLI deploy (#6343)
Fixes (4)
  • Fix deployment page link ID resolution (#6365)
  • Fix JSON crew template rendering (#6359)
  • Fix JSON crew version pin (#6342)
  • Fix SSRF redirect bypass in scraping fetches (#6331)
Maintenance (3)
  • Improve open source positioning in README (#6363)
  • Improve coding agent setup call-to-action (#6344)
  • Add snapshot and changelog for version 1.15.1a1 (#6362)
Read the original announcement →

https://github.com/crewAIInc/crewAI/releases/tag/1.15.1

Related releases