Cmd-clicking a sidebar conversation can open on the wrong backend
#1422 aperta il 18 giu 2026
Metriche repository
- Star
- (43 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Problem
When a user cmd-clicks / ctrl-clicks a conversation in the conversations sidebar to open it in a new browser tab, the new tab is not guaranteed to stay on the backend that owns that conversation.
If the new tab initializes with a different selected backend, it attempts to load the conversation ID against that backend and shows conversation not found.
Expected behavior
Opening a conversation from the sidebar in a new tab should preserve the selected backend identity in the URL or navigation target, so the new tab resolves the conversation against the same backend as the originating tab.
Notes
This affects multi-backend Agent Canvas setups where conversations are scoped to specific backends. The fix should cover normal click and modified-click/new-tab browser behavior.