diff --git a/docs/ar/changelog.mdx b/docs/ar/changelog.mdx index ad6311f77..6316b91a6 100644 --- a/docs/ar/changelog.mdx +++ b/docs/ar/changelog.mdx @@ -4,6 +4,47 @@ description: "تحديثات المنتج والتحسينات وإصلاحات icon: "clock" mode: "wide" --- + + ## v1.12.0a1 + + [عرض الإصدار على GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.12.0a1) + + ## ما الذي تغير + + ### الميزات + - إضافة أمر docs-check لتحليل التغييرات وتوليد الوثائق مع الترجمات + - إضافة دعم اللغة العربية لسجل التغييرات وأدوات الإصدار + - إضافة ترجمة اللغة العربية الفصحى لجميع الوثائق + - إضافة مزودي خدمات متوافقين مع OpenAI (OpenRouter، DeepSeek، Ollama، vLLM، Cerebras، Dashscope) + - إضافة مهارات الوكيل + - إضافة أمر تسجيل الخروج في واجهة سطر الأوامر + - تنفيذ نطاق الجذر التلقائي لعزل الذاكرة الهيكلية + + ### إصلاح الأخطاء + - إصلاح حفظ ذاكرة الوكيل + - حل أخطاء mypy في crewai-files وإضافة جميع الحزم إلى فحوصات نوع CI + - حل جميع أخطاء mypy الصارمة عبر حزمة crewai-tools + - حل جميع أخطاء mypy عبر حزمة crewai + - إصلاح استخدام __router_paths__ لطرق المستمع + الموجه في FlowMeta + - تثبيت الحد الأعلى لـ litellm على آخر إصدار تم اختباره (1.82.6) + - رفع خطأ القيمة عند عدم دعم الملفات + - تصحيح صياغة الحجر الصحي لـ litellm في الوثائق + + ### الوثائق + - إضافة CONTRIBUTING.md + - إضافة دليل لاستخدام CrewAI بدون LiteLLM + - تحديث سجل التغييرات والإصدار لـ v1.11.1 + + ### إعادة الهيكلة + - إعادة هيكلة لإزالة التكرار في تنفيذ المهام المتزامنة وغير المتزامنة وبدء التشغيل في الوكيل + - فصل الأنابيب الداخلية عن litellm (عد الرموز، ردود الفعل، اكتشاف الميزات، الأخطاء) + + ## المساهمون + + @alex-clawd، @greysonlalonde، @iris-clawd، @lorenzejay، @nicoferdi96 + + + ## v1.11.1 diff --git a/docs/en/changelog.mdx b/docs/en/changelog.mdx index a06001a4b..df519eb04 100644 --- a/docs/en/changelog.mdx +++ b/docs/en/changelog.mdx @@ -4,6 +4,47 @@ description: "Product updates, improvements, and bug fixes for CrewAI" icon: "clock" mode: "wide" --- + + ## v1.12.0a1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.12.0a1) + + ## 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 + + + ## v1.11.1 diff --git a/docs/ko/changelog.mdx b/docs/ko/changelog.mdx index ee293e339..03b8fc3cd 100644 --- a/docs/ko/changelog.mdx +++ b/docs/ko/changelog.mdx @@ -4,6 +4,47 @@ description: "CrewAI의 제품 업데이트, 개선 사항 및 버그 수정" icon: "clock" mode: "wide" --- + + ## v1.12.0a1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/1.12.0a1) + + ## 변경 사항 + + ### 기능 + - 변경 사항을 분석하고 번역된 문서 생성하는 docs-check 명령 추가 + - 변경 로그 및 릴리스 도구에 아랍어 지원 추가 + - 모든 문서의 현대 표준 아랍어 번역 추가 + - OpenAI 호환 네이티브 제공업체 추가 (OpenRouter, DeepSeek, Ollama, vLLM, Cerebras, Dashscope) + - 에이전트 기술 추가 + - CLI에 로그아웃 명령 추가 + - 계층 메모리 격리를 위한 자동 root_scope 구현 + + ### 버그 수정 + - 에이전트 메모리 저장 문제 수정 + - crewai-files에서 mypy 오류 해결 및 모든 패키지를 CI 유형 검사에 추가 + - crewai-tools 패키지 전반에 걸쳐 모든 엄격한 mypy 오류 해결 + - crewai 패키지 전반에 걸쳐 모든 mypy 오류 해결 + - FlowMeta에서 listener+router 메서드의 __router_paths__ 사용 수정 + - litellm 상한을 마지막 테스트된 버전(1.82.6)으로 고정 + - 파일 지원이 없을 경우 값 오류 발생 + - 문서에서 litellm 격리 단어 수정 + + ### 문서 + - CONTRIBUTING.md 추가 + - LiteLLM 없이 CrewAI를 사용하는 가이드 추가 + - v1.11.1에 대한 변경 로그 및 버전 업데이트 + + ### 리팩토링 + - 에이전트에서 동기/비동기 작업 실행 및 시작을 중복 제거하도록 리팩토링 + - litellm과 내부 플러밍 분리 (토큰 수 세기, 콜백, 기능 감지, 오류) + + ## 기여자 + + @alex-clawd, @greysonlalonde, @iris-clawd, @lorenzejay, @nicoferdi96 + + + ## v1.11.1 diff --git a/docs/pt-BR/changelog.mdx b/docs/pt-BR/changelog.mdx index dc7df762e..4d5504e40 100644 --- a/docs/pt-BR/changelog.mdx +++ b/docs/pt-BR/changelog.mdx @@ -4,6 +4,47 @@ description: "Atualizações de produto, melhorias e correções do CrewAI" icon: "clock" mode: "wide" --- + + ## v1.12.0a1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.12.0a1) + + ## O que Mudou + + ### Funcionalidades + - Adicionar comando docs-check para analisar mudanças e gerar documentação com traduções + - Adicionar suporte ao idioma árabe para changelog e ferramentas de lançamento + - Adicionar tradução em árabe padrão moderno de toda a documentação + - Adicionar provedores compatíveis com OpenAI nativos (OpenRouter, DeepSeek, Ollama, vLLM, Cerebras, Dashscope) + - Adicionar habilidades de agente + - Adicionar comando de logout na CLI + - Implementar root_scope automático para isolamento de memória hierárquico + + ### Correções de Bugs + - Corrigir a economia de memória do agente + - Resolver erros do mypy em crewai-files e adicionar todos os pacotes às verificações de tipo do CI + - Resolver todos os erros estritos do mypy no pacote crewai-tools + - Resolver todos os erros do mypy no pacote crewai + - Corrigir o uso de __router_paths__ para métodos listener+router em FlowMeta + - Fixar o limite superior do litellm na última versão testada (1.82.6) + - Levantar erro de valor quando não houver suporte a arquivos + - Corrigir a redação da quarentena do litellm na documentação + + ### Documentação + - Adicionar CONTRIBUTING.md + - Adicionar guia para usar o CrewAI sem o LiteLLM + - Atualizar changelog e versão para v1.11.1 + + ### Refatoração + - Refatorar para deduplicar a execução de tarefas síncronas/assíncronas e o início no agente + - Desacoplar a estrutura interna do litellm (contagem de tokens, callbacks, detecção de recursos, erros) + + ## Contribuidores + + @alex-clawd, @greysonlalonde, @iris-clawd, @lorenzejay, @nicoferdi96 + + + ## v1.11.1