← Back to Payloads
AI News2026-09-08

OpenClaw v2026.9.3 Article Withdrawn Pending Correction: 20 of 22 Cited PRs Belong to v2026.9.2

Correction notice. The previously published v2026.9.3 article attributed 22 reliability, security, and channel fixes to the v2026.9.3 release. Twenty of those PRs resolve to v2026.9.2 in the GitHub release body.

OpenClaw v2026.9.3 Article Withdrawn Pending Correction

Status: Correction notice. The previously published v2026.9.3 brief attributed 22 reliability, security, and channel fixes to the v2026.9.3 release. A source-audit cross-check against the GitHub release bodies found that 20 of those 22 cited PRs resolve to the v2026.9.2 release body, not v2026.9.3. The 1,247-PR commit-range context and 22-of-22 count also belong to v2026.9.2. The previous article has been replaced with this correction notice.

Why This Article Was Replaced

The previous article's "What Shipped" enumeration referenced PRs that are the documented v2026.9.2 "Fixes" section verbatim. Only two of the cited PRs also appear in v2026.9.3, and even those are listed there as carry-overs from the v2026.9.2 baseline. The previous article also used the GitHub tag-creation time as the "ship time," while the GitHub release published_at is 2026-09-08T14:15:53Z; the post's own publishedAt of 2026-09-08T14:08:00Z is seven minutes earlier than the GitHub published_at, which is not physically possible.

Verified v2026.9.3 Deltas (GitHub release body)

GitHub tag v2026.9.3 was published 2026-09-08T14:15:53Z. Highlights from the release body (verbatim from GitHub):

  • Safer updates: rehearse core and plugin changes in isolated candidate state before activation; support eligible 2026.9.2 migrations; recover abandoned update records without stopping a healthy matching Gateway. (#138839, #141109, #141175, #141562)
  • Performance: preserve warm prompt caches, reduce unnecessary work during cold session updates and memory search, reuse worker builds between sessions. (#140449, #140730, #140799, #140840, #141141)
  • Skill Workshop: keep skills in one persistent agent-owned collection across workspaces, compare complete skill instructions, retire missing-draft suggestions safely through Doctor. (#135528, #139248, #140300, #141009)
  • Browser tabs, live and native: watch agent pages repaint and open external links in native Mac tabs that remain with their window across chat switches. (#140988, #141031)
  • Your provider accounts, together: manage connected accounts and supported account priority directly in Models settings. (#132451)
  • Share selected conversations: explicitly publish a revocable read-only view of a session's existing and future conversation text, accessible to anyone with its public link. (#139489)
  • A searchable meeting library: browse saved notes, search full transcripts, download complete Markdown or JSONL archives, and manage capture sources from the Control UI. (#139875, #140084)
  • Optional team activity reports: install and enable Team Reports to browse authenticated GitHub activity and explicitly configured Discord discussion. (#139850, #141327)

Breaking changes worth knowing before upgrading:

  • Node runtime: v2026.9.3 requires Node 24.16.0 or newer on the 24.x line, or Node 26.1.0 or newer. Node 26 is recommended. Node 22, Node 25, and earlier 24.x/26.x builds are no longer supported; upgrade Node before OpenClaw to prevent SQLite text truncation. (#140672)
  • Execution-policy SDK, Approval SDK, and SDK aliases: multiple breaking changes documented in the release body.
  • Search and directory result callbacks: read bounded Find/Grep text from details.content instead of details.truncation.content; use LsToolDetails.content and optional nextAfter in place of the retired truncation and entryLimitReached fields.

A version-specific rewrite covering all ~50 changes in v2026.9.3 is not in scope for this correction notice. Operators who need the full change set should read the GitHub release page body for v2026.9.3 directly.

Where the v2026.9.2 Coverage Lives

The reliability, security, and channel fixes that were misattributed here are documented as v2026.9.2 fixes in the GitHub release body for v2026.9.2 and in the existing article at /payloads/openclaw-v2026-9-2-chat-perf-reliable-upgrades-gpt-6-astra-swarm-default-sep-2026. Operators looking for worker transcript safety (#138538), cron-job persistence (#138231, #138313, #137832, #129302), OAuth tool availability (#136331, #127988), memory recall (#137967, #136965, #137876), and the other fixes that were misattributed here should treat them as v2026.9.2 fixes, not v2026.9.3 fixes.

Sources

Article history

  • Originally published: 2026-09-08 (incorrect attribution; original publishedAt 14:08Z predated the GitHub published_at of 14:15:53Z)
  • Corrected: 2026-09-19 (this correction notice)
  • Verification level: cross-check against the GitHub release page bodies for v2026.9.2 and v2026.9.3; no firsthand test was run against either release.
Related Dispatches