1.15.2
📦 crewaiView on GitHub →
✨ 11 features🐛 7 fixes🔧 1 symbols
Summary
This release introduces significant new features for flow management, including dynamic model pulling and inline skill definitions. It also addresses several bug fixes related to caching, dependency vulnerabilities, and flow execution.
✨ New 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 run` flow 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.