Skip to content

fix: memory filter - #400

Merged
hijzy merged 2 commits into
MemTensor:v1.1.5from
hijzy:main
Sep 11, 2026
Merged

fix: memory filter#400
hijzy merged 2 commits into
MemTensor:v1.1.5from
hijzy:main

Conversation

@hijzy

@hijzy hijzy commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

The mac DMG script installs the Memory runtime with --install-links so
workspace dependencies are copied instead of symlinked, but the boundary
assertions still expected the pre-flag command lines and failed on a
clean tree.
…t filters

Standalone packaging
- Add build-standalone.mjs, which turns a runtime bundle into a single
  executable with @yao-pkg/pkg. pkg embeds its own Node binary, so
  better-sqlite3 is re-fetched for that ABI and onnxruntime-node is
  trimmed to the target platform slice.
- build-runtime.mjs keeps workspace-only packages out of the runtime
  manifest, because npm ci cannot resolve them from the public registry,
  and vendors their build output into node_modules instead.
- Pass --libc=glibc on Linux so npm stops silently skipping the optional
  @img/sharp native package, and verify sharp and the vendored workspace
  packages are present in the bundle.
- Let the Viewer resolve its assets from the packaged runtime root so the
  same lookup serves both the standalone executable and the unpacked
  runtime.

Installer lock recovery
- An installer that crashed or was killed never released its lock file,
  which then blocked every later install. Reclaim such a lock once per
  call when its owner process is gone, and keep the full wait for a live
  owner so concurrent installers stay serialized.

Panel Agent filters
- One Agent writes several source ids ("memmy-agent", "memmy-onboarding",
  "claude" vs "claude-code"), and the panel collapses them into a single
  displayed Agent. Exact-match filters therefore hid memories that showed
  the Agent's own badge. Match the whole id family instead, via a shared
  agent-source-id helper, and collapse the duplicated normalization SQL
  into one match clause and one exclusion clause.
- Custom Agents stay separate: they are registered as "manual_<name>" and
  "manual" is deliberately not a family.

clear-all-windows.ps1 now runs unattended and deletes without a prompt;
use -WhatIf to preview. Also guard Get-ObjectPropertyValue against a null
input object.
@hijzy
hijzy merged commit 197ea23 into MemTensor:v1.1.5 Sep 11, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant