Skip to content

open-second-brain v0.5.4

Choose a tag to compare

@github-actions github-actions released this 07 May 20:15

v0.5.4 — Fix: add name inside tool objects

Problem fixed

api.registerTool() failed with TypeError: Cannot read properties of undefined (reading 'trim'). OpenClaw 2026.5.6 reads tool.name during normalization — the name field was only in the options object, not in the tool object itself.

Fix

Added name field inside each of the 5 tool objects passed to api.registerTool(), in addition to the existing { name: ... } options.

Install

openclaw plugins install git:github.com/itechmeat/open-second-brain@v0.5.4
openclaw config set plugins.entries.open-second-brain.config.vault '"/path/to/vault"'
openclaw config set plugins.entries.open-second-brain.config.instanceName '"My Second Brain"'
openclaw gateway restart
openclaw plugins inspect open-second-brain --runtime --json

Full Changelog

See CHANGELOG.md