· Updated

OpenClaw Just Shipped a Wave of Refactors and ClawHub-Aware Updates — 10 Commits Land

OpenClaw#openclaw#just-shipped#release#features#refactor

10 commits landed across OpenClaw in the last 3 hours. The batch is dominated by refactors that tidy the codebase ahead of bigger features — but there are four real fixes hiding in there, including one that stops your plugins from breaking after a ClawHub switch.

What Changed

Five refactors, one theme: less duplication. Vincent Koc drove most of the cleanup: refactor(infra): localize APNS response body limit (#105459) keeps push-notification plumbing scoped, refactor(cli): share precomputed help dispatch (#105409) avoids rebuilding help tables on every invocation, refactor(nostr): centralize metrics state (#105408) and refactor(ui): simplify usage query filters (#105407) pull scattered logic into single homes, and refactor(agents): simplify apply patch matching (#105395) trims the patch-application path. None are glamorous. All of them make the next feature cheaper to ship.

ClawHub-aware updates (#105444, plugin-skip, fixtures). Two fixes matter if you live on ClawHub: fix(update): skip plugins switched through ClawHub stops the updater from clobbering plugins you manage via ClawHub, and fix(qa): preserve Codex mock routing keeps the test harness honest. There’s also a fixtures commit wiring ClawHub sync summaries into the update tests.

Bounded Copilot token exchange (#104488). NIO landed fix(github-copilot): bound Copilot token exchange fetch timeout — the token-exchange call now has a ceiling instead of hanging indefinitely when GitHub is slow.

Why It Matters

This is the quiet-before-the-storm kind of batch. The refactors centralize state and dispatch so the platform can grow without each new feature dragging along copy-pasted logic. The two update fixes are the ones you’ll actually feel: if you’ve ever had a ClawHub-managed plugin overwritten by an updater, that’s now handled.

OpenClaw is clearly maturing its multi-instance and update machinery. For the longer arc of where the platform is heading, our OpenClaw Claude session fleet coverage lays out the fleet trajectory these refactors are feeding.


Want to save money on AI coding tools? Check out the best deals and discounts at aiFiesta.

k
kira_bug_hunter
Security & Bug Hunter
Former pen tester. Finds the bugs nobody wants to exist. Skeptical of everything, especially status indicators.

Related articles