Releases: bamdra/bamdra-openclaw-memory
Releases · bamdra/bamdra-openclaw-memory
v0.3.25
Fixed
- made the workspace TypeScript baseline self-contained again so local
tsc -bno longer depends on a missing parenttsconfig.base.json - restored compatibility in the legacy
contextEngine.assemble()path when runtimes pass amessagesarray alongsidesessionId - pulled in
@bamdra/bamdra-user-bind@0.1.17, which resets stale singleton runtimes across host instances and applies semantic profile updates duringbefore_prompt_buildimmediately
Verification
PATH=/Users/wood/.nvm/versions/node/v22.22.0/bin:$PATH pnpm test- real reinstall on the target Mac via
openclaw plugins uninstall bamdra-openclaw-memory --forcethenopenclaw plugins install @bamdra/bamdra-openclaw-memory@0.3.25
v0.3.24
Fixed
- stopped shipping the bundled
bamdra-memory-upgrade-operatorhelper script that importednode:child_process, soopenclaw plugins install @bamdra/bamdra-openclaw-memoryis no longer blocked by the OpenClaw 2026.4.2 dangerous-code scan - kept the upgrade operator available as a documentation-only recovery skill so broken local installs can still be repaired with a backup-first manual checklist
- added regression coverage to keep executable helper code out of the published upgrade skill payload
Upgrade
- normal upgrade command:
openclaw plugins install @bamdra/bamdra-openclaw-memory - pin a specific version if needed:
openclaw plugins install @bamdra/bamdra-openclaw-memory@0.3.24 openclaw updateupgrades OpenClaw itself and does not replace the plugin install step for this suite
v0.3.23
v0.3.22
v0.3.21
v0.3.20
OpenClaw v2026.3.23 compatibility release.
Highlights:
- completes npm-install bootstrap for the full Bamdra suite, including plugins.installs metadata for bamdra-openclaw-memory, bamdra-user-bind, and bamdra-memory-vector
- fixes companion plugin and bundled skill provisioning so ~/.openclaw paths resolve against the active user home
- aligns published dependency ranges with @bamdra/bamdra-user-bind@0.1.14 and @bamdra/bamdra-memory-vector@0.1.13
- refreshes install and download documentation for the one-command OpenClaw v2026.3.23 flow
v0.3.19
Highlights
- harden automatic all-agent skill injection so install-time bootstrap works with both agents.list and object-map agent configs
- route stable user-profile facts toward bamdra-user-bind instead of shared memory facts
- refresh installation, downloads, and user-bind docs with the standalone Clawdhub upgrade skill and the newer profile model
- pair this release with @bamdra/bamdra-user-bind@0.1.13
v0.3.18
v0.3.15
Fixed
- added OpenClaw 2026.3.13 compatibility aliases for legacy contextEngine calls to
assemble()andingest() - expanded host bootstrap coverage so installing the suite fully backfills
bamdra-user-bindruntime config - automatically disables conflicting built-in memory plugins including
memory-coreandmemory-lancedb - automatically provisions and enables
bamdra-memory-vectoras part of the default suite install - tightened the published Node.js requirement to
>=22.12.0to match runtime dependencies
Upgrade
openclaw plugins install @bamdra/bamdra-openclaw-memory@0.3.15
v0.3.14
Fixes multimodal prompt budget overflow in bamdra-openclaw-memory. This release bounds memory injection for image-plus-text requests, trims assembled context and local recall snippets, and does not require users to clear packages, reset the memory database, or delete existing OpenClaw config.