v0.114.5
Agenta-AI/agentav0.114.5Sep 2, 2026by ashrafchowdury
AI Summary
This release focuses on stabilizing frontend session management and improving mobile responsiveness. It includes fixes for navigation issues, UI layout adjustments, and API improvements for tracking session changes.
Key Highlights
- Fixed session list claiming issues and improved session tracking notifications.
- Enhanced mobile responsiveness by stopping keyboard shortcuts on touch-only devices.
- Improved UI layout for chat attachments and message queues across devices.
- Fixed redaction logic to preserve public values during processing.
New Features
- Align chat attachments to a shared card across desktop and mobile.
- Dock the message queue above the composer.
Full Release Notes
## What's Changed * fix(runner): preserve public values during redaction by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6406 * fix(frontend): stop the running-elsewhere strip promising progress it cannot see by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6462 * fix(frontend): open the overview from an agent card with no playground by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6433 * fix(frontend): hydrate the shared sessionAtom on /m by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6432 * fix(frontend): stop the session list claiming you have no sessions by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6430 * fix(frontend): stop advertising keyboard shortcuts to touch-only devices by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6434 * fix(api): tell open session lists when a session appears or leaves by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6426 * [fix] Treat the local host aliases as one host for OTLP ingest matching by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6392 * fix(frontend): keep the session title and actions reachable on a phone by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6429 * [fix] Open an agent on its overview from the sidebar [AGE-4216] by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6471 * [fix] Keep the composer dock above the transcript's bottom fade by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6469 * [fix] Keep the new session button next to the last session tab [AGE-4215] by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6435 * [feat] Align chat attachments to one shared card across desktop and mobile by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6413 * [feat] Dock the message queue above the composer by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6414 * [AGE-4208] fix(frontend): Put the approval card in plain language by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6455 * fix(frontend): Keep the agent session streaming when you navigate away by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/5862 * [fix] Unblock the v0.114.5 release CI: local-host alias contradiction and a quadratic regex by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6483 * fix(frontend): export MetricColumnDefinition and remove stale Playgro… by @shafeeq27edu-ai in https://github.com/Agenta-AI/agenta/pull/6080 * [release] v0.114.5 by @github-actions[bot] in https://github.com/Agenta-AI/agenta/pull/6447 **Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.114.4...v0.114.5