Summary
The v2026.2.23 release notes reference PR #17470 (per-agent params overrides for cacheRetention), but the npm package published as openclaw@2026.2.23 (build b817600) does not include this feature. The schema rejects agents.list[].params as an unrecognized key.
Steps to reproduce
npm i -g openclaw@2026.2.23
openclaw config set agents.list.0.params.cacheRetention short
- Error:
Config validation failed: agents.list.0: Unrecognized key: "params"
openclaw doctor --fix also strips the key if added manually to openclaw.json.
Expected behavior
The key should be accepted per PR #17470 (commit 160bd61).
Environment
openclaw --version: 2026.2.23
- Build hash: b817600
- Platform: Linux (WSL2)
- Node: 24.13.1