You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET:
- Cache SessionUiApiImpl instance via Lazy<> instead of allocating on
every .Ui access
- Await command/elicitation handler calls instead of redundant
fire-and-forget (outer caller already fire-and-forgets)
- Use ElicitationRequestedDataMode enum for Mode instead of string
Go:
- Handle SessionEventTypeCapabilitiesChanged in handleBroadcastEvent
to update session capabilities when other clients join/leave with
elicitation handlers
- Add test verifying capabilities.changed event updates session
0 commit comments