1.15.1
feder-cr/AIHawk1.15.1Jun 27, 2026by joaomdmoura
AI Summary
This release introduces Git repository initialization for generated projects, enforces explicit project definitions, and improves the deployment user experience. It also addresses several security and stability issues including an SSRF bypass fix and JSON template rendering corrections.
Key Highlights
- Initialize Git repositories for generated projects
- Require explicit CrewAI project definitions
- Open deployment page after CLI deploy
- Fix SSRF redirect bypass in scraping fetches
New Features
- Initialize Git repositories for generated projects
- Require explicit CrewAI project definitions
- Open deployment page after CLI deploy
Full Release Notes
## What's Changed ### Features - Initialize Git repositories for generated projects (#6364) - Require explicit CrewAI project definitions (#6358) - Open deployment page after CLI deploy (#6343) ### Bug Fixes - 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) ### Documentation - 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) ## Contributors @joaomdmoura, @lorenzejay, @oalami, @theCyberTech, @vinibrsl