v2.5.1
agno-agi/agnov2.5.1Feb 15, 2026by ashpreetbedi
AI Summary
This release introduces two new toolkits - CodingTools and UserFeedbackTools. Bug fixes address team member resolution, deprecated Tavily parameters, MCP transport compatibility, and FastEmbed caching.
Key Highlights
- Added CodingTools for code-related operations
- Added UserFeedbackTools for collecting user feedback
- Fixed team member resolution to prioritize explicit id over name
- Removed deprecated include_answer kwarg from TavilyTools
- Fixed MCP Transport to fail explicitly when header_provider is incompatible
- Cached FastEmbed model and reset reader state between calls for better performance
New Features
- CodingTools toolkit
- UserFeedbackTools toolkit
Full Release Notes
# Changelog ## New Features - **CodingTools**: New toolkit for code-related operations. - **UserFeedbackTools**: New toolkit for collecting user feedback. ## Bug Fixes - **Team Member Resolution**: Prioritize explicit `id` over `name` in `get_member_id` for more predictable member selection. - **TavilyTools**: Removed deprecated `include_answer` kwarg from search method. - **MCP Transport**: Fail explicitly when `header_provider` is incompatible with transport type. - **FastEmbed**: Cache FastEmbed model and reset reader state between calls for better performance. ## What's Changed * [fix] remove include_answer kwarg from tavily tool method by @mklrlnd424 in https://github.com/agno-agi/agno/pull/5755 * refactor: Fail explicitly when header_provider is incompatible with transport by @bhatt-neel-dev in https://github.com/agno-agi/agno/pull/5988 * fix: prioritize explicit id over name in get_member_id by @kausmeows in https://github.com/agno-agi/agno/pull/6336 * fix: Cache FastEmbed model and reset reader state between calls by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/6029 * test: improve test suite with rate-limit protection by @ashpreetbedi in https://github.com/agno-agi/agno/pull/6535 * cookbook: Restructure 02_agents into numbered directories with feature coverage by @ashpreetbedi in https://github.com/agno-agi/agno/pull/6536 * cookbook: Improve cookbook demo by @ashpreetbedi in https://github.com/agno-agi/agno/pull/6538 * cookbook: Make 03_teams fully testable and feature-complete by @ashpreetbedi in https://github.com/agno-agi/agno/pull/6557 * ci: add Claude Code workflow with code-review plugin by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/6560 * fix: use correct marketplace for code-review plugin by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/6562 * feat: add CodingTools, UserFeedbackTools, and demo cookbook updates by @ashpreetbedi in https://github.com/agno-agi/agno/pull/6572 * release: v2.5.1 by @ashpreetbedi in https://github.com/agno-agi/agno/pull/6576 ## New Contributors * @mklrlnd424 made their first contribution in https://github.com/agno-agi/agno/pull/5755 **Full Changelog**: https://github.com/agno-agi/agno/compare/v2.5.0...v2.5.1