1.14.3a1

CrewAI Releases / 4/21/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • Version 1.14.3a1 adds checkpointing and fork support for standalone agents.
  • It improves Gemini streaming tool calls by preserving the thought_signature during execution.
  • The update refines fork resume behavior by emitting task_started and redesigning the checkpoint TUI.
  • Several bug fixes address dry-run sequencing issues, stale branch handling in the devtools release, and time-dependent failures in checkpoint prune tests by using future dates.
  • Documentation changes include updating the changelog and correcting the versioning for v1.14.2.

What's Changed

Features

  • Add checkpoint and fork support to standalone agents

Bug Fixes

  • Preserve thought_signature in Gemini streaming tool calls
  • Emit task_started on fork resume and redesign checkpoint TUI
  • Correct dry-run order and handle checked-out stale branch in devtools release
  • Use future dates in checkpoint prune tests to prevent time-dependent failures (#5543)

Documentation

  • Update changelog and version for v1.14.2

Contributors

@alex-clawd, @greysonlalonde