v0.4.0: rebrand to BrainCue Copilot, Cue Card, guarded Privacy Mode#3
Merged
Conversation
- Rename app to "BrainCue Copilot" across installer (productName + appId com.braincue.copilot), app user model id, window title, tray, Exit dialog, titlebar, sidebar header, and docs. npm `name` left unchanged so the local data folder (profiles + API key) is preserved. - Rename user-facing "Overlay" -> "Cue Card" (shortcuts, tray, tour, Session/ Settings copy, overlay close button). Internal overlay IPC/identifiers kept. - Show the Cue Card by default on launch; remove the redundant sidebar Show/Hide toggle (toggle via Ctrl+Shift+Space or the tray). - Tray menu relabeled (Show BrainCue Dashboard / Show BrainCue Cue Card / Exit BrainCue Copilot) and now displays each item's shortcut (display-only). - Guard Privacy Mode: disabling it now asks for confirmation first via a single main-process gate (requestPrivacy/togglePrivacyGuarded) used by the tray, the privacy IPC (Settings switch), and the global shortcut. Settings shows the live configured shortcut. - Widen default page content (max-w-3xl -> max-w-4xl) to reduce side margins. - Docs: changelog/0.4.0.md (+ README table), dev session log; bump version 0.4.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
nameleft unchanged so the local data folder (profiles + API key) is preserved.