diff --git a/docs/ar/changelog.mdx b/docs/ar/changelog.mdx
index 03559692f..38c8a8156 100644
--- a/docs/ar/changelog.mdx
+++ b/docs/ar/changelog.mdx
@@ -4,6 +4,36 @@ description: "تحديثات المنتج والتحسينات وإصلاحات
icon: "clock"
mode: "wide"
---
+
+ ## v1.14.4a1
+
+ [عرض الإصدار على GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.4a1)
+
+ ## ما الذي تغير
+
+ ### إصلاحات الأخطاء
+ - إصلاح مساعدي وصف دردشة الطاقم ضد فشل LLM.
+ - إعادة تعيين الرسائل والتكرارات بين الاستدعاءات في المنفذ.
+ - تمرير ملف الوكلاء المدربين عبر إعادة التشغيل والاختبار في CLI.
+ - احترام ملف الوكلاء المدربين المخصص أثناء الاستدلال في الوكيل.
+ - ربط الوكلاء المخصصين بالمهام فقط بالطاقم لضمان وصول ملفات الإدخال متعددة الوسائط إلى LLM.
+ - تسلسل استدعاءات الحواجز كـ null لتسجيل النقاط في JSON.
+ - إعادة تسمية `force_final_answer` في agent_executor لتجنب جهاز التوجيه الذاتي الإشارة.
+ - تحديث `litellm` لإصلاح SSTI وتجاهل CVE pip غير القابل للإصلاح.
+
+ ### الوثائق
+ - إضافة صفحة أدوات Sandbox E2B.
+ - إضافة وثائق أدوات Sandbox Daytona.
+ - إضافة دليل إعداد هوية عبء العمل لـ Vertex AI.
+ - إضافة أدوات MCP من You.com للبحث، البحث، واستخراج المحتوى.
+ - تحديث سجل التغييرات والإصدار لـ v1.14.3.
+
+ ## المساهمون
+
+ @EdwardIrby, @dependabot[bot], @factory-droid-oss, @factory-droid[bot], @greysonlalonde, @lorenzejay, @manisrinivasan2k1, @mattatcha
+
+
+
## v1.14.3
diff --git a/docs/en/changelog.mdx b/docs/en/changelog.mdx
index 394560b59..9ee6d6b4c 100644
--- a/docs/en/changelog.mdx
+++ b/docs/en/changelog.mdx
@@ -4,6 +4,36 @@ description: "Product updates, improvements, and bug fixes for CrewAI"
icon: "clock"
mode: "wide"
---
+
+ ## v1.14.4a1
+
+ [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.4a1)
+
+ ## What's Changed
+
+ ### Bug Fixes
+ - Fix crew chat description helpers against LLM failures.
+ - Reset messages and iterations between invocations in executor.
+ - Forward trained-agents file through replay and test in CLI.
+ - Honor custom trained-agents file at inference in agent.
+ - Bind task-only agents to crew to ensure multimodal input_files reach the LLM.
+ - Serialize guardrail callables as null for JSON checkpointing.
+ - Rename `force_final_answer` in agent_executor to avoid self-referential router.
+ - Bump `litellm` for SSTI fix and ignore unfixable pip CVE.
+
+ ### Documentation
+ - Add E2B Sandbox Tools page.
+ - Add Daytona sandbox tools documentation.
+ - Add Vertex AI workload identity setup guide.
+ - Add You.com MCP tools for search, research, and content extraction.
+ - Update changelog and version for v1.14.3.
+
+ ## Contributors
+
+ @EdwardIrby, @dependabot[bot], @factory-droid-oss, @factory-droid[bot], @greysonlalonde, @lorenzejay, @manisrinivasan2k1, @mattatcha
+
+
+
## v1.14.3
diff --git a/docs/ko/changelog.mdx b/docs/ko/changelog.mdx
index 1f933eb30..cf994510d 100644
--- a/docs/ko/changelog.mdx
+++ b/docs/ko/changelog.mdx
@@ -4,6 +4,36 @@ description: "CrewAI의 제품 업데이트, 개선 사항 및 버그 수정"
icon: "clock"
mode: "wide"
---
+
+ ## v1.14.4a1
+
+ [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/1.14.4a1)
+
+ ## 변경 사항
+
+ ### 버그 수정
+ - LLM 실패에 대한 크루 채팅 설명 도우미 수정.
+ - 실행기에서 호출 간 메시지 및 반복 초기화.
+ - CLI에서 재생 및 테스트를 통해 훈련된 에이전트 파일 전달.
+ - 에이전트에서 추론 시 사용자 정의 훈련된 에이전트 파일 존중.
+ - 다중 모드 입력 파일이 LLM에 도달하도록 작업 전용 에이전트를 크루에 바인딩.
+ - JSON 체크포인트를 위해 가드레일 호출 가능 항목을 null로 직렬화.
+ - 자기 참조 라우터를 피하기 위해 agent_executor에서 `force_final_answer` 이름 변경.
+ - SSTI 수정을 위한 `litellm` 버전 증가 및 수정 불가능한 pip CVE 무시.
+
+ ### 문서
+ - E2B 샌드박스 도구 페이지 추가.
+ - Daytona 샌드박스 도구 문서 추가.
+ - Vertex AI 작업 부하 신원 설정 가이드 추가.
+ - 검색, 연구 및 콘텐츠 추출을 위한 You.com MCP 도구 추가.
+ - v1.14.3에 대한 변경 로그 및 버전 업데이트.
+
+ ## 기여자
+
+ @EdwardIrby, @dependabot[bot], @factory-droid-oss, @factory-droid[bot], @greysonlalonde, @lorenzejay, @manisrinivasan2k1, @mattatcha
+
+
+
## v1.14.3
diff --git a/docs/pt-BR/changelog.mdx b/docs/pt-BR/changelog.mdx
index b2aaaea17..639988418 100644
--- a/docs/pt-BR/changelog.mdx
+++ b/docs/pt-BR/changelog.mdx
@@ -4,6 +4,36 @@ description: "Atualizações de produto, melhorias e correções do CrewAI"
icon: "clock"
mode: "wide"
---
+
+ ## v1.14.4a1
+
+ [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.14.4a1)
+
+ ## O que Mudou
+
+ ### Correções de Bugs
+ - Corrigir os ajudantes de descrição do chat da equipe contra falhas do LLM.
+ - Redefinir mensagens e iterações entre invocações no executor.
+ - Encaminhar arquivo de agentes treinados através de replay e teste no CLI.
+ - Respeitar arquivo de agentes treinados personalizados na inferência no agente.
+ - Vincular agentes apenas de tarefa à equipe para garantir que os input_files multimodais cheguem ao LLM.
+ - Serializar chamadas de guardrail como nulas para checkpointing JSON.
+ - Renomear `force_final_answer` no agent_executor para evitar roteador autorreferencial.
+ - Atualizar `litellm` para correção de SSTI e ignorar CVE pip não corrigível.
+
+ ### Documentação
+ - Adicionar página de Ferramentas de Sandbox E2B.
+ - Adicionar documentação de ferramentas de sandbox Daytona.
+ - Adicionar guia de configuração de identidade de carga de trabalho do Vertex AI.
+ - Adicionar ferramentas MCP do You.com para pesquisa, investigação e extração de conteúdo.
+ - Atualizar changelog e versão para v1.14.3.
+
+ ## Contribuidores
+
+ @EdwardIrby, @dependabot[bot], @factory-droid-oss, @factory-droid[bot], @greysonlalonde, @lorenzejay, @manisrinivasan2k1, @mattatcha
+
+
+
## v1.14.3