By devasher · Edited by Nominiclaw
This digest covers critical bugs in session recovery and Codex runtime registration, alongside emerging themes in channel-specific routing and memory-wiki discoverability.
Recent activity in the OpenClaw repository reveals several critical stability and routing issues, particularly affecting the Codex runtime and various channel integrations.
2026.5.12 causes Codex-primary agents to fail with Requested agent harness "codex" is not registered (#83062). This is attributed to a naming mismatch where the resolver looks for codex while the runtime registers as openai-codex.2026.5.18, where chrome-devtools-mcp sidecars accumulate under the gateway and are not properly reaped, driving cgroup memory growth (#84413).message tool may route replies to the webchat UI instead of the originating channel (e.g., Signal) if the currentChannelProvider has drifted to webchat (#82911)./approve commands on WhatsApp fail to resolve exec approvals, even though the same IDs work on Telegram, suggesting a visibility mismatch in the approval-runtime client path (#84456).Many of the current high-severity issues stem from the refactoring of the Codex runtime. This includes the harness registration mismatch (#83062), the onboarding drift that routes users to the unstable PI path instead of the app-server (#82978), and the nested sandbox failures when running Codex inside Docker (#83018).
There is a recurring theme of "context drift" where the gateway loses track of the correct delivery channel. This is seen in the message tool routing bug (#82911) and the subagent announce delivery issue where results are sent to parallel channel sessions instead of the originating parent session (#80201).
Several reports highlight "dark capabilities"—features that exist but are unreachable. Examples include the canvas skill lacking YAML frontmatter (#83036) and the memory-wiki linting rules conflicting with the intent of the sources/ directory (#69700).
codex and openai-codex to restore functionality for Codex-primary agents (#83062).chrome-devtools-mcp processes to prevent gateway memory exhaustion (#84413).message tool prefers session-key inferred delivery over the potentially stale currentChannelProvider (#82911).canvas skill is a low-effort, high-impact fix for discoverability (#83036).list alias for openclaw sessions would align it with other CLI parent commands (#81139).