What's Changed
- fix: transcript window not displaying live utterances (#175) — The full transcript window was empty because
TranscriptWindowViewreadTranscriptStoreindirectly through anonisolated,@ObservationIgnoredproperty, so SwiftUI's observation tracking never picked up changes. Fixed by injectingTranscriptStoredirectly into the environment.
Full Changelog: v1.29.2...v1.29.3