CrewAI Release Notes

Follow

65 release notes curated from 1 source by the Releasebot Team. Last updated: Aug 27, 2026

Get this feed:
  • Aug 27, 2026
    • Date parsed from source:
      Aug 27, 2026
    • First seen by Releasebot:
      Aug 27, 2026
    CrewAI logo

    CrewAI

    1.15.18

    CrewAI releases stable conversational flows and expands declarative chat and flow APIs with richer state, router response formats, crew-style LLM config support, and better project reporting. It also ships multiple bug fixes for tool results, message rendering, Anthropic defaults, lifecycle handling, and IDs.

    What's Changed

    Features

    • Promote conversational flows to stable
    • Record a created deployment with the given UUID
    • Enhance conversational flow documentation and APIs
    • Let a declaration name the router's response format
    • Let a chat flow declare its own state shape
    • Accept crew-style LLM config in a conversational declaration
    • Report project creation with the minted ID
    • Record whether a run had inputs, without recording the inputs
    • Backfill project ID from every user-invoked project command

    Bug Fixes

    • Preserve tool results when the final answer is empty
    • Map default Claude Sonnet 4.6 to its 1M context window
    • Raise Anthropic default max_tokens for large tool calls
    • Render message content parts as text, not as a Python repr
    • Keep message roles when Agent.kickoff gets a conversation
    • Skip interception hooks on crewai-internal flows
    • Record task failures as failures, not successes
    • Emit the flow lifecycle on a suppressed resume
    • Open the conversational TUI for a declarative chat flow
    • Record crew_memory as a string, not a bool
    • Always emit project_id so absent and empty stay distinct

    Documentation

    • Clarify Arize Phoenix observability docs

    Contributors

    • @Vidit-Ostwal, @arizedatngo, @joaomdmoura, @lorenzejay, @lucasgomide
    Original source
  • Aug 20, 2026
    • Date parsed from source:
      Aug 20, 2026
    • First seen by Releasebot:
      Aug 20, 2026
    CrewAI logo

    CrewAI

    1.15.17

    CrewAI adds declarative conversational flows, making conversational mode more explicit and easier to drive from declarations. The release also improves chunking, tool handling, and safety checks, while fixing several agent, MCP, and OpenAI Responses API issues.

    What's Changed

    Features

    • 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

    Bug Fixes

    • 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

    Documentation

    • Update documentation with a snapshot and changelog for v1.15.16

    Contributors

    • @Copilot, @Vidit-Ostwal, @github-code-quality[bot], @joaomdmoura, @lorenzejay, @lucasgomide, @theCyberTech
    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from CrewAI and hundreds of other software products.

    Create account
  • Aug 14, 2026
    • Date parsed from source:
      Aug 14, 2026
    • First seen by Releasebot:
      Aug 14, 2026
    CrewAI logo

    CrewAI

    1.15.16

    CrewAI adds execution context management, exception tracking, deployment counts, and bug fixes in its latest release.

    What's Changed

    Features

    • Introduce execution context management with UUID support
    • Record what kind of exception ended a flow
    • Record when a trace batch is shared with AMP
    • Count deployments from any origin and record where they started

    Bug Fixes

    • Record the running release on every emitted span
    • Fix MySQL search table name validation
    • Stop a failed turn from marking the next one as failed

    Documentation

    • Add Frontend guides for CopilotKit and AG-UI

    Contributors

    • @joaomdmoura, @lorenzejay, @ranst91, @theCyberTech
    Original source
  • Aug 12, 2026
    • Date parsed from source:
      Aug 12, 2026
    • First seen by Releasebot:
      Jun 27, 2026
    • Modified by Releasebot:
      Aug 13, 2026
    CrewAI logo

    CrewAI

    1.15.15

    CrewAI adds flow outcome, duration, and human-in-the-loop signals, plus bug fixes and dependency updates in v1.15.14.

    What's Changed

    Features

    Report flow outcome, duration, and human-in-the-loop signals.

    Bug Fixes

    • Emit FlowStartedEvent when a boundary hook aborts the flow.
    • Scope span export to our own tracer provider.
    • Bump torch to version 2.13.0 to address security vulnerability.
    • Bump gitpython to version 3.1.58 in crewai-tools[github].

    Refactoring

    • Update date injection functionality in agents.
    • Standardize CLI flags to kebab-case.

    Documentation

    Snapshot and changelog for v1.15.14.

    Contributors

    @Vidit-Ostwal, @joaomdmoura, @lorenzejay, @lucasgomide, @theCyberTech

    Original source
  • Aug 8, 2026
    • Date parsed from source:
      Aug 8, 2026
    • First seen by Releasebot:
      Aug 9, 2026
    CrewAI logo

    CrewAI

    1.15.14

    CrewAI releases v1.15.13 with runtime context split from the coding agent and updated project documentation.

    What's Changed

    Features

    Split runtime context from coding agent and add project ID

    Documentation

    Update snapshot and changelog for v1.15.13

    Contributors

    @joaomdmoura

    Original source
  • Similar to CrewAI with recent updates:

  • Aug 7, 2026
    • Date parsed from source:
      Aug 7, 2026
    • First seen by Releasebot:
      Aug 8, 2026
    CrewAI logo

    CrewAI

    1.15.13

    CrewAI fixes provider routing, LLM event-bus mocks, Anthropic cache token usage, and updates docs and security dependencies.

    What's Changed

    Bug Fixes

    Fix preservation of provider on LiteLLM-routed models.

    Harden brittle LLM event-bus mocks.

    Fix underreporting of Anthropic cache token usage.

    Bump h2 to version 4.4.1 to address security vulnerability GHSA-6hr6-w5qg-qmwg.

    Documentation

    Add DOCS_TRANSLATIONS workflow for locale synchronization.

    Fix broken README links, table of contents, and contribution guidance.

    Snapshot and changelog for version 1.15.12.

    Contributors

    @Vidit-Ostwal, @joaomdmoura, @lucasgomide, @theCyberTech

    Original source
  • Aug 5, 2026
    • Date parsed from source:
      Aug 5, 2026
    • First seen by Releasebot:
      Aug 6, 2026
    CrewAI logo

    CrewAI

    1.15.12

    CrewAI adds URL reading, platform action tool metadata, and unified create scaffolding with bug fixes.

    What's Changed

    Features

    • Bump Flow canary on release
    • Add URLReadTool for reading arbitrary URLs
    • Add app metadata to platform action tools
    • Unify scaffolding under crewai create <resource>

    Bug Fixes

    • Clarify conversational route/handler name collision errors

    Documentation

    • Update scaffold AGENTS.md for unified create CLI

    Breaking Changes

    None

    Contributors

    @Vidit-Ostwal, @joaomdmoura, @lorenzejay, @lucasgomide, @theCyberTech

    Original source
  • Aug 5, 2026
    • Date parsed from source:
      Aug 5, 2026
    • First seen by Releasebot:
      Aug 6, 2026
    CrewAI logo

    CrewAI

    1.15.11

    CrewAI releases v1.15.10 with telemetry and agent detection improvements, including interception-hook dispatch tracking, project ID linkage for enterprise usage, and AMP surface support in AGENTS.md. It also adds an IBM Db2 search tool and ships multiple security and bug fixes.

    What's Changed

    Features

    • Track interception-hook dispatches in telemetry
    • Add project_id to link OSS usage to an enterprise account
    • Surface AMP in AGENTS.md and detect coding agents in telemetry
    • Add IBM Db2 search tool

    Bug Fixes

    • Clear CodeQL incomplete URL substring sanitization alerts
    • Bump aiohttp and cryptography to clear six GHSA advisories
    • Report the real CEL error for failures inside map literals
    • Correctly skip code CI for docs-only PRs

    Documentation

    • Snapshot and changelog for v1.15.10

    Contributors

    • @PawanThakurIBM, @Vidit-Ostwal, @gabemilani, @joaomdmoura, @lorenzejay, @lucasgomide, @theCyberTech
    Original source
  • Jul 31, 2026
    • Date parsed from source:
      Jul 31, 2026
    • First seen by Releasebot:
      Aug 1, 2026
    CrewAI logo

    CrewAI

    1.15.10

    CrewAI adds skill usage event tracking and updates documentation, security reporting guidelines, and the v1.15.9 changelog.

    What's Changed

    Features

    • Collect skill usage events
    • Documentation
    • Remove migrated AMP documentation
    • Update security reporting guidelines
    • Snapshot and changelog for v1.15.9

    Contributors

    @gvieira, @joaomdmoura, @theCyberTech

    Original source
  • Jul 30, 2026
    • Date parsed from source:
      Jul 30, 2026
    • First seen by Releasebot:
      Jul 31, 2026
    CrewAI logo

    CrewAI

    1.15.9

    CrewAI improves flow failure handling, surfaces tool errors, and adds progressive skill disclosure in v1.15.8.

    What's Changed

    Features

    • Surface tool failures instead of reporting them as success
    • Emit FlowFailedEvent when a flow execution fails
    • Implement progressive disclosure for skills

    Documentation

    • Update snapshot and changelog for v1.15.8

    Contributors

    @github-actions[bot], @joaomdmoura, @lorenzejay, @lucasgomide

    Original source
  • Jul 28, 2026
    • Date parsed from source:
      Jul 28, 2026
    • First seen by Releasebot:
      Jul 29, 2026
    CrewAI logo

    CrewAI

    1.15.8

    CrewAI adds WaitTool, fixes FileWriterTool issues, requires E2B_API_KEY, and refreshes model availability guidance.

    What's Changed

    Features

    Add WaitTool for pausing on long-running jobs.

    Bug Fixes

    Fix FileWriterTool writes and address rough edges in file tool.

    Mark E2B_API_KEY as a required env var for E2B tools.

    Documentation

    Refresh model availability guidance.

    Contributors

    @github-actions[bot], @joaomdmoura, @lucasgomide, @oalami, @thiagomoretto

    Original source
  • Jul 26, 2026
    • Date parsed from source:
      Jul 26, 2026
    • First seen by Releasebot:
      Jul 27, 2026
    CrewAI logo

    CrewAI

    1.15.7

    CrewAI fixes runtime tool calling, response routing, and observability while patching a security issue.

    What's Changed

    Bug Fixes

    • Resolve registry skills through the runtime's CrewAI+ client
    • Recover from the GPT-5.6 tools + reasoning_effort 400
    • Make tool calling work on the Responses API path
    • Route responses-only models instead of failing with 404
    • Bump bedrock-agentcore to patch CVE-2026-16796

    Observability

    • Emit skill usage events at runtime for observability

    Documentation

    • Add snapshot and changelog for v1.15.7a1

    Contributors

    @alex-clawd, @joaomdmoura, @lorenzejay

    Original source
  • Jul 26, 2026
    • Date parsed from source:
      Jul 26, 2026
    • First seen by Releasebot:
      Jul 27, 2026
    CrewAI logo

    CrewAI

    1.15.7a1

    CrewAI fixes runtime bugs, boosts observability, and updates documentation in 1.15.6.

    What's Changed

    Bug Fixes

    Fix registry skills resolution through the runtime's CrewAI+ client.

    Recover from the GPT-5.6 tools and reasoning_effort 400 errors.

    Make tool calling work on the Responses API path.

    Route responses-only models to prevent 404 errors.

    Bump bedrock-agentcore dependency to patch CVE-2026-16796.

    Observability

    Emit skill usage events at runtime for improved observability.

    Documentation

    Snapshot and changelog updates for version 1.15.6.

    Contributors

    @alex-clawd, @joaomdmoura, @lorenzejay

    Original source
  • Jul 24, 2026
    • Date parsed from source:
      Jul 24, 2026
    • First seen by Releasebot:
      Jul 25, 2026
    CrewAI logo

    CrewAI

    1.15.6

    CrewAI fixes Anthropic tool-use blocks, strict tool schemas, and dependency resolution in v1.15.5.

    What's Changed

    Bug Fixes

    Fix detection of Anthropic preview tool-use blocks.

    Preserve strict tool schema property names.

    Dispatch execution_end hook on failed crew and flow executions.

    Handle async get_agent in load_agent_from_repository.

    Fix dependency resolution issues.

    Documentation

    Snapshot and changelog for v1.15.5.

    Contributors

    @alex-clawd, @iris-clawd, @lorenzejay, @lucasgomide, @theCyberTech, @vinibrsl

    Original source
  • Jul 20, 2026
    • Date parsed from source:
      Jul 20, 2026
    • First seen by Releasebot:
      Jul 21, 2026
    CrewAI logo

    CrewAI

    1.15.5

    CrewAI updates v1.15.4 with authenticated skill registry downloads and refreshed snapshot and changelog documentation.

    What's Changed

    Features

    Authenticate skill registry downloads

    Documentation

    Update snapshot and changelog for v1.15.4

    Contributors

    @vinibrsl

    Original source
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.