1.12.0a1

CrewAI Releases / 3/25/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • リリース1.12.0a1では、変更点を解析してドキュメントを自動生成・翻訳するdocs-checkコマンドや、アラビア語のチェンジログ/リリースツール対応、全文の標準アラビア語翻訳が追加されました。
  • OpenAI互換プロバイダとしてOpenRouter、DeepSeek、Ollama、vLLM、Cerebras、Dashscopeをネイティブに扱えるようになり、エージェントの「agent skills」機能やCLIのlogoutコマンドも追加されています。
  • 階層型メモリ分離のためにautomatic root_scopeを実装し、エージェントメモリの保存不具合も修正されました。
  • FlowMetaのrouter_paths挙動修正や、litellmの上限バージョン固定(1.82.6)/文言修正、mypyの厳格エラー解消などバグ修正・品質改善が広範に行われています。
  • sync/asyncタスク実行の重複排除や、litellm依存部(トークン計数、コールバック、機能検出、エラー等)を切り離すリファクタリング、およびCONTRIBUTING.mdやLiteLLMなし利用ガイドのドキュメント追加も含まれます。

What's Changed

Features

  • Add docs-check command to analyze changes and generate docs with translations
  • Add Arabic language support to changelog and release tooling
  • Add modern standard Arabic translation of all documentation
  • Add native OpenAI-compatible providers (OpenRouter, DeepSeek, Ollama, vLLM, Cerebras, Dashscope)
  • Add agent skills
  • Add logout command in CLI
  • Implement automatic root_scope for hierarchical memory isolation

Bug Fixes

  • Fix agent memory saving
  • Resolve mypy errors in crewai-files and add all packages to CI type checks
  • Resolve all strict mypy errors across crewai-tools package
  • Resolve all mypy errors across crewai package
  • Fix usage of router_paths for listener+router methods in FlowMeta
  • Pin litellm upper bound to last tested version (1.82.6)
  • Raise value error on no file support
  • Correct litellm quarantine wording in docs

Documentation

  • Add CONTRIBUTING.md
  • Add guide for using CrewAI without LiteLLM
  • Update changelog and version for v1.11.1

Refactoring

  • Refactor to deduplicate sync/async task execution and kickoff in agent
  • Decouple internal plumbing from litellm (token counting, callbacks, feature detection, errors)

Contributors

@alex-clawd, @greysonlalonde, @iris-clawd, @lorenzejay, @nicoferdi96