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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
Sanity checks for Electron 37 migration (native deps, security flags, deprecated APIs)
Before merge, please validate:
Run this sweep locally to spot common pitfalls:
🏁 Script executed:
Length of output: 244
🏁 Script executed:
Length of output: 2109
🏁 Script executed:
Length of output: 1606
Critical: Rebuild native modules & add missing postinstall rebuild hook
✅ No deprecated
remotemodule usage found✅ No insecure
webPreferencesflags detected• better-sqlite3-multiple-ciphers
• sharp
electron-builder install-app-depsis missingPlease address before merge:
"postinstall"script in package.json to runelectron-builder install-app-deps(ensures native modules are rebuilt automatically).pnpm rebuild sharp better-sqlite3-multiple-ciphersor viainstall-app-deps).pnpm run build:win | pnpm run build:mac | pnpm run build:linux
🤖 Prompt for AI Agents