feat(desktop): allow silent install and only user-wide scope#26253
Merged
Hona merged 2 commits intoanomalyco:devfrom May 7, 2026
Merged
feat(desktop): allow silent install and only user-wide scope#26253Hona merged 2 commits intoanomalyco:devfrom
Hona merged 2 commits intoanomalyco:devfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Windows desktop distribution to enforce a per-user, one-click NSIS installer experience and align auto-updates with silent installation + relaunch behavior, supporting smoother migration away from system-wide installs.
Changes:
- Switch NSIS configuration to
oneClick: trueandperMachine: false, and include a custom NSIS hook file. - Run updates via
autoUpdater.quitAndInstall(true, true)to install silently and relaunch after installation. - Add an NSIS
customInstallmacro to attempt uninstalling an existing system-wide (HKLM) installation during migration.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/desktop/src/main/index.ts | Adjusts updater install flow to silent install + forced relaunch. |
| packages/desktop/resources/installer.nsh | Adds an NSIS hook to attempt uninstalling prior machine-wide installs (HKLM). |
| packages/desktop/electron-builder.config.ts | Forces one-click, per-user NSIS installer and wires in the custom NSIS include. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
JeongEEE
added a commit
to JeongEEE/opencode
that referenced
this pull request
May 8, 2026
…fresh - 충돌 해결: opentui keymap 리팩토링 수용 (KeybindProvider 제거, OpencodeKeymapProvider 추가) - i18n 커스텀 유지: t().xxx 문자열 전 파일 보존 - dialog-command.tsx: upstream 삭제 수용 (keymap 리팩토링으로 제거) - installation.ts: JeongEEE URL 유지 - logo.tsx: Sound 비활성화 + 5초 자동효과 유지 - session/index.tsx: pcode -s 커맨드 유지 - plugin/shared.ts: LATEST_TRACKED_PLUGIN_PACKAGES oh-my-openagent 유지 - upgrade.ts: GlobalBus.emit installation.updated 유지 - app.tsx: plugin.refreshed / installation.updated 토스트 핸들러 유지 - types.gen.ts: EventPluginRefreshed 커스텀 타입 유지 upstream 주요 변경: - feat: opentui keymap as sole key/cmd engine (anomalyco#26053) - feat(core): copy file changes when warping (anomalyco#26190) - feat(desktop): allow silent install (anomalyco#26253) - fix(tui): restore custom provider in /connect (anomalyco#26168) - tui: go plan payg message (anomalyco#26248) - v1.14.41 Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
WJQSERVER
pushed a commit
to WJQSERVER/opencode
that referenced
this pull request
May 8, 2026
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
Testing
bun typecheckfrompackages/desktopbun run build && bun package:win --publish neverfrompackages/desktopbun turbo typecheckNotes