release: Memmy v1.0.9 - #268
Merged
Merged
Conversation
* readme * polish readme * Update README.md
fix: v1.0.9
Bridge the squashed v1.0.7 history and apply only the tree delta from upstream/v1.0.7 to upstream/main.
feat: add pkg upgrade ui
add pkg upgrade UI
fix: merge 1.0.9
feat: add git mode and workspace environment
Feature/agent wy
fix(memory): decouple L1 and user memory capture
add pkg upgrade UI
fix: recover startup from legacy model config
fix: resolve Windows ACL tools from System32
fix: make BYOK setup saves retryable
fix: reuse existing BYOK endpoints after key re-entry
Collaborator
Author
|
Project Harness review handoff marker. Only reviews submitted strictly after this GitHub timestamp qualify. |
…install fix(updater): support legacy Windows in-app upgrades
add pkg install log
Collaborator
Author
|
Release re-check on current HEAD
PR remains Draft. No new Harness handoff was created. Fix and Windows verification are required before merge. |
syzsunshine219
marked this pull request as ready for review
August 20, 2026 13:01
syzsunshine219
requested review from
Wang-Daoji,
ZongYue99,
hijzy and
wustzdy
as code owners
August 20, 2026 13:01
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.
Summary
mainAutomated verification
0e1c54bf: 12/12 required checks passedverificationPassed=true; worktree clean; exact HEAD/base fingerprints recordedIndependent review blockers
Keep this PR in Draft and do not merge yet.
installer-win-unsigned.nshcopies$EXEPATHto a nonexistent destination file path with NSISCopyFiles; NSIS treats the destination as a directory unless the target file is created first, so the Windows relay installer handoff is unreliable.MemmyWindowsUpgradeRelay.ps1usesDirectory.Movefrom an install-local data directory to%LOCALAPPDATA%; custom installations on another drive fail becauseDirectory.Movecannot move a directory across volumes.Follow-up hardening is also recommended for stale
active.lock/backup recovery after interruption and for ERR-trap/package-log completeness.The four Windows relay dynamic tests are skipped on macOS, which is why the Full Gate did not expose these Windows-only paths. Fix these blockers, add Windows coverage, rerun Full, replace affected Windows installers, then create a fresh Harness handoff for independent maintainer review.