From e5ea3f1a7a4e84f55422c426b6471179d23b2c53 Mon Sep 17 00:00:00 2001 From: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 22:16:31 +0000 Subject: [PATCH] fix(clawsweeper): reconcile automerge-openclaw-openclaw-75761 with main (1) --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f53986b92d6..fcfff845c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,7 +89,6 @@ Docs: https://docs.openclaw.ai ### Fixes -- Active Memory: fast-fail unavailable memory search recall paths and suppress embedded timeout boilerplate so prompt context stays empty instead of surfacing diagnostic text. (#75761) - Codex/app-server: resolve managed binaries from bundled `dist` chunks and from the `@openai/codex` package bin when installs do not provide a nearby `.bin/codex` shim, avoiding false missing-binary startup failures. - Plugins/ClawHub: use the ClawHub artifact resolver response as the install decision before downloading, keeping legacy ZIP fallback and future ClawPack npm-pack installs on the same explicit resolver path. Thanks @vincentkoc. - Plugins/ClawHub: keep bare plugin package specs on npm for the launch cutover and reserve ClawHub resolution for explicit `clawhub:` specs until ClawHub pack readiness is deployed. Thanks @vincentkoc.