Commit 683ad75
authored
fix(talk): stabilize realtime voice consults
Stabilize realtime Talk playback, transcript ordering, and consult routing across Android, Web, and the gateway relay.
- serialize Android realtime playback and transcript updates
- add opt-in forced consult routing for Talk realtime sessions
- keep web/gateway consult turns behind OpenClaw results with ordered transcript bubbles
- document the new `talk.realtime.consultRouting` config and keep prompt wording generic
Co-authored-by: VACInc <[email protected]>1 parent 29118a0 commit 683ad75
38 files changed
Lines changed: 2228 additions & 114 deletions
File tree
- apps/android/app/src
- main/java/ai/openclaw/app
- gateway
- voice
- test/java/ai/openclaw/app
- gateway
- voice
- docs
- gateway
- nodes
- src
- config
- gateway
- server-methods
- talk
- ui/src
- styles/chat
- ui
- chat
- views
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
| |||
Lines changed: 26 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
384 | 386 | | |
385 | 387 | | |
386 | 388 | | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
387 | 405 | | |
388 | 406 | | |
389 | 407 | | |
| |||
475 | 493 | | |
476 | 494 | | |
477 | 495 | | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
478 | 501 | | |
479 | 502 | | |
480 | 503 | | |
| |||
519 | 542 | | |
520 | 543 | | |
521 | 544 | | |
522 | | - | |
| 545 | + | |
523 | 546 | | |
524 | 547 | | |
525 | 548 | | |
| |||
531 | 554 | | |
532 | 555 | | |
533 | 556 | | |
| 557 | + | |
534 | 558 | | |
535 | 559 | | |
536 | 560 | | |
| |||
546 | 570 | | |
547 | 571 | | |
548 | 572 | | |
| 573 | + | |
549 | 574 | | |
550 | 575 | | |
551 | 576 | | |
| |||
0 commit comments