crewAI 1.15.3: TUI flows, execution hooks, and bug fixes
sdkaiengineerpython-agentic
feature patch
This patch release for crewAI introduces several new features, including running declarative flows on the TUI and enhancing execution hook capabilities with interception points. It also addresses multiple bug fixes, such as syncing events, preventing tool execution breakage, and optimizing tool result caching. The release is available now for all users of crewAI.
- →Add organization ID parameter to PlusAPI client
- →Add step interception points and rework execution hooks documentation around @on
- →Wire execution-boundary interception points
- →Add generic interception-hook dispatcher
- →Run declarative flows on the TUI (headless terminal fallback)
Features (5) ›
- Add organization ID parameter to PlusAPI client
- Add step interception points and rework execution hooks documentation around @on
- Wire execution-boundary interception points
- Add generic interception-hook dispatcher
- Run declarative flows on the TUI (headless terminal fallback)
Fixes (9) ›
- Sync kickoff-completed event with OUTPUT hook result
- Fix null repository agent attributes
- Ensure after_llm_call hooks do not break native tool execution
- Avoid double-append of the turn reply when a handler trims history
- Make tool-result caching opt-in instead of on by default
- Stop rewriting the authored tool description at construction
- Expose token usage under both names on agent and crew results
- Report per-call usage metrics on kickoff results
- Stop replaying previous turn's intent when route_turn() returns falsy
Maintenance (1) ›
- Update execution hooks grouping and document all hook contexts
Read the original announcement →
https://github.com/crewAIInc/crewAI/releases/tag/1.15.3
Related releases
- pydantic-ai v2.11.0 adds exportable history and bug fixes Pydantic AI Releases ·
- pydantic-ai v2.10.0: Tool pairing, OpenAI/Anthropic support, bug fixes Pydantic AI Releases ·
- Pydantic-AI v2.9.0: Security fix, GPT-5.6 models, usage command Pydantic AI Releases ·
- LangGraph 1.2.7: Fixes for delta overwrites and UUID generation LangGraph Releases ·
- pydantic-ai v2.1.0: Anthropic web tools, serialization, and bug fixes Pydantic AI Releases ·
- pydantic-ai v2.5.1: Bug Fixes and Model Compatibility Pydantic AI Releases ·