Support deep links to Agent Host sessions and individual chats in the Agents Window.
Verification:
- In an Agent Host session, use prompts such as:
- Current session link:
Give me a link to the current session.
- Chat-specific link:
Create another chat in this session for a different approach and give me the link to that chat.
- The first prompt should use
get_current_session and surface a session link. The second should use create_chat and surface a link containing the new chat target.
- Verify session links and chat links render as distinct pills with meaningful labels.
- Using a screen reader or accessibility inspection, verify each pill has an accessible label that identifies whether it targets a session or a chat.
- Activate the session pill and verify it opens the correct target session.
- Activate the chat pill and verify it opens the exact target chat, not merely the session’s default or currently active chat.
- Repeat while another session is active and verify both links still navigate to the correct targets.
Implemented by #331492.
Support deep links to Agent Host sessions and individual chats in the Agents Window.
Verification:
Give me a link to the current session.Create another chat in this session for a different approach and give me the link to that chat.get_current_sessionand surface a session link. The second should usecreate_chatand surface a link containing the new chat target.Implemented by #331492.