You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The automem npm package is currently at v0.12.0 on the npm registry, while the git repo is at v0.14.0 (and PR #118 is ready to release v0.15.0).
This means anyone installing via npm gets a version that includes:
The searchByTag dual-merge behaviour that causes tag dominance (high-importance tag-matched memories outscoring vector results regardless of topical relevance)
Both bugs were addressed in commits that landed after v0.12.0, but npm users are blocked from those fixes until a publish happens.
Release Please PR
PR #118 (chore(main): release 0.15.0) is already open and passing all checks — it just needs a merge + npm publish. This would bring npm users to v0.15.0 and unblock the fixes.
Problem
The
automemnpm package is currently at v0.12.0 on the npm registry, while the git repo is at v0.14.0 (and PR #118 is ready to release v0.15.0).This means anyone installing via npm gets a version that includes:
searchByTagdual-merge behaviour that causes tag dominance (high-importance tag-matched memories outscoring vector results regardless of topical relevance)Both bugs were addressed in commits that landed after v0.12.0, but npm users are blocked from those fixes until a publish happens.
Release Please PR
PR #118 (
chore(main): release 0.15.0) is already open and passing all checks — it just needs a merge +npm publish. This would bring npm users to v0.15.0 and unblock the fixes.Related
searchByTagdual-merge was introduced in v0.12.0 and is the root cause of the tag dominance issue discussed in the communitySuggested fix
npm publishfrom the release workflow