docs: typography hygiene across 6 pages (channels/nodes/mac platforms) · openclaw/openclaw@6921a47
vincentkoc
·
2026-05-06
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,7 +16,7 @@ Audience: macOS app contributors. Goal: keep the voice overlay predictable when
|
16 | 16 | |
17 | 17 | ## Implemented (Dec 9, 2025) |
18 | 18 | |
19 | | -- Overlay sessions now carry a token per capture (wake-word or push-to-talk). Partial/final/send/dismiss/level updates are dropped when the token doesn’t match, avoiding stale callbacks. |
| 19 | +- Overlay sessions now carry a token per capture (wake-word or push-to-talk). Partial/final/send/dismiss/level updates are dropped when the token doesn't match, avoiding stale callbacks. |
20 | 20 | - Push-to-talk adopts any visible overlay text as a prefix (so pressing the hotkey while the wake overlay is up keeps the text and appends new speech). It waits up to 1.5s for a final transcript before falling back to the current text. |
21 | 21 | - Chime/overlay logging is emitted at `info` in categories `voicewake.overlay`, `voicewake.ptt`, and `voicewake.chime` (session start, partial, final, send, dismiss, chime reason). |
22 | 22 | |
@@ -35,7 +35,7 @@ Audience: macOS app contributors. Goal: keep the voice overlay predictable when
|
35 | 35 | 4. **Unified send path** |
36 | 36 | - On `endCapture`: if trimmed text is empty → dismiss; else `performSend(session:)` (plays send chime once, forwards, dismisses). |
37 | 37 | - Push-to-talk: no delay; wake-word: optional delay for auto-send. |
38 | | -- Apply a short cooldown to the wake runtime after push-to-talk finishes so wake-word doesn’t immediately retrigger. |
| 38 | +- Apply a short cooldown to the wake runtime after push-to-talk finishes so wake-word doesn't immediately retrigger. |
39 | 39 | 5. **Logging** |
40 | 40 | - Coordinator emits `.info` logs in subsystem `ai.openclaw`, categories `voicewake.overlay` and `voicewake.chime`. |
41 | 41 | - Key events: `session_started`, `adopted_by_push_to_talk`, `partial`, `finalized`, `send`, `dismiss`, `cancel`, `cooldown`. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。