v0.106.2

Agenta-AI/agentav0.106.2Aug 1, 2026by mmabrouk

AI Summary

Focuses on frontend stability and refactoring, splitting complex components into hooks and views, and fixing issues with session state and file uploads.

Key Highlights

  • Split AgentConversation and DriveExplorer into hooks and views
  • Fixed agent sessions breaking when open in two places
  • Improved file upload handling (drag-to-attach, folder contents)

New Features

  • Component splitting (Hooks/Views)
  • Session stability fixes
  • Enhanced file upload handling

Full Release Notes

## What's Changed
* Enhance README with badges and links by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/5583
* [chore] Move agent skills from agents/ to canonical .agents/ by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/5603
* [refactor]: removed session dump files from root by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/5602
* [fix] Release the scroll guard when a transcript node swap cancels a pin by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/5605
* [fix] Stop trigger edit forms hydrating from stale cached details by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/5606
* [fix] Rebase #5589 onto #5569 and fix the two blocking review findings by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/5608
* [fix] Stop agent sessions breaking when open in two places [AGE-4004] by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/5589
* [chore] Split AgentConversation into hooks and views by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/5569
* [chore] Split DriveExplorer into hooks and views by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/5570
* [chore] Split the trigger drawers and management section by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/5571
* [chore] Split PlaygroundConfigSection by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/5572
* [5528] test(frontend): run web/oss unit tests in CI by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/5567
* [AGE-4019] fix(frontend): Stop onboarding playground polling /sessions/query with a non-UUID scope by @bekossy in https://github.com/Agenta-AI/agenta/pull/5577
* [5578] fix(frontend): Restore the Remove action in the members row menu by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/5584
* [5575] fix(sdk): Make the sandbox-refused error slug provider-neutral by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/5585
* [5566] fix(ci): Fail the Railway preview bootstrap when a service is missing by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/5588
* [release] v0.106.2 by @github-actions[bot] in https://github.com/Agenta-AI/agenta/pull/5586


**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.106.1...v0.106.2