Three capabilities land on the agent chat surface in this release, each addressing a different part of the conversation and session-management workflow.
Hand-off log tree
- Segmented by delegation. The execution log is divided into sections at each agent hand-off, showing which agent produced which part of the trace in the order they ran.
- Per-segment timing. Each section carries an elapsed time, so a slow delegation is visible at a glance without reading through individual tool-call timestamps.
@ agent selector
- Inline targeting. Typing
@in the chat input opens a picker that lists available agents and skills. Selecting one routes the message to that target without leaving the input. - Skill tooltips. Each skill entry shows a short description, so the operator can confirm the right capability before submitting.
AI file library
- Infinite scroll with server-side search. The sidebar chat now includes a file library panel. Files are fetched with pagination and search executes server-side, so the panel handles large libraries without loading everything into the browser.
- Consistent file type display. File entries use a unified icon set across all supported types.
All three changes ship in the same build and are available immediately after upgrade. No configuration changes are required.