chore(release): bump version to 1.6.5 (build 51)

Ship automatic low-profile PiP keep-alive so background dictation stays ready without visible startup UI or idle audio work.
This commit is contained in:
Rocky
2026-08-06 21:39:31 +08:00
parent 9b02e8948c
commit 77504facc8
10 changed files with 193 additions and 110 deletions
@@ -259,8 +259,8 @@ final class FlowHandoffPolicyTests: XCTestCase {
// MARK: - debouncer + proactive launch flag
func testProactiveAutoLaunchDisabled() {
XCTAssertFalse(FlowHandoffPolicy.allowsProactiveHostAutoLaunch)
func testProactiveAutoLaunchEnabledForLowProfilePiP() {
XCTAssertTrue(FlowHandoffPolicy.allowsProactiveHostAutoLaunch)
}
func testDebouncerIgnoresSingleDeadSample() {