Add Windows support: NSIS installer, immersive title bar, CI#38
Open
SpookySandwich wants to merge 2 commits into
Open
Add Windows support: NSIS installer, immersive title bar, CI#38SpookySandwich wants to merge 2 commits into
SpookySandwich wants to merge 2 commits into
Conversation
Packaging - electron-builder: win NSIS target (x64 + arm64), icon.ico, **/*.exe asar unpack; package:win scripts. Skip @electron/rebuild on Windows (node-pty ships win32 N-API prebuilds; from-source rebuild fails on its bundled winpty), leaving mac/Linux build behavior unchanged. - CI: build the installers on every PR (ci.yml) and upload them on every tag (release.yml). Unsigned (no Authenticode cert). App behavior (Windows-gated; macOS/Linux unchanged) - Immersive title bar: titleBarStyle "hidden" + Window Controls Overlay (transparent background, theme-synced glyphs); drop the menu bar; add a topbar menu button with a native popup menu and a right-click edit menu. - Render the sidebar toggle last and mark the composer/model-selector menus no-drag so the topbar drag region doesn't swallow their clicks. - Suppress console-window flashes: default windowsHide on child_process spawns (covers the pi runtime's package install) and on our git calls. - ms-settings:notifications deep link; cmd.exe default integrated shell; thin scrollbars.
.message__content is a grid whose column defaulted to min-width:auto, so a wide code block expanded the column instead of letting the <pre overflow:auto> scroll internally — stretching the whole transcript horizontally. Cap the column to the container (minmax(0,1fr)) and wrap long tokens. Not Windows-specific (macOS just hid the overflow behind overlay scrollbars).
|
@SpookySandwich is attempting to deploy a commit to the dev Team on Vercel. A member of the Team first needs to authorize it. |
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.
Adds Windows support
Code changes are done by AI. Please let me know of any issues and I will take a look.

