






















@@ -23,6 +23,8 @@ Docs: https://docs.openclaw.ai
2323- Plugins: externalize the GitHub Copilot agent runtime as the official `@openclaw/copilot` plugin with npm and ClawHub publish metadata.
2424- iOS: add hosted push relay defaults, realtime Talk playback, and a guarded WebSocket ping path for more reliable mobile sessions. (#88096, #88105, #88231)
2525- Workboard: add orchestration primitives and agent coordination tools for multi-agent planning and run tracking. (#87469)
26+- Code mode: add internal namespaces for scoped agent/global sessions and exact namespace tool dispatch. (#88043)
27+- Control UI: add a Dreaming-tab agent selector and propagate the selected agent through Dreaming status, diary, and diary actions. (#78748) Thanks @stevenepalmer.
2628- Plugins: add a SecretRef provider integration manifest contract and extract shared LLM core packages for provider/plugin reuse. (#82326, #88117)
2729- Skills: add the core skills index and centralize skills runtime loading, status, filtering, and prompt formatting.
2830@@ -35,6 +37,7 @@ Docs: https://docs.openclaw.ai
3537- Providers: cap GitHub Copilot OAuth request timeouts before creating abort signals.
3638- Cron: retry recurring jobs after transient model rate limits before waiting for the next scheduled slot.
3739- Agents/Codex: keep live session locks during cleanup, recover interrupted CLI tool transcripts, preserve Codex auth and compaction session identity, clear orphan tool state, cap app-server idle timers, and keep media completion delivery retryable. (#88129, #88136, #88141, #88162, #88182)
40+- Chat/UI: show Gateway chat failures as visible assistant messages in the Control UI instead of only setting an invisible error state.
3841- Channels: cap Telegram, Discord, WhatsApp, Signal, Feishu, Google Chat, Microsoft Teams, QQBot, Nostr, Zalo, Zalouser, and Nextcloud-style request/retry timers; preserve SMS approval reply routes; and retry WhatsApp QR login 408 timeouts. (#88183)
3942- Security/config parsing: reject unsafe OAuth/token lifetimes, retry-after delays, inbound timestamps, response body sizes, command timeout config, sandbox observer token TTLs, and gateway WebSocket calls after close.
4043- Providers/media: cap local service, model, usage, queue, generated media, TTS, music, workflow polling, and provider OAuth request timers across hosted and local providers.
@@ -55,7 +58,7 @@ Docs: https://docs.openclaw.ai
5558- CI/tooling: honor option terminators in the memory FD repro script so follow-on arguments are not reparsed.
5659- Release/CI/E2E: honor option terminators across release, Parallels smoke, plugin gauntlet, and extension-memory scripts.
5760- Performance: skip declaration bundling for runtime-only CLI startup and gateway watch build profiles.
58-- Performance: reuse prepared provider handles, strict tool schemas, gateway runtime metadata, session maintenance config, plugin metadata, bundled skill allowlists, package-local plugin artifacts, and single-entry store writes.
61+- Performance: reuse prepared provider handles, strict tool schemas, gateway runtime metadata, session maintenance config, plugin metadata, bundled skill allowlists, package-local plugin artifacts, single-entry store writes, and validated/serialized session prompt blobs.
59626063## 2026.5.28
6164此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。