Skip to content

Releases: bamdra/bamdra-openclaw-memory

v0.3.25

03 Apr 09:24

Choose a tag to compare

Fixed

  • made the workspace TypeScript baseline self-contained again so local tsc -b no longer depends on a missing parent tsconfig.base.json
  • restored compatibility in the legacy contextEngine.assemble() path when runtimes pass a messages array alongside sessionId
  • pulled in @bamdra/bamdra-user-bind@0.1.17, which resets stale singleton runtimes across host instances and applies semantic profile updates during before_prompt_build immediately

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 --force then openclaw plugins install @bamdra/bamdra-openclaw-memory@0.3.25

v0.3.24

03 Apr 08:58

Choose a tag to compare

Fixed

  • stopped shipping the bundled bamdra-memory-upgrade-operator helper script that imported node:child_process, so openclaw plugins install @bamdra/bamdra-openclaw-memory is 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 update upgrades OpenClaw itself and does not replace the plugin install step for this suite

v0.3.23

28 Mar 18:31

Choose a tag to compare

Deduplicate repeated hook registration and metadata-wrapped inbound message ingest. Keeps companion package versions at @bamdra/bamdra-user-bind@0.1.16 and @bamdra/bamdra-memory-vector@0.1.15.

v0.3.22

28 Mar 18:10

Choose a tag to compare

Fix duplicate before_prompt ingestion, preserve legacy assemble runtime messages, and harden malformed summary/vector recall handling. Pairs with @bamdra/bamdra-user-bind@0.1.16 and @bamdra/bamdra-memory-vector@0.1.15.

v0.3.21

26 Mar 19:37

Choose a tag to compare

v0.3.21 - 2026-03-27
Fixed

  • 修复会话失忆问题:恢复 getSessionIdFromHookContext 函数的正确优先级顺序(sessionKey 在第一位)
  • 修复 sessionId 获取错误,导致内存上下文无法正确关联同一个会话的问题

v0.3.20

24 Mar 15:57

Choose a tag to compare

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

22 Mar 20:12

Choose a tag to compare

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

22 Mar 15:47

Choose a tag to compare

Highlights

  • add standalone upgrade operator skill
  • support safer install, uninstall, and upgrade flows for existing OpenClaw users
  • keep the upgrade skill bundled with the main package for new installs

Packages

  • @bamdra/bamdra-openclaw-memory@0.3.18

v0.3.15

20 Mar 07:26

Choose a tag to compare

Fixed

  • added OpenClaw 2026.3.13 compatibility aliases for legacy contextEngine calls to assemble() and ingest()
  • expanded host bootstrap coverage so installing the suite fully backfills bamdra-user-bind runtime config
  • automatically disables conflicting built-in memory plugins including memory-core and memory-lancedb
  • automatically provisions and enables bamdra-memory-vector as part of the default suite install
  • tightened the published Node.js requirement to >=22.12.0 to match runtime dependencies

Upgrade

openclaw plugins install @bamdra/bamdra-openclaw-memory@0.3.15

v0.3.14

19 Mar 05:31

Choose a tag to compare

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.