mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +00:00
- Add language-agnostic tool name matching in ToolUsage._select_tool() - Support stable identifiers (delegate_work, ask_question) in addition to English names - Update delegation counting to recognize short identifiers - Update short-term memory filter to skip delegation actions with any alias - Add comprehensive unit tests for language-agnostic matching - Fixes issue #3925 where hierarchical process fails with non-English prompts Co-Authored-By: João <joao@crewai.com>