v0.103.2

lsdefine/GenericAgentv0.103.2Jun 11, 2026by bekossy

AI Summary

This release improves the SDK by allowing code evaluators to return multiple metrics and refactors the frontend to decouple playground chat behavior from the app's chat flag. It also migrates the changelog to a paginated blog format.

Key Highlights

  • SDK: Code evaluators return multiple metrics as a dict
  • Frontend: Playground chat behavior decoupled from is_chat flag
  • Changelog migrated to paginated blog entries
  • Fix to show evaluator names instead of 'default' in tables

New Features

  • SDK: Code evaluators return multiple metrics as a dict
  • Frontend: Decouple playground chat behavior from the app is_chat flag
  • Frontend: Make collapse headers sticky in PrettyJsonView

Full Release Notes

## What's Changed
* [release] v0.103.1 by @github-actions[bot] in https://github.com/Agenta-AI/agenta/pull/4611
* Migrate changelog from single file to paginated blog entries by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/4613
* chore: remove QA scratch files by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/4632
* chore(agents): add a What to QA section to the write-pr-description skill by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/4635
* feat(sdk): let code evaluators return multiple metrics as a dict by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/4626
* fix(frontend): show the evaluator name instead of 'default' in tables by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/4634
* feat(frontend): decouple playground chat behavior from the app is_chat flag by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/4609
* [AGE-3766] feat(frontend): Make collapse headers sticky in PrettyJsonView by @Sanket2329 in https://github.com/Agenta-AI/agenta/pull/4587
* docs: add Sanket2329 as a contributor for code by @allcontributors[bot] in https://github.com/Agenta-AI/agenta/pull/4640

## New Contributors
* @Sanket2329 made their first contribution in https://github.com/Agenta-AI/agenta/pull/4587

**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.103.1...v0.103.2