chore(sync): mirror docs from openclaw/openclaw@da773175f2
This commit is contained in:
parent
86a6b04a18
commit
77645570c8
@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "openclaw/openclaw",
|
||||
"sha": "b7c8c53af20fbe63dd2ff1237b492108cdd01895",
|
||||
"syncedAt": "2026-04-25T00:18:01.760Z"
|
||||
"sha": "da773175f2eb0897b36dcae36c40ba9f0500259f",
|
||||
"syncedAt": "2026-04-25T00:21:03.627Z"
|
||||
}
|
||||
|
||||
@ -156,6 +156,10 @@ Cron jobs panel notes:
|
||||
- `chat.history` also strips display-only inline directive tags from visible assistant text (for example `[[reply_to_*]]` and `[[audio_as_voice]]`), plain-text tool-call XML payloads (including `<tool_call>...</tool_call>`, `<function_call>...</function_call>`, `<tool_calls>...</tool_calls>`, `<function_calls>...</function_calls>`, and truncated tool-call blocks), and leaked ASCII/full-width model control tokens, and omits assistant entries whose whole visible text is only the exact silent token `NO_REPLY` / `no_reply`.
|
||||
- `chat.inject` appends an assistant note to the session transcript and broadcasts a `chat` event for UI-only updates (no agent run, no channel delivery).
|
||||
- The chat header model and thinking pickers patch the active session immediately through `sessions.patch`; they are persistent session overrides, not one-turn-only send options.
|
||||
- When fresh Gateway session usage reports show high context pressure, the chat
|
||||
composer area shows a context notice and, at recommended compaction levels, a
|
||||
compact button that runs the normal session compaction path. Stale token
|
||||
snapshots are hidden until the Gateway reports fresh usage again.
|
||||
- Talk mode uses a registered realtime voice provider that supports browser
|
||||
WebRTC sessions. Configure OpenAI with `talk.provider: "openai"` plus
|
||||
`talk.providers.openai.apiKey`, or reuse the Voice Call realtime provider
|
||||
|
||||
Loading…
Reference in New Issue
Block a user