Releases: crewAIInc/crewAI
Releases · crewAIInc/crewAI
Release list
1.15.2
Immutable
release. Only release title and notes can be modified.
What's Changed
Features
- Pull latest LLM models dynamically in the crew wizard.
- Support inline skill definitions.
- Add generated Flow Definition authoring skill.
- Support templated Flow action inputs.
- Add text helper for flow CEL prompts.
- Add text helper to flow skill example.
- Implement message setup and feedback handling in AgentExecutor.
- Add repository agents to flow definitions.
- Define stream frame protocol for flows.
- Type tool and app in CrewDefinition.
- Repoint template commands to crewAIInc-fde org.
Bug Fixes
- Key model-catalog cache by exact API key, shorten TTL, and skip Ollama.
- Unify
crewai runflow input resolution and prompt from the state schema. - Resolve pip-audit failures for onnx 1.22.0 and nltk PYSEC-2026-597.
- Ensure we are writing version for flows.
- Include aiobotocore in the bedrock extra.
- Reject self-listening flow methods.
- Cut docs version nav from Edge so new pages aren't dropped.
Documentation
- Update language from Rules to Policies to match new dashboard changes.
- Document flow agent options.
- Add streaming docs to the navigation.
- Document Cost Limit rule type in Agent Control Plane.
- Drop CREWAI_LOG_FORMAT references from Datadog guide.
Contributors
@akaKuruma, @danielfsbarreto, @github-code-quality[bot], @joaomdmoura, @lorenzejay, @lucasgomide, @manisrinivasan2k1, @renatonitta, @vinibrsl
1.15.2a2
Immutable
release. Only release title and notes can be modified.
What's Changed
Features
- Add aiobotocore to the bedrock extra
- Document flow agent options
- Add text helper to flow skill example
- Add text helper for flow CEL prompts
- Add streaming docs to the navigation
Bug Fixes
- Reject self-listening flow methods
Documentation
- Update snapshot and changelog for v1.15.2a1
- Squeeze AGENTS.md file
Contributors
@akaKuruma, @github-code-quality[bot], @lorenzejay, @vinibrsl
1.15.2a1
Immutable
release. Only release title and notes can be modified.
What's Changed
Features
- Repoint template commands to crewAIInc-fde org
- Support inline skill definitions
- Define stream frame protocol for flows
- Add type tool and app in CrewDefinition
- Add generated Flow Definition authoring skill
Bug Fixes
- Cut docs version navigation from Edge to prevent new pages from being dropped
Documentation
- Document Cost Limit rule type in Agent Control Plane
- Drop CREWAI_LOG_FORMAT references from Datadog guide
Contributors
@danielfsbarreto, @joaomdmoura, @lorenzejay, @lucasgomide, @vinibrsl
1.15.1
Immutable
release. Only release title and notes can be modified.
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
1.15.1a1
Immutable
release. Only release title and notes can be modified.
What's Changed
Features
- Track TUI button telemetry
- Require explicit CrewAI project definitions
- Open deployment page after CLI deploy
Bug Fixes
- Fix JSON crew template rendering
- Fix JSON crew version pin
- Fix SSRF redirect bypass in scraping fetches
Documentation
- Improve coding agent setup CTA
- Snapshot and changelog for v1.15.0
Contributors
1.15.0
Immutable
release. Only release title and notes can be modified.
What's Changed
Features
- Track conversational flow turn usage in telemetry
- Support conversational flows in the CLI TUI
- Add unified declarative flow loading
- Add declarative Flow CLI support
- Add optional if expression to each.do steps
- Add single agent action to Flow definitions
- Add crew actions to FlowDefinition
- Add inline crew definition loading
- Add
eachcomposite action to FlowDefinition - Implement DMN mode support in crew creation and execution
Bug Fixes
- Fix owner-only permissions enforcement on credential files
- Fix JSON schema flow state kickoff inputs
- Fix symlink path traversal in skill archive extraction
- Aggregate token usage across all LLM calls
- Remove duplicated Exa tool
- Resolve JSON crew issues
- Fix JSON crew handling and enhance memory reset functionality
Documentation
- Update installation and quickstart documentation for JSON-first crew projects
- Add Datadog integration guide with importable operations dashboard
- Add "One Card per Step" Studio page
- Add snapshots and changelogs for previous versions leading to v1.15.0
Performance
- Improve crewai run startup UX
- Keep flow method progress visible for nested crews
Refactoring
- Remove
StateProxyfrom flow state access - Consolidate
crewai runandcrewai flow kickoff - Discriminate FlowDefinition state types
- Wire config and persistence from FlowDefinition into the runtime
Contributors
@gabemilani, @github-code-quality[bot], @greysonlalonde, @iris-clawd, @jessemiller, @joaomdmoura, @lorenzejay, @lucasgomide, @theCyberTech, @vinibrsl
1.14.8a5
What's Changed
Features
- Make declarative refs work across flows and crews (#6326)
Bug Fixes
- Fix JSON schema flow state kickoff inputs (#6325)
Documentation
- Nest One Card per Step under Crew Studio and drop rollout banner (AGE-107) (#6317)
- Update snapshot and changelog for v1.14.8a4 (#6319)
Refactoring
- Remove
StateProxyfrom flow state access (#6327)
Contributors
1.14.8a4
What's Changed
Features
- Support conversational flows in the CLI TUI.
Bug Fixes
- Fix symlink path traversal in skill archive extraction.
- Validate declarative flow definition paths.
Documentation
- Update snapshot and changelog for v1.14.8a3.
Contributors
1.14.8a3
What's Changed
Features
- Add unified declarative flow loading
- Improve crewai run startup UX
- Consolidate
crewai runandcrewai flow kickoff - Keep flow method progress visible for nested crews
- Add declarative Flow CLI support
- Allow
@router()as start method of a flow - Add typed output schemas for CrewAI tools
Bug Fixes
- Pin opentelemetry to ~=1.42.0
Documentation
- Add "One Card per Step" Studio page
Contributors
1.14.8a2
What's Changed
Features
- Add single agent action to Flow definitions
- Validate flow CEL expressions at definition load time
Documentation
- Add Datadog integration guide with importable operations dashboard
- Update snapshot and changelog for v1.14.8a1