1.0.0-beta.7 (2026-09-03)
Features Added
- Added application-owned target-turn tracing for Voice handlers.
VoiceSession.StartTurncreates a mockableVoiceTurnTraceparented to the
physical Voice connection; applications activate it around model/tool work and
complete it once with an immutable, content-freeVoiceTurnResult. The relay
does not infer target outcomes from sent messages or connection termination. - Added the experimental typed Voice Live Bridge Protocol 1.0 relay.
VoiceHandlerdispatches
immutable inbound events,VoiceSession.SendAsyncserializes explicit outbound
messages, andAddVoice<THandler>()/VoiceServer.Run<THandler>()reuse the
existing/invocations_wstransport without owning application lifecycle state.
Consumers acknowledge this preview surface with theAAAS001diagnostic.