v0.110.0

biomejs/biomev0.110.0Aug 7, 2026by mmabrouk

AI Summary

This release focuses on stabilizing the SDK and frontend by fixing regressions related to agent commits and the playground UI auto-refresh. It enhances security by implementing server-side secret scanning in the CI pipeline for every push and pull request. Additionally, it resolves visual inconsistencies with the website favicon.

Key Highlights

  • Fix SDK regression for playground auto-refresh after agent commit
  • Fix build-an-agent skill teaching deprecated commit shape
  • Implement server-side secret scan on every push and pull request
  • Match website favicon.svg artwork to the rest of the icon set

New Features

  • Server-side secret scanning in CI
  • Fix for SDK auto-refresh regression
  • Fix for deprecated commit shape teaching

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