v0.85.3
Agenta-AI/agentav0.85.3Feb 10, 2026by bekossy
AI Summary
This release focuses on bug fixes and SDK improvements, specifically enhancing observability metrics and fixing UI rendering issues in trace drawers. It introduces flags support to the SDK via an OpenAPI extension for better chat detection.
Key Highlights
- Fix observability metrics display names
- Fix TraceDrawer parameter display issues
- Add flags support and x-agenta-flags OpenAPI extension for SDK chat detection
- Fix tenant isolation in open/close runs
- Fix defensive checks for missing projectId in vault API calls
New Features
- SDK flags support via OpenAPI extension
Full Release Notes
## What's Changed * [release] v0.85.2 by @github-actions[bot] in https://github.com/Agenta-AI/agenta/pull/3695 * fix(observability): Use display name for evaluator metrics by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/3693 * fix(TraceDrawer): resolve parameter display issue in input view by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/3688 * fix: add to testset with multiple spans rendering by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/3677 * feat(sdk): add flags support and x-agenta-flags OpenAPI extension for chat detection by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/3622 * Fix/embedding traces UI by @Vishesh-Paliwal in https://github.com/Agenta-AI/agenta/pull/3665 * chore: remove old human evaluation dead code by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/3669 * docs: add Vishesh-Paliwal as a contributor for code by @allcontributors[bot] in https://github.com/Agenta-AI/agenta/pull/3699 * [fix]: playground chat issues by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/3667 * [AGE-2944] fix(frontend): add defensive checks for missing projectId in vault API calls by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/3634 * [chore] Run global ruff check fix and Add ruff check to pre-commit hooks by @jp-agenta in https://github.com/Agenta-AI/agenta/pull/3697 * docs: update roadmap with new in-progress items by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/3707 * [fix] Resolve tenant isolation in open/close runs by @junaway in https://github.com/Agenta-AI/agenta/pull/3708 ## New Contributors * @Vishesh-Paliwal made their first contribution in https://github.com/Agenta-AI/agenta/pull/3665 **Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.85.2...v0.85.3