Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: Does not appear to be version specific
- OS Version: n/a
When examining our data for GPT-5, the chat/agent mode events that have a Properties.type or Properties.responsetype of "unknown" only emit /panel.request events and never /response events. This event appears to correspond to the 'Sorry, no response was returned' message. For other models it ranges from 10-40% of turns not having /response events for this error case.
I'm assuming this a bug, but please let me know if this is by design. We use the /response events for counting turn failures, so this is a blind spot at the moment (I plan to update our logic to use /panel.request events for 'unknown' cases to account for this in the meantime).
FYI @isidorn / @roblourens