1.13.0a3

CrewAI Releases / 4/1/2026

💬 OpinionDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • LLM呼び出し完了時にトークン使用量データを発行するよう変更され、運用・可観測性が向上します。
  • ツールのメタデータを抽出してAMPへ公開する機能が追加され、ツール連携の情報取り扱いが改善されます。
  • GPT-5.xモデルでstopパラメータをサポートしないケースに対応するバグ修正が入っています。
  • Pydantic BaseModelへのFlow/LLMクラスの変換などのリファクタリングにより、型管理と実装整理が進められています。
  • エージェント能力ドキュメントの不正確さ修正やSSO設定ガイド追加など、ドキュメント面の更新も同梱されています。

What's Changed

Features

  • Emit token usage data in LLMCallCompletedEvent
  • Extract and publish tool metadata to AMP

Bug Fixes

  • Handle GPT-5.x models not supporting the stop API parameter

Documentation

  • Fix inaccuracies in agent-capabilities across all languages
  • Add Agent Capabilities overview and improve Skills documentation
  • Add comprehensive SSO configuration guide
  • Update changelog and version for v1.13.0rc1

Refactoring

  • Convert Flow to Pydantic BaseModel
  • Convert LLM classes to Pydantic BaseModel
  • Replace InstanceOf[T] with plain type annotations
  • Remove unused methods

Contributors

@dependabot[bot], @greysonlalonde, @iris-clawd, @lorenzejay, @lucasgomide, @thiagomoretto