Skip to content

v2026.2.23 changelog lists features not present in published npm build (b817600) #25903

@moliendocode

Description

@moliendocode

Summary

The v2026.2.23 release notes reference PR #17470 (per-agent params overrides for cacheRetention), but the npm package published as [email protected] (build b817600) does not include this feature. The schema rejects agents.list[].params as an unrecognized key.

Steps to reproduce

  1. npm i -g [email protected]
  2. openclaw config set agents.list.0.params.cacheRetention short
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions