feat(keyboard): add clipboard AI skills, hint keywords, and voice session fixes
Idle chips show entities with category icons; a fresh copy surfaces Reply/Summarize/Translate; abort/cancel/empty-tap no longer leave the mic stuck.
This commit is contained in:
@@ -161,7 +161,7 @@ public struct AISessionState: Equatable, Sendable {
|
||||
/// replace the previous committed `answer` until `receiveAnswer`.
|
||||
public mutating func receivePartialAnswer(_ text: String, utteranceID: UUID) {
|
||||
guard isActive, activeUtteranceID == utteranceID else { return }
|
||||
if phase == .recognizing {
|
||||
if phase == .recognizing || phase == .preparing {
|
||||
phase = .generating
|
||||
}
|
||||
guard phase == .generating else { return }
|
||||
|
||||
Reference in New Issue
Block a user