mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
* feat: display task name in verbose output - Modified event_listener.py to pass task names to the formatter - Updated console_formatter.py to display task names when available - Maintains backward compatibility by showing UUID for tasks without names - Makes verbose output more informative and readable 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * fix: remove unnecessary f-string prefixes in console formatter Remove extraneous f prefixes from string literals without placeholders in console_formatter.py to resolve ruff F541 linting errors. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>