v0.110.0
Agenta-AI/agentav0.110.0Aug 7, 2026by mmabrouk
AI Summary
A maintenance release focusing on SDK stability and CI/CD security. It fixes regressions in agent configuration and introduces server-side secret scanning.
Key Highlights
- Fixes SDK auto-refresh after agent commit.
- Fixes the build-an-agent skill deprecated commit shape issue.
- Introduction of server-side secret scanning on every push.
- Updated website favicon consistency.
New Features
- SDK auto-refresh regression fix
- Build-an-agent skill fix
- Server-side secret scanning CI
- Favicon consistency fix
Full Release Notes
## What's Changed * [release] v0.109.1 by @github-actions[bot] in https://github.com/Agenta-AI/agenta/pull/5737 * fix(frontend): match website favicon.svg artwork to the rest of the icon set by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/5743 * fix(sdk): playground auto-refresh after an agent commit (regression from the migration) by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/5805 * fix(sdk): the build-an-agent skill stops teaching the deprecated commit shape when ordered operations are on by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/5808 * ci: server-side secret scan on every push and pull request by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/5804 * [release] v0.110.0 by @github-actions[bot] in https://github.com/Agenta-AI/agenta/pull/5742 **Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.109.1...v0.110.0