Conversation
Date the accumulated release notes, leave a fresh Unreleased section, and replace the obsolete claim that the packaged Windows app has never been launched with the narrower hardware verification boundary.
Speech-recognition clients surface a blank transcript as ProviderError.emptyOutput so real dictations cannot disappear silently. The silence harness exists specifically to expect that result and must classify it the same way ProviderProbe does, rather than reporting every correct recognizer response as an error.
|
Superseded by main. Three of the five commits here are now on main by cherry-pick — The two left behind were both aimed at the same release failure, and neither was its cause:
The actual cause was the line after the signature greps: |
Summary
Verification
swift test --filter DoNotTypeCoreTests(481 passed, 4 unavailable local audio fixtures skipped)dotnet test windows/DoNotType.Core.Tests/DoNotType.Core.Tests.csproj -c Release --no-restore(410 passed)dotnet build windows/DoNotType.slnx -c Release --no-restoredotnet format windows/DoNotType.slnx --no-restore --verify-no-changescd android && ./gradlew testcd android && ./gradlew lint assembleDebug --no-daemonshellcheck -x scripts/*.sh eval/*.shactionlint -no-colorThe existing uncommitted Android dictation-screen work is intentionally outside this branch; it is incomplete and remains preserved in the main worktree.