Hi @vaiden,
This is a known issue that our team is actively investigating. The subagent window click behavior broke in recent builds — the button renders but the click doesn’t navigate to the subagent’s conversation. Your observation that the work still completes in the background is consistent with what we’re seeing: it’s purely a UI issue, not a problem with the subagent execution itself.
A couple of things that might help in the meantime:
-
Reload Window (
Cmd+Shift+P→ “Developer: Reload Window”) — some users have found this temporarily restores the click behavior for the current session -
If Reload Window doesn’t help, could you check the Developer Console (
Help > Toggle Developer Tools→ Console tab) for any red error messages when you click “Open”? That would help narrow down whether there’s a JavaScript error blocking the overlay
Also noting that you mentioned this happens in both the editor layout and the Agents window — that’s a useful data point for the fix.
You may also find this related thread helpful, which describes a similar pattern.