CrewAI

AI

A framework for orchestrating role-playing, autonomous AI agents.

Latest 1.15.14 · by CrewAIWebsitecrewAIInc/crewAI

Release activity

Release activity — 10 releases across 8 days since Jul 24, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jul 24, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
Sunday2 releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026
MondayNo releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026
Tuesday1 release on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026
WednesdayNo releases on Jul 29, 20262 releases on Aug 5, 2026
Thursday1 release on Jul 30, 2026No releases on Aug 6, 2026
Friday1 release on Jul 24, 20261 release on Jul 31, 20261 release on Aug 7, 2026
SaturdayNo releases on Jul 25, 2026No releases on Aug 1, 20261 release on Aug 8, 2026

10 releases since Jul 24, 2026, busiest day 2

Changelog

1.15.14

Added 1
  • Split runtime context from coding agent and add project ID
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

View originalPermalink
How 1.15.14 went

1.15.13

Fixed 3
  • Fix preservation of provider on LiteLLM-routed models
  • Harden brittle LLM event-bus mocks
  • Fix underreporting of Anthropic cache token usage
Security 1
  • Bump h2 to version 4.4.1 to address security vulnerability GHSA-6hr6-w5qg-qmwg
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

View originalPermalink
How 1.15.13 went

1.15.12

Added 2
  • Add URLReadTool for reading arbitrary URLs
  • Add app metadata to platform action tools
Changed 1
  • Unify scaffolding under crewai create <resource>
Fixed 1
  • Clarify conversational route/handler name collision errors
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

View originalPermalink
How 1.15.12 went

1.15.11

Added 4
  • 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
Fixed 3
  • Clear CodeQL incomplete URL substring sanitization alerts
  • Report the real CEL error for failures inside map literals
  • Correctly skip code CI for docs-only PRs
Security 1
  • Bump aiohttp and cryptography to clear six GHSA advisories
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

View originalPermalink
How 1.15.11 went

1.15.10

Added 1
  • Collect skill usage events
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

View originalPermalink
How 1.15.10 went

1.15.9

Added 2
  • Emit FlowFailedEvent when a flow execution fails
  • Implement progressive disclosure for skills
Changed 1
  • Surface tool failures instead of reporting them as success
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

View originalPermalink
How 1.15.9 went

1.15.8

Added 1
  • Add WaitTool for pausing on long-running jobs
Changed 1
  • Mark E2B_API_KEY as a required env var for E2B tools
Fixed 1
  • Fix FileWriterTool writes and address rough edges in file tool
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

View originalPermalink
How 1.15.8 went

1.15.7

Added 1
  • Emit skill usage events at runtime for observability
Fixed 4
  • 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
Security 1
  • Bump bedrock-agentcore to patch CVE-2026-16796
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

View originalPermalink
How 1.15.7 went

1.15.7a1

Pre-release
Added 1
  • Emit skill usage events at runtime for improved observability
Fixed 4
  • 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
Security 1
  • Bump bedrock-agentcore dependency to patch CVE-2026-16796
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

View originalPermalink
How 1.15.7a1 went

1.15.6

Fixed 5
  • 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
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

View originalPermalink
How 1.15.6 went
View all

Discussion