mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-22 15:25:09 +00:00
[docs-freeze] docs: snapshot and changelog for v1.15.3 (#6577)
This commit is contained in:
@@ -4,6 +4,40 @@ description: "تحديثات المنتج والتحسينات وإصلاحات
|
||||
icon: "clock"
|
||||
mode: "wide"
|
||||
---
|
||||
<Update label="16 يوليو 2026">
|
||||
## v1.15.3
|
||||
|
||||
[عرض الإصدار على GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.15.3)
|
||||
|
||||
## ما الذي تغير
|
||||
|
||||
### الميزات
|
||||
- إضافة معلمة معرف المنظمة إلى عميل PlusAPI
|
||||
- إضافة نقاط اعتراض الخطوات وإعادة صياغة توثيق نقاط تنفيذ @on
|
||||
- توصيل نقاط اعتراض حدود التنفيذ
|
||||
- إضافة موزع اعتراض عام
|
||||
- تشغيل التدفقات التصريحية على واجهة المستخدم النصية (خيار الطرية بدون واجهة)
|
||||
|
||||
### إصلاحات الأخطاء
|
||||
- مزامنة حدث بدء التنفيذ المكتمل مع نتيجة خطاف OUTPUT
|
||||
- إصلاح سمات وكيل المستودع الفارغة
|
||||
- التأكد من أن خطافات after_llm_call لا تكسر تنفيذ الأدوات الأصلية
|
||||
- تجنب الإضافة المزدوجة لرد الدور عندما يقوم المعالج بقص التاريخ
|
||||
- جعل تخزين نتائج الأدوات اختيارياً بدلاً من أن يكون مفعلًا بشكل افتراضي
|
||||
- التوقف عن إعادة كتابة وصف الأداة المؤلف عند الإنشاء
|
||||
- كشف استخدام الرموز تحت كلا الاسمين في نتائج الوكيل والطاقم
|
||||
- الإبلاغ عن مقاييس الاستخدام لكل استدعاء في نتائج بدء التنفيذ
|
||||
- التوقف عن إعادة تشغيل نية الدور السابق عندما تعيد route_turn() قيمة غير صحيحة
|
||||
|
||||
### الوثائق
|
||||
- تحديث تجميع خطافات التنفيذ وتوثيق جميع سياقات الخطاف
|
||||
|
||||
## المساهمون
|
||||
|
||||
@joaomdmoura, @lorenzejay, @lucasgomide, @vinibrsl
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="16 يوليو 2026">
|
||||
## v1.15.3a2
|
||||
|
||||
|
||||
@@ -4,6 +4,40 @@ description: "Product updates, improvements, and bug fixes for CrewAI"
|
||||
icon: "clock"
|
||||
mode: "wide"
|
||||
---
|
||||
<Update label="Jul 16, 2026">
|
||||
## v1.15.3
|
||||
|
||||
[View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.15.3)
|
||||
|
||||
## 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)
|
||||
|
||||
### Bug Fixes
|
||||
- Sync kickoff-completed event with OUTPUT hook result
|
||||
- Fix null repository agent attributes
|
||||
- Ensure after_llm_call hooks do not break native tool execution
|
||||
- Avoid double-append of 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 previous turn's intent when route_turn() returns falsy
|
||||
|
||||
### Documentation
|
||||
- Update execution hooks grouping and document all hook contexts
|
||||
|
||||
## Contributors
|
||||
|
||||
@joaomdmoura, @lorenzejay, @lucasgomide, @vinibrsl
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="Jul 16, 2026">
|
||||
## v1.15.3a2
|
||||
|
||||
|
||||
@@ -4,6 +4,40 @@ description: "CrewAI의 제품 업데이트, 개선 사항 및 버그 수정"
|
||||
icon: "clock"
|
||||
mode: "wide"
|
||||
---
|
||||
<Update label="2026년 7월 16일">
|
||||
## v1.15.3
|
||||
|
||||
[GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/1.15.3)
|
||||
|
||||
## 변경 사항
|
||||
|
||||
### 기능
|
||||
- PlusAPI 클라이언트에 조직 ID 매개변수 추가
|
||||
- @on을 중심으로 단계 가로채기 포인트 및 실행 훅 문서 재작업
|
||||
- 실행 경계 가로채기 포인트 연결
|
||||
- 일반 가로채기 훅 디스패처 추가
|
||||
- TUI(헤드리스 터미널 대체)에서 선언적 흐름 실행
|
||||
|
||||
### 버그 수정
|
||||
- OUTPUT 훅 결과와 kickoff-completed 이벤트 동기화
|
||||
- null 리포지토리 에이전트 속성 수정
|
||||
- after_llm_call 훅이 네이티브 도구 실행을 방해하지 않도록 보장
|
||||
- 핸들러가 히스토리를 잘라낼 때 턴 응답의 중복 추가 방지
|
||||
- 도구 결과 캐싱을 기본값이 아닌 선택 사항으로 설정
|
||||
- 생성 시 작성된 도구 설명 재작성 중지
|
||||
- 에이전트 및 크루 결과에서 두 이름 아래의 토큰 사용량 노출
|
||||
- kickoff 결과에 대한 호출당 사용 메트릭 보고
|
||||
- route_turn()이 falsy를 반환할 때 이전 턴의 의도를 재생하지 않도록 중지
|
||||
|
||||
### 문서화
|
||||
- 실행 훅 그룹화 업데이트 및 모든 훅 컨텍스트 문서화
|
||||
|
||||
## 기여자
|
||||
|
||||
@joaomdmoura, @lorenzejay, @lucasgomide, @vinibrsl
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="2026년 7월 16일">
|
||||
## v1.15.3a2
|
||||
|
||||
|
||||
@@ -4,6 +4,40 @@ description: "Atualizações de produto, melhorias e correções do CrewAI"
|
||||
icon: "clock"
|
||||
mode: "wide"
|
||||
---
|
||||
<Update label="16 jul 2026">
|
||||
## v1.15.3
|
||||
|
||||
[Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/1.15.3)
|
||||
|
||||
## O que Mudou
|
||||
|
||||
### Funcionalidades
|
||||
- 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 limite de execução
|
||||
- Adicionar despachador de hook de interceptação genérico
|
||||
- Executar fluxos declarativos na TUI (fallback de terminal sem interface gráfica)
|
||||
|
||||
### Correções de Bugs
|
||||
- Sincronizar evento de kickoff-completed com o resultado do hook OUTPUT
|
||||
- Corrigir atributos de agente de repositório nulos
|
||||
- Garantir que os hooks after_llm_call não quebrem a execução de ferramentas nativas
|
||||
- Evitar duplicação da resposta da rodada quando um manipulador corta 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 criada 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 kickoff
|
||||
- Parar de reproduzir a intenção da rodada anterior quando route_turn() retorna um valor falso
|
||||
|
||||
### Documentação
|
||||
- Atualizar o agrupamento de hooks de execução e documentar todos os contextos de hooks
|
||||
|
||||
## Contribuidores
|
||||
|
||||
@joaomdmoura, @lorenzejay, @lucasgomide, @vinibrsl
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="16 jul 2026">
|
||||
## v1.15.3a2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user