fix: memory filter - #400
Merged
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.