From 1e8cf82005cb0e2aeaffc464b3dd050874315c83 Mon Sep 17 00:00:00 2001 From: pashpashpash Date: Thu, 30 Apr 2026 18:31:04 -0400 Subject: [PATCH] docs(changelog): note native computer use host --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38076edbde4..006f59f784a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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