From c5ac2d93b4d6482779a27bab6431526aa0f88ebf Mon Sep 17 00:00:00 2001 From: Vinicius Brasil Date: Thu, 16 Jul 2026 14:22:06 -0300 Subject: [PATCH] docs: snapshot and changelog for v1.15.3a1 (#6567) --- docs/edge/ar/changelog.mdx | 36 +++++++++++++++++++++++++++++++++++ docs/edge/en/changelog.mdx | 36 +++++++++++++++++++++++++++++++++++ docs/edge/ko/changelog.mdx | 36 +++++++++++++++++++++++++++++++++++ docs/edge/pt-BR/changelog.mdx | 36 +++++++++++++++++++++++++++++++++++ 4 files changed, 144 insertions(+) diff --git a/docs/edge/ar/changelog.mdx b/docs/edge/ar/changelog.mdx index 60d7aae41..02dc008e3 100644 --- a/docs/edge/ar/changelog.mdx +++ b/docs/edge/ar/changelog.mdx @@ -4,6 +4,42 @@ description: "تحديثات المنتج والتحسينات وإصلاحات icon: "clock" mode: "wide" --- + + ## v1.15.3a1 + + [عرض الإصدار على GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.15.3a1) + + ## ما الذي تغير + + ### الميزات + - إضافة معلمة معرف المنظمة إلى عميل PlusAPI. + - إضافة نقاط اعتراض الخطوات وإعادة صياغة وثائق نقاط تنفيذ `@on`. + - توصيل نقاط اعتراض حدود التنفيذ. + - إضافة موصل عام للاعتراضات. + - تشغيل التدفقات التصريحية على واجهة المستخدم النصية (نسخة احتياطية من الطرفية بدون واجهة). + - تحسين عناوين URL المخصصة لـ OpenAI. + + ### إصلاحات الأخطاء + - إصلاح سمات وكيل المستودع الفارغة. + - إصلاح نقاط `after_llm_call` لمنع كسر تنفيذ الأدوات الأصلية. + - إيقاف الإضافة المزدوجة لرد الدور عندما يقوم المعالج بقص التاريخ. + - جعل تخزين نتائج الأدوات اختيارياً بدلاً من أن يكون مفعلًا بشكل افتراضي. + - إيقاف إعادة كتابة وصف الأداة المؤلف عند الإنشاء. + - كشف استخدام الرموز تحت كلا الاسمين في نتائج الوكيل والطاقم. + - الإبلاغ عن مقاييس الاستخدام لكل استدعاء في نتائج البداية. + - إيقاف إعادة تشغيل نية الدور السابق عندما تعيد `route_turn()` قيمة غير صحيحة. + - تصريف الكتابات في الذاكرة قبل أحداث البداية وإكمال التدفق. + + ### الوثائق + - تجميع نقاط تنفيذ الوثائق وتوثيق جميع سياقات الاعتراض. + - تحديث الوثائق لنقاط تنفيذ الاعتراض. + + ## المساهمون + + @joaomdmoura, @lorenzejay, @lucasgomide, @vinibrsl + + + ## v1.15.2 diff --git a/docs/edge/en/changelog.mdx b/docs/edge/en/changelog.mdx index fe1d4dc55..ee2cda8ae 100644 --- a/docs/edge/en/changelog.mdx +++ b/docs/edge/en/changelog.mdx @@ -4,6 +4,42 @@ description: "Product updates, improvements, and bug fixes for CrewAI" icon: "clock" mode: "wide" --- + + ## v1.15.3a1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.15.3a1) + + ## What's Changed + + ### Features + - Add organization ID parameter to PlusAPI client. + - Add step interception points and rework execution hooks documentation around `@on`. + - Wire execution-boundary interception points. + - Add generic interception-hook dispatcher. + - Run declarative flows on the TUI (headless terminal fallback). + - Improve custom OpenAI URLs. + + ### Bug Fixes + - Fix null repository agent attributes. + - Fix `after_llm_call` hooks to prevent breaking native tool execution. + - Stop double-appending the turn reply when a handler trims history. + - Make tool-result caching opt-in instead of on by default. + - Stop rewriting the authored tool description at construction. + - Expose token usage under both names on agent and crew results. + - Report per-call usage metrics on kickoff results. + - Stop replaying the previous turn's intent when `route_turn()` returns falsy. + - Drain memory writes before kickoff and flow completion events. + + ### Documentation + - Group execution hooks and document all hook contexts. + - Update documentation for execution hooks. + + ## Contributors + + @joaomdmoura, @lorenzejay, @lucasgomide, @vinibrsl + + + ## v1.15.2 diff --git a/docs/edge/ko/changelog.mdx b/docs/edge/ko/changelog.mdx index 37d487397..3abb83e3b 100644 --- a/docs/edge/ko/changelog.mdx +++ b/docs/edge/ko/changelog.mdx @@ -4,6 +4,42 @@ description: "CrewAI의 제품 업데이트, 개선 사항 및 버그 수정" icon: "clock" mode: "wide" --- + + ## v1.15.3a1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/1.15.3a1) + + ## 변경 사항 + + ### 기능 + - PlusAPI 클라이언트에 조직 ID 매개변수 추가. + - `@on` 주위의 실행 후크 문서를 재작업하고 단계 가로채기 포인트 추가. + - 실행 경계 가로채기 포인트 연결. + - 일반 가로채기 후크 디스패처 추가. + - TUI(헤드리스 터미널 대체)에서 선언적 흐름 실행. + - 사용자 정의 OpenAI URL 개선. + + ### 버그 수정 + - null 리포지토리 에이전트 속성 수정. + - 기본 도구 실행이 중단되지 않도록 `after_llm_call` 후크 수정. + - 핸들러가 기록을 잘라낼 때 턴 응답을 이중으로 추가하는 것을 중지. + - 도구 결과 캐싱을 기본값이 아닌 선택적으로 설정. + - 생성 시 작성된 도구 설명을 재작성하는 것을 중지. + - 에이전트 및 크루 결과에서 두 이름으로 토큰 사용량 노출. + - 시작 결과에서 호출당 사용 메트릭 보고. + - `route_turn()`이 falsy를 반환할 때 이전 턴의 의도를 재생하지 않도록 중지. + - 시작 및 흐름 완료 이벤트 전에 메모리 쓰기 배수. + + ### 문서 + - 실행 후크를 그룹화하고 모든 후크 컨텍스트 문서화. + - 실행 후크에 대한 문서 업데이트. + + ## 기여자 + + @joaomdmoura, @lorenzejay, @lucasgomide, @vinibrsl + + + ## v1.15.2 diff --git a/docs/edge/pt-BR/changelog.mdx b/docs/edge/pt-BR/changelog.mdx index 812f2b85e..8baa99a0e 100644 --- a/docs/edge/pt-BR/changelog.mdx +++ b/docs/edge/pt-BR/changelog.mdx @@ -4,6 +4,42 @@ description: "Atualizações de produto, melhorias e correções do CrewAI" icon: "clock" mode: "wide" --- + + ## v1.15.3a1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.15.3a1) + + ## O que Mudou + + ### Recursos + - Adicionar parâmetro de ID da organização ao cliente PlusAPI. + - Adicionar pontos de interceptação de etapas e reformular a documentação dos hooks de execução em torno de `@on`. + - Conectar pontos de interceptação de limites de execução. + - Adicionar despachador genérico de hooks de interceptação. + - Executar fluxos declarativos na TUI (fallback de terminal sem cabeça). + - Melhorar URLs personalizadas do OpenAI. + + ### Correções de Bugs + - Corrigir atributos de agente de repositório nulos. + - Corrigir hooks `after_llm_call` para evitar quebrar a execução de ferramentas nativas. + - Parar de adicionar a resposta da rodada duas vezes quando um manipulador reduz o histórico. + - Tornar o cache de resultados de ferramentas opcional em vez de ativado por padrão. + - Parar de reescrever a descrição da ferramenta autoral na construção. + - Expor o uso de tokens sob ambos os nomes nos resultados de agente e equipe. + - Relatar métricas de uso por chamada nos resultados de início. + - Parar de reproduzir a intenção da rodada anterior quando `route_turn()` retorna um valor falso. + - Esvaziar gravações de memória antes dos eventos de início e conclusão de fluxo. + + ### Documentação + - Agrupar hooks de execução e documentar todos os contextos de hooks. + - Atualizar a documentação para hooks de execução. + + ## Contribuidores + + @joaomdmoura, @lorenzejay, @lucasgomide, @vinibrsl + + + ## v1.15.2