docs(changelog): note native computer use host

This commit is contained in:
pashpashpash
2026-04-30 18:31:04 -04:00
parent 7d81a72937
commit 1e8cf82005

View File

@@ -8,6 +8,7 @@ Docs: https://docs.openclaw.ai
- Messages/docs: clarify that `BodyForAgent` is the primary inbound model text while `Body` is the legacy envelope fallback, and add Signal coverage so channel hardening patches target the real prompt path. Refs #66198. Thanks @defonota3box.
- Control UI/Usage: add UTC quarter-hour token buckets for the Usage Mosaic and reuse them for hour filtering, keeping the legacy session-span fallback for older summaries. (#74337) Thanks @konanok.
- Codex/macOS: route Computer Use through OpenClaw.app's native node-hosted MCP host, with Gateway loopback proxying and managed backend packaging, so Telegram/Discord Codex agents can use macOS permissions under the OpenClaw app identity instead of Codex owning the local helper process. (#74716) Thanks @pashpashpash.
### Fixes