fix(desktop): prevent bundled Memory restart service registration failure - #1
Closed
Memtensor-AI wants to merge 30 commits into
Closed
fix(desktop): prevent bundled Memory restart service registration failure#1Memtensor-AI wants to merge 30 commits into
Memtensor-AI wants to merge 30 commits into
Conversation
fix: memory service error
fix(dsh): support old and new conversation APIs
…ding-replay-after-byok fix(onboarding): prevent replay after switching to BYOK
…nboarding-byok-v1.1.2 fix(onboarding): backport BYOK completion persistence to v1.1.2
…us-controls-v1.1.2 fix(desktop): refine update status controls
…2-pr fix(mac): exit fullscreen before tray hide (MEMMY-362)
fix(mac): package standalone memory runtime correctly
…me-packaging-v1.1.2 fix(windows): package standalone memory runtime offline
fix(memory): support opaque embedding aliases
fix(memory): guard summary model context
…-runtime-boundary-v1.1.2d test(windows): track packaged runtime manifest helper
Owner
Author
|
Superseded by upstream main-repository PR MemTensor#359. |
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.
问题
1.1.2 签名包安装后,Desktop 离线启动仍调用 Memory installer 注册系统服务。Windows 以普通用户执行 schtasks /Create /F 时,旧任务的权限或所有权会导致拒绝访问;macOS 的 launchd KeepAlive 与重启和健康检查并发,造成旧进程重新拉起、端口竞争和 memory layer network error。
修复
验证
修复提交:080c4ce