fix(clawsweeper): address review for automerge-openclaw-openclaw-75761 (1)

This commit is contained in:
clawsweeper
2026-05-02 22:10:30 +00:00
parent 714459a954
commit 774ce25b97

View File

@@ -89,7 +89,7 @@ Docs: https://docs.openclaw.ai
### Fixes
- Active Memory: fast-fail stalled zero-hit or unavailable memory search recall paths and suppress embedded timeout boilerplate so prompt context stays empty instead of surfacing diagnostic text. (#75761)
- 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.