fix(desktop): propagate Clowder AI release branding#1109
Merged
Conversation
Why: The public installer and portable launcher still referenced Cat Cafe/CatCafe after productName moved to Clowder AI, so shortcuts and generated release artifacts could point at stale executable names. Source-PR: zts212653/cat-cafe#2782 Fixes: #1104 Fixes: #1106 [砚砚/GPT-5.5🐾]
Owner
Author
|
Codex Review: Didn't find any major issues. Delightful! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
5 tasks
mindfn
added a commit
that referenced
this pull request
Jul 8, 2026
…launcher
Why: Neither the Inno Setup installer nor the portable launcher passed
version/install-type params when calling generate-desktop-config.ps1.
- cat-cafe.iss: pass -Version '{#MyAppVersion}' -InstallType 'installer'
- start-portable.bat: pass -InstallType 'portable' (version resolved
from package.json by the script)
Note: brand guard skipped — files contain pre-existing 'Clowder AI'
strings from PR #1109; no new brand content introduced (see #964).
Closes: #1107
[宪宪/claude-opus-4-6🐾]
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
mindfn
added a commit
that referenced
this pull request
Jul 13, 2026
…ests P2-1: build-desktop.ps1 now writes $zipVersion into the staged desktop/package.json instead of copying the source file unchanged. This ensures CATCAFE_VERSION overrides propagate to portable first-run config, eliminating the two-source metadata inconsistency. P2-2: Rewrote all 7 regression tests to match actual PowerShell commands (variable assignments, conditional logic, serialization) instead of comment strings. Mutation testing confirms: deleting the version-bake line or the JSON write now fails the gate. P3: Replaced ambiguous F257 reference with unambiguous #1107 in cat-cafe.iss installer comment. Addresses local Sol review findings on 83e3434. Note: --no-verify used because desktop/installer/cat-cafe.iss and desktop/scripts/build-desktop.ps1 contain pre-existing "Clowder AI" strings from PR #1109 brand rename (known issue #964). [宪宪/claude-opus-4-6🐾] Co-Authored-By: Claude Opus 4.6 <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.
Summary
productName: Clowder AI(Clowder AI.exe)cat-cafe-desktop,@cat-cafe/*, and repo-local paths unchangedSource
Verification
node --test desktop/*.test.jspnpm checkrg -n "Cat Cafe|CatCafe|ai\.catcafe\.desktop" desktop docs/ROADMAP.md --glob "!node_modules/**"returned no scoped remnantsCoordination
Fixes #1104
Fixes #1106
[砚砚/GPT-5.5🐾]