Expand onboarding and adaptive keyboard intelligence

Add resilient usage analytics, OOBE gateway flows, clipboard semantic ranking, purchase recovery, style learning, and managed current-information search.
This commit is contained in:
Rocky
2026-08-22 16:33:18 +08:00
parent ac374631ae
commit e5a83843db
162 changed files with 23574 additions and 1013 deletions
+5
View File
@@ -5,6 +5,11 @@ import Foundation
struct MacDictationResult: Sendable, Equatable {
let text: String
/// Corrected ASR transcript before LLM polishing; never shown in History.
let prePolishText: String
/// Exact style metadata returned by the successful polish request.
let polishStyleID: String?
let polishStylePrompt: String?
/// Shown when DeepSeek / cloud polish failed but raw ASR was delivered.
let polishWarning: String?
/// Non-fatal per-chunk ASR issues from long utterance chunking.