v0.87.1
Agenta-AI/agentav0.87.1Feb 26, 2026by junaway
AI Summary
Patch release focused on bug fixes, documentation improvements, and a new observability feature. Includes security fix for jinja2 SSTI testing and refreshed LLM model support.
Key Highlights
- Added lexicographic string range filters for observability
- Fixed jinja2 SSTI test using mock instead of caplog
- Refreshed supported LLM model list with litellm validation
- Fixed duplicate SEO title tags in documentation
- Widened playground variant selector dropdown
New Features
- Lexicographic string range filters for observability
- Refreshed LLM model list with litellm validation
Full Release Notes
## What's Changed * fix(docs): resolve duplicate SEO title tags by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/3841 * Fix/template substitution logic by @Vishesh-Paliwal in https://github.com/Agenta-AI/agenta/pull/3709 * ci(docs): add daily cron workflow to update API reference docs by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/3848 * [3845] feat(observability): support lexicographic string range filters by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/3846 * fix(frontend): widen playground variant selector dropdown by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/3844 * [3838] feat(sdk): refresh supported LLM model list and add litellm validation test by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/3839 * fix(SDK): fix jinja2 SSTI test using mock instead of caplog by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/3851 **Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.87.0...v0.87.1