v0.114.3
Robbyant/lingbot-mapv0.114.3Aug 28, 2026by ashrafchowdury
AI Summary
A refinement release fixing various UI glitches, improving session tab management, and enhancing the mobile file system experience.
Key Highlights
- Fix sessions rail grouping, filtering, and selection.
- Close other session tabs or the ones to the right.
- Stop streamed agent text landing in laggy word clumps.
- Mount DriveSessionProvider on `/m` so agent-files resolves.
New Features
- Collapse long user messages, and make jump-to-latest reliable.
- Give each agent its own icon and colour.
- Dock the agent question form above the composer.
- Stop re-reading a session's record log on every connect.
Full Release Notes
## What's Changed * [fix] Say that the approval checkbox auto-approves by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6308 * [fix] Keep the Templates strip header intact at narrow widths by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6325 * [fix] Clear the skill drawer's chrome and let its editors fill it by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6332 * [fix] Gate the instructions drawer's Save on a real edit by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6333 * [fix] scrolling on the Agents page by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6290 * [fix] Reconnect the playground session keyboard shortcuts by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6298 * [fix] Unstick the dictation mic and fix the garbled transcript by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6309 * fix(frontend): a backdrop click closes the drawer again by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6326 * [feat] Collapse long user messages, and make jump-to-latest reliable by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6303 * [fix] Switch organizations, not workspaces, in the mobile switcher [AGE-4181] by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6247 * [fix] Reach the project switcher on a phone [AGE-4197] by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6338 * [fix] Stop re-reading a session's record log on every connect [AGE-4189] by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6331 * [feat] Close other session tabs, or the ones to the right [AGE-4188] by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6330 * [fix] Cancel the run when you close its session tab [AGE-4189] by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6329 * [fix] Stop playground session tabs opening by themselves [AGE-4188] by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6328 * [fix] Stop streamed agent text landing in laggy word clumps by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6317 * [feat] Give each agent its own icon and colour, on desktop and /m by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6351 * [fix] Fix sessions rail grouping, filtering, and selection; mark automations by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6322 * [fix] Mount DriveSessionProvider on /m so agent-files resolves by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6307 * [fix] Open the real file from config Files instead of a stale mount path by @ardaerzin in https://github.com/Agenta-AI/agenta/pull/6304 * [fix] Capitalize integration category chips, not uppercase by @mmabrouk in https://github.com/Agenta-AI/agenta/pull/6358 * [feat] Dock the agent question form above the composer by @ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/6350 * [release] v0.114.3 by @github-actions[bot] in https://github.com/Agenta-AI/agenta/pull/6353 **Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.114.2...v0.114.3