Spaces:
Sleeping
Sleeping
File size: 25,150 Bytes
ce51e88 df78c68 c09a7e7 df78c68 9ad188a 535a98d 375924d df78c68 375924d ce51e88 375924d ce51e88 df78c68 375924d ce51e88 375924d ce51e88 df78c68 535a98d 375924d ce51e88 c09a7e7 375924d ce51e88 c09a7e7 535a98d ce51e88 c09a7e7 ce51e88 df78c68 ce51e88 ed5dd6f ce51e88 c09a7e7 ce51e88 df78c68 ce51e88 c09a7e7 ce51e88 c09a7e7 ce51e88 df78c68 c09a7e7 df78c68 c09a7e7 df78c68 c09a7e7 df78c68 ce51e88 df78c68 ce51e88 df78c68 ce51e88 375924d 535a98d df78c68 375924d df78c68 375924d df78c68 375924d df78c68 375924d df78c68 535a98d 375924d df78c68 c09a7e7 df78c68 c09a7e7 df78c68 375924d 535a98d 375924d df78c68 ce51e88 535a98d 375924d df78c68 ce51e88 df78c68 ce51e88 375924d 535a98d 375924d 535a98d 375924d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 | import { useState, useRef, useEffect, useCallback } from "react";
import type {
Affect,
Candidate,
ChatMessage,
LatencyLog,
SensingState,
} from "../types";
import {
pollEvals,
sendPick,
sendTurnaround,
streamChat,
streamRegenerate,
} from "../lib/api";
import { EvalPanel } from "./EvalPanel";
import { useVoice } from "../hooks/useVoice";
import { isVoiceCapable } from "../lib/voiceEligibility";
import { resolveIntent } from "../lib/resolveIntent";
const STRATEGY_LABELS: Record<string, string> = {
broad: "broad — all memories",
focused: "focused — top memory",
serendipitous: "serendipitous — other memory",
side_index: "like last time",
present_good: "feeling good",
present_fine: "doing okay",
present_rough: "not great",
pending: "",
};
interface Props {
userId: string | null;
personaName: string;
sensing: SensingState;
affectOverride: Affect | null;
onAirTextConsumed: () => void;
onHeadSignalConsumed: () => void;
messages: ChatMessage[];
setMessages: React.Dispatch<React.SetStateAction<ChatMessage[]>>;
onLatency: (latency: LatencyLog) => void;
backendReady: boolean;
}
const TURNAROUND_WINDOW_MS = 5000;
// Batches token deltas per (msgIdx, candIdx) and flushes them in a single
// setState call per animation frame. Streaming tokens at 30-60/s × 3 candidates
// otherwise causes a rerender per token. Non-token events (start/done/complete)
// flush the pending deltas first to preserve ordering.
//
// INVARIANT: keys are message indices into the messages[] array. Callers must
// ensure no message is inserted *before* a streaming message for the duration
// of its stream — appending to the end is fine, mid-list insert is not. Today
// every path appends to the end; if that changes, switch to a stable message
// id (e.g. the placeholder's runId or a freshly-minted uuid).
function useTokenBatcher(
setMessages: React.Dispatch<React.SetStateAction<ChatMessage[]>>,
) {
// Lazy-init refs to avoid allocating a fresh Map on every render.
const pending = useRef<Map<number, Map<number, string>> | null>(null);
if (pending.current === null) pending.current = new Map();
const rafId = useRef<number | null>(null);
const flush = useCallback(() => {
rafId.current = null;
const batch = pending.current;
if (!batch || batch.size === 0) return;
pending.current = new Map();
setMessages((prev) =>
prev.map((m, i) => {
const perCand = batch.get(i);
if (!perCand) return m;
const cands = [...(m.candidates ?? [])];
for (const [ci, delta] of perCand) {
if (cands[ci]) {
cands[ci] = { ...cands[ci], text: cands[ci].text + delta };
}
}
return { ...m, candidates: cands };
}),
);
}, [setMessages]);
const queueToken = useCallback(
(msgIdx: number, candIdx: number, delta: string) => {
const batch = pending.current!;
let perMsg = batch.get(msgIdx);
if (!perMsg) {
perMsg = new Map();
batch.set(msgIdx, perMsg);
}
perMsg.set(candIdx, (perMsg.get(candIdx) ?? "") + delta);
if (rafId.current === null) {
rafId.current = window.requestAnimationFrame(flush);
}
},
[flush],
);
const flushNow = useCallback(() => {
if (rafId.current !== null) {
window.cancelAnimationFrame(rafId.current);
rafId.current = null;
}
flush();
}, [flush]);
// Cancel any pending rAF on unmount — otherwise a persona switch mid-stream
// leaves a scheduled flush that calls setMessages against the new state.
useEffect(() => {
return () => {
if (rafId.current !== null) {
window.cancelAnimationFrame(rafId.current);
rafId.current = null;
}
pending.current = null;
};
}, []);
return { queueToken, flushNow };
}
export function ChatPanel({
userId,
personaName,
sensing,
affectOverride,
onAirTextConsumed,
onHeadSignalConsumed,
messages,
setMessages,
onLatency,
backendReady,
}: Props) {
const [input, setInput] = useState("");
const [loading, setLoading] = useState(false);
const [turnaroundLoading, setTurnaroundLoading] = useState(false);
const [regenerateLoading, setRegenerateLoading] = useState(false);
const { queueToken, flushNow } = useTokenBatcher(setMessages);
const [voiceText, setVoiceText] = useState<string | null>(null);
const [voiceNote, setVoiceNote] = useState<string | null>(null);
const voice = useVoice();
const micAvailable = isVoiceCapable(userId) && voice.supported;
const bottomRef = useRef<HTMLDivElement>(null);
const lastResponseTsRef = useRef<number>(0);
const lastTurnIdRef = useRef<number | null>(null);
// turn_id of the most recent turn that was already turned around — guards
// against the new turnaround bubble's own head-signal re-firing turnaround
// on itself.
const turnaroundConsumedTurnRef = useRef<number | null>(null);
const evalPollAbortsRef = useRef<Set<AbortController>>(new Set());
useEffect(() => {
bottomRef.current?.scrollIntoView({ behavior: "smooth" });
}, [messages]);
// Reset per-turn state when the persona changes (parent clears `messages`
// and resets the backend session — the frontend turn counter must follow).
useEffect(() => {
lastTurnIdRef.current = null;
turnaroundConsumedTurnRef.current = null;
lastResponseTsRef.current = 0;
evalPollAbortsRef.current.forEach((ac) => ac.abort());
evalPollAbortsRef.current.clear();
setVoiceText(null);
setVoiceNote(null);
}, [userId]);
useEffect(() => {
const active = evalPollAbortsRef.current;
return () => {
active.forEach((ac) => ac.abort());
active.clear();
};
}, []);
const startEvalPolling = useCallback(
(runId: string | null | undefined) => {
if (!runId) return;
const ac = new AbortController();
evalPollAbortsRef.current.add(ac);
void pollEvals(runId, { signal: ac.signal })
.then((scores) => {
if (ac.signal.aborted || !scores) return;
setMessages((prev) =>
prev.map((m) =>
m.runId === runId ? { ...m, evalScores: scores } : m
)
);
})
.finally(() => {
evalPollAbortsRef.current.delete(ac);
});
},
[setMessages]
);
const handleTurnaround = useCallback(
async (reason: "head" | "manual") => {
if (!userId || !backendReady || turnaroundLoading || loading) return;
const targetTurnId = lastTurnIdRef.current;
if (targetTurnId === null) return;
if (turnaroundConsumedTurnRef.current === targetTurnId) return;
turnaroundConsumedTurnRef.current = targetTurnId;
setTurnaroundLoading(true);
try {
const res = await sendTurnaround({
user_id: userId,
turn_id: targetTurnId,
head_signal: reason === "head" ? sensing.headSignal : null,
});
lastTurnIdRef.current = res.turn_id;
turnaroundConsumedTurnRef.current = res.turn_id;
setMessages((prev) => {
const next = [...prev];
for (let i = next.length - 1; i >= 0; i--) {
if (next[i].role === "aac_user" && !next[i].isTurnaround) {
next[i] = { ...next[i], rephrased: true, picked: true };
break;
}
}
next.push({
role: "aac_user",
content: res.response,
latency: res.latency,
affect: res.affect,
runId: res.run_id,
turnId: res.turn_id,
evalScores: null,
isTurnaround: true,
candidates: res.candidates ?? [],
picked: true,
});
return next;
});
onLatency(res.latency);
startEvalPolling(res.run_id);
// Do NOT advance lastResponseTsRef — keep the original turn's window so
// the user can't head-shake the turnaround itself into another loop.
} catch (e) {
setMessages((prev) => [
...prev,
{
role: "aac_user",
content: `Error rephrasing: ${
e instanceof Error ? e.message : "request failed"
}`,
isTurnaround: true,
},
]);
} finally {
if (reason === "head") onHeadSignalConsumed();
setTurnaroundLoading(false);
}
},
[
userId,
backendReady,
turnaroundLoading,
loading,
sensing.headSignal,
setMessages,
onLatency,
onHeadSignalConsumed,
startEvalPolling,
]
);
const handleRegenerate = useCallback(
async (msgIdx: number) => {
if (!userId || !backendReady || regenerateLoading || loading) return;
const msg = messages[msgIdx];
if (!msg || !msg.candidates || msg.picked || msg.turnId === undefined) return;
const currentRound = msg.candidates;
const priorRounds = msg.rejectedRounds ?? [];
const rejected_texts = [
...priorRounds.flat().map((c) => c.text),
...currentRound.map((c) => c.text),
];
setRegenerateLoading(true);
// Move the current round into rejectedRounds + clear candidates so the
// UI shows empty-card placeholders while streams fill in.
setMessages((prev) =>
prev.map((m, i) =>
i === msgIdx
? {
...m,
candidates: [],
rejectedRounds: [...priorRounds, currentRound],
picked: false,
}
: m,
),
);
const updateMsg = (
updater: (m: ChatMessage) => ChatMessage,
) => {
setMessages((prev) =>
prev.map((m, i) => (i === msgIdx ? updater(m) : m)),
);
};
try {
await streamRegenerate(
{
user_id: userId,
turn_id: msg.turnId,
rejected_texts,
},
(evt) => {
if (evt.type === "token") {
queueToken(msgIdx, evt.idx, evt.delta);
return;
}
flushNow();
if (evt.type === "candidate_start") {
updateMsg((m) => {
const cands = [...(m.candidates ?? [])];
while (cands.length <= evt.idx) {
cands.push({
text: "",
strategy: "pending",
grounded_buckets: [],
});
}
cands[evt.idx] = {
text: "",
strategy: evt.strategy,
grounded_buckets: evt.grounded_buckets,
};
return { ...m, candidates: cands };
});
} else if (evt.type === "candidate_done") {
updateMsg((m) => {
const cands = [...(m.candidates ?? [])];
if (cands[evt.idx]) {
cands[evt.idx] = { ...cands[evt.idx], text: evt.text };
}
return { ...m, candidates: cands };
});
} else if (evt.type === "complete") {
const res = evt.response;
lastTurnIdRef.current = res.turn_id;
updateMsg((m) => ({
...m,
content: res.response,
latency: res.latency,
affect: res.affect,
runId: res.run_id,
turnId: res.turn_id,
evalScores: null,
candidates: res.candidates ?? m.candidates ?? [],
picked: false,
}));
onLatency(res.latency);
startEvalPolling(res.run_id);
}
},
);
} catch (e) {
flushNow();
console.warn("streamRegenerate failed", e);
} finally {
setRegenerateLoading(false);
}
},
[
userId,
backendReady,
regenerateLoading,
loading,
messages,
setMessages,
queueToken,
flushNow,
onLatency,
startEvalPolling,
]
);
useEffect(() => {
if (
sensing.headSignal !== "HEAD_NOD_DISSATISFIED" &&
sensing.headSignal !== "HEAD_SHAKE"
) {
return;
}
// If the most recent AAC message has an open picker, head-signal means
// "regenerate" — the user hasn't committed, so there's nothing to
// "rephrase" yet.
let openPickerIdx = -1;
for (let i = messages.length - 1; i >= 0; i--) {
const m = messages[i];
if (m.role !== "aac_user") continue;
if (!m.picked && (m.candidates?.length ?? 0) > 1) openPickerIdx = i;
break;
}
if (openPickerIdx !== -1) {
handleRegenerate(openPickerIdx);
onHeadSignalConsumed();
return;
}
const targetTurnId = lastTurnIdRef.current;
const eligible =
targetTurnId !== null &&
turnaroundConsumedTurnRef.current !== targetTurnId &&
lastResponseTsRef.current > 0 &&
performance.now() - lastResponseTsRef.current <= TURNAROUND_WINDOW_MS;
if (eligible) {
handleTurnaround("head");
return;
}
// Not eligible — keep the chip visible briefly so the user can see that
// detection fired, then clear it. (Instant clear made detection invisible.)
const id = window.setTimeout(() => onHeadSignalConsumed(), 1500);
return () => window.clearTimeout(id);
}, [
sensing.headSignal,
handleTurnaround,
handleRegenerate,
onHeadSignalConsumed,
messages,
]);
async function handleSend() {
if (!input.trim() || !userId || !backendReady || loading) return;
const query = input.trim();
setInput("");
setLoading(true);
const airText = sensing.airWrittenText || null;
const vText = voiceText;
const resolved = resolveIntent(vText, airText);
// Push the partner bubble, and a placeholder AAC message we'll fill in
// progressively. We need the placeholder's index to target updates — use
// a ref captured from the setter so we don't rely on stale state.
let placeholderIdx = -1;
setMessages((prev) => {
const next = [
...prev,
{ role: "partner" as const, content: query },
{
role: "aac_user" as const,
content: "",
candidates: [] as Candidate[],
picked: false,
},
];
placeholderIdx = next.length - 1;
return next;
});
const updatePlaceholder = (
updater: (m: ChatMessage) => ChatMessage,
) => {
setMessages((prev) =>
prev.map((m, i) => (i === placeholderIdx ? updater(m) : m)),
);
};
try {
await streamChat(
{
user_id: userId,
query,
affect_override: affectOverride ?? sensing.affect,
gesture_tag: sensing.gestureTag,
gaze_bucket: sensing.gazeBucket,
air_written_text: airText,
head_signal: sensing.headSignal,
voice_text: vText,
resolved_intent: resolved.source === "none" ? null : resolved,
},
(evt) => {
if (evt.type === "token") {
queueToken(placeholderIdx, evt.idx, evt.delta);
return;
}
// Any non-token event must see the latest text — flush the queue first.
flushNow();
if (evt.type === "candidate_start") {
updatePlaceholder((m) => {
const cands = [...(m.candidates ?? [])];
while (cands.length <= evt.idx) {
cands.push({
text: "",
strategy: "pending",
grounded_buckets: [],
});
}
cands[evt.idx] = {
text: "",
strategy: evt.strategy,
grounded_buckets: evt.grounded_buckets,
};
return { ...m, candidates: cands };
});
} else if (evt.type === "candidate_done") {
updatePlaceholder((m) => {
const cands = [...(m.candidates ?? [])];
if (cands[evt.idx]) {
cands[evt.idx] = { ...cands[evt.idx], text: evt.text };
}
return { ...m, candidates: cands };
});
} else if (evt.type === "complete") {
const res = evt.response;
lastTurnIdRef.current = res.turn_id;
updatePlaceholder((m) => ({
...m,
content: res.response,
latency: res.latency,
affect: res.affect,
runId: res.run_id,
turnId: res.turn_id,
evalScores: null,
candidates: res.candidates ?? m.candidates ?? [],
picked: (res.candidates ?? []).length <= 1,
}));
onLatency(res.latency);
lastResponseTsRef.current = performance.now();
startEvalPolling(res.run_id);
}
},
);
} catch (e) {
flushNow();
updatePlaceholder((m) => ({
...m,
content: `Error: ${e instanceof Error ? e.message : "request failed"}`,
}));
} finally {
if (airText) onAirTextConsumed();
// Clear voice state unconditionally — a failed send shouldn't silently
// re-attach a stale transcript to the next turn. User can re-tap mic.
setVoiceText(null);
setVoiceNote(null);
setLoading(false);
}
}
const handlePick = useCallback(
async (msgIdx: number, candIdx: number) => {
const msg = messages[msgIdx];
if (!msg || !msg.candidates || !msg.runId || !userId) return;
if (msg.picked) return;
const picked = msg.candidates[candIdx];
if (!picked) return;
setMessages((prev) =>
prev.map((m, i) =>
i === msgIdx
? {
...m,
content: picked.text,
picked: true,
pickedIdx: candIdx,
}
: m
)
);
try {
await sendPick({
run_id: msg.runId,
user_id: userId,
picked_idx: candIdx,
});
} catch (e) {
console.warn("sendPick failed", e);
}
},
[messages, setMessages, userId]
);
const handleMic = useCallback(async () => {
if (!micAvailable || voice.listening) return;
setVoiceNote("Listening...");
try {
const cap = await voice.capture();
if (cap.transcript) {
setVoiceText(cap.transcript);
setVoiceNote(`Heard: "${cap.transcript}"`);
} else {
setVoiceNote("No speech detected.");
}
} catch (e) {
setVoiceNote(
`Mic error: ${e instanceof Error ? e.message : "failed"}`
);
}
}, [micAvailable, voice]);
const canTurnaround =
!!userId &&
backendReady &&
!loading &&
!turnaroundLoading &&
lastTurnIdRef.current !== null;
return (
<div className="chat-panel">
<div className="chat-header">
Talking as: {personaName || "select a persona"}
</div>
<div className="chat-messages">
{messages.map((msg, i) => {
const hasRegenerated = (msg.rejectedRounds?.length ?? 0) > 0;
const showPicker =
msg.role === "aac_user" &&
!msg.picked &&
!!msg.candidates &&
(msg.candidates.length > 1 || hasRegenerated);
if (showPicker) {
const priorRounds = msg.rejectedRounds ?? [];
return (
<div key={i} className="chat-bubble aac_user picker">
<span className="chat-role">
AAC User
<span className="badge badge-picker">
pick one ({msg.candidates!.length} options)
</span>
</span>
{priorRounds.map((round, ri) => (
<div key={`r${ri}`} className="candidate-list rejected-round">
<div className="rejected-round-label">
rejected round {ri + 1}
</div>
{round.map((cand, ci) => (
<div key={ci} className="candidate-card rejected">
<div className="candidate-strategy">
{STRATEGY_LABELS[cand.strategy] ?? cand.strategy}
</div>
<div className="candidate-text">{cand.text}</div>
</div>
))}
</div>
))}
<div className="candidate-list">
{msg.candidates!.map((cand, ci) => (
<button
key={ci}
type="button"
className="candidate-card"
onClick={() => handlePick(i, ci)}
disabled={regenerateLoading}
title="Click to send this one"
>
<div className="candidate-strategy">
{STRATEGY_LABELS[cand.strategy] ?? cand.strategy}
</div>
<div className="candidate-text">{cand.text}</div>
</button>
))}
<button
type="button"
className="candidate-card try-again"
onClick={() => handleRegenerate(i)}
disabled={regenerateLoading}
title="None of these fit — generate fresh options"
>
<div className="candidate-strategy">try again</div>
<div className="candidate-text">
{regenerateLoading
? "Regenerating…"
: "↻ None of these fit — try different angles"}
</div>
</button>
</div>
</div>
);
}
return (
<div
key={i}
className={`chat-bubble ${msg.role}${
msg.rephrased ? " rephrased" : ""
}${msg.isTurnaround ? " turnaround" : ""}`}
>
<span className="chat-role">
{msg.role === "partner" ? "Partner" : "AAC User"}
{msg.rephrased && (
<span className="badge badge-rephrased"> rephrased</span>
)}
{msg.isTurnaround && (
<span className="badge badge-turnaround"> ↻ turnaround</span>
)}
{msg.picked && msg.pickedIdx !== undefined && msg.candidates && msg.candidates[msg.pickedIdx] && (
<span className="badge badge-picked">
✓ {STRATEGY_LABELS[msg.candidates[msg.pickedIdx].strategy] ?? msg.candidates[msg.pickedIdx].strategy}
</span>
)}
</span>
<p>{msg.content}</p>
{msg.role === "aac_user" && msg.runId && userId && (
<EvalPanel
runId={msg.runId}
userId={userId}
latencyTotal={msg.latency?.t_total ?? 0}
evalScores={msg.evalScores ?? null}
/>
)}
</div>
);
})}
{turnaroundLoading && (
<div className="chat-bubble aac_user loading">
<span className="chat-role">AAC User</span>
<p>↻ Rephrasing...</p>
</div>
)}
<div ref={bottomRef} />
</div>
{micAvailable && voiceNote && (
<div className="voice-status" aria-live="polite">
{voiceNote}
</div>
)}
<div className="chat-input-row">
<input
type="text"
value={input}
onChange={(e) => setInput(e.target.value)}
onKeyDown={(e) => e.key === "Enter" && !e.shiftKey && handleSend()}
placeholder={backendReady ? "Type as the communication partner..." : "Waiting for backend to load models..."}
disabled={!userId || loading || !backendReady}
/>
<button onClick={handleSend} disabled={!userId || loading || !backendReady || !input.trim()}>
Send
</button>
{micAvailable && (
<button
type="button"
className={`mic-btn${voice.listening ? " listening" : ""}`}
onClick={handleMic}
disabled={!backendReady || loading || voice.listening}
title="Capture a short voice utterance — resolved against air-writing before sending"
>
{voice.listening ? "🎤 Listening…" : "🎤 Speak"}
</button>
)}
<button
type="button"
className="turnaround-btn"
onClick={() => handleTurnaround("manual")}
disabled={!canTurnaround}
title="Re-plan the last response (also triggered by a head shake / sharp nod)"
>
↻ Not quite right
</button>
</div>
</div>
);
}
|