fix(keyboard): synchronize adaptive field actions

Enable the correct host action immediately after keyboard edits and advance the shared build number to 75.
This commit is contained in:
Rocky
2026-08-16 14:22:48 +08:00
parent fb97ec2937
commit 805b01a68e
10 changed files with 227 additions and 64 deletions
@@ -186,9 +186,8 @@ final class AIKeyboardCoordinator {
requestInsertionFingerprint = nil
}
func sendCurrentFieldAction() {
guard state.assistantSendAvailable else { return }
state.assistantSendAvailable = false
func performCurrentFieldAction() {
guard state.assistantActionAvailable else { return }
if state.aiSession.canSend {
state.aiSession.markAnswerSent()
}