crewAI 1.15.17 Enhances Conversational Flows and Resolves Tooling Issues
sdkaigaengineerpython-agentic
feature patch
CrewAI 1.15.17 introduces new declarative conversational flows, enabling clearer and more direct agent interactions, alongside improvements to message chunking and tool resolution. This patch release also addresses several critical bug fixes, including issues with URL hostname usage, agent scope closure, and native tool calls over OpenAI's API. These updates refine the framework's stability and security while empowering developers with more robust agent conversational capabilities. The release also pins SSRF checks to each redirect hop and peer IP.
- →Add declarative conversational flows documentation
- →Synthesize built-in conversational methods for declarations
- →Enable declarations to drive conversational mode
- →Make conversational opt-in unmistakable
- →Carry the AMP slug on tools resolved from a slug reference
Features (6) ›
- Add declarative conversational flows documentation
- Synthesize built-in conversational methods for declarations
- Enable declarations to drive conversational mode
- Make conversational opt-in unmistakable
- Carry the AMP slug on tools resolved from a slug reference
- Handle oversized single messages during chunking
Fixes (5) ›
- Fix usage of the URL hostname as MCP HTTP and SSE server_name
- Close the agent scope on every failed attempt
- Attribute tool errors to the tool that failed
- Pin SSRF checks to each redirect hop and peer IP
- Resolve issues with native tool calls broken over OpenAI Responses API
Maintenance (1) ›
- Update documentation with a snapshot and changelog for v1.15.16
Read the original announcement →
https://github.com/crewAIInc/crewAI/releases/tag/1.15.17
Related releases
- Pydantic AI v2.34.0 Introduces LangChain Migration and GLM-5.3 Model Support Pydantic AI Releases ·
- pydantic-ai v2.33.0 Enhances Anthropic SDK Compatibility, Resolves Runtime Issues Pydantic AI Releases ·
- Pydantic-AI v2.32.2 Delivers Critical Bug Fixes Pydantic AI Releases ·
- Pydantic-AI v2.32.1 Patch Addresses Agent Execution and Anthropic Integration Bugs Pydantic AI Releases ·
- LangGraph Python SDK 0.4.3 Adds Decryption Feature and Fixes Cron Management LangGraph Releases ·
- OpenAI Python Agents v0.22.0 Enhances Runtime Hardening and Configuration Validation OpenAI Agents SDK (Python) Releases ·