Brand desktop as ApeMind Agent - #7
Merged
Merged
Conversation
earayu
force-pushed
the
codex/apemind-agent-branding
branch
from
May 23, 2026 16:47
ab2d169 to
15536ed
Compare
earayu
marked this pull request as ready for review
May 23, 2026 17:25
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.
现状
鹅岛 PoC 已确认产品名为 ApeMind Agent,主要入口是 Desktop。当前 fork 仍保留大量 Goose 桌面文案、图标和提示词,用户安装后看到的产品身份不统一。
现象
本 PR 把 Desktop 可见品牌先收敛到 ApeMind Agent:
productName/description影响
用户打开 Desktop 时看到的是 ApeMind Agent 品牌;提示词也会以 ApeMind Agent 称呼当前代理。改动集中在品牌、文案、图标、翻译和 README。
期望结果
PoC Desktop 有统一产品身份,后续可在这个基础上继续做打包产物改名、安装包验证和 Windows/macOS Desktop 体验检查。
不解决什么
验证
PNPM_CONFIG_BLOCK_EXOTIC_SUBDEPS=false pnpm --dir ui/desktop run i18n:extractPNPM_CONFIG_BLOCK_EXOTIC_SUBDEPS=false pnpm --dir ui/desktop run i18n:checkgit diff --checkPNPM_CONFIG_BLOCK_EXOTIC_SUBDEPS=false pnpm --dir ui/desktop exec prettier --write ...pnpm --dir ui/desktop run typecheck已尝试,本地被依赖安装和稀疏检出环境挡住:ERR_PNPM_EXOTIC_SUBDEPPNPM_CONFIG_BLOCK_EXOTIC_SUBDEPS=false后,本地安装仍受 ignored build scripts / 缺少依赖影响tsc --noEmit时出现现有环境缺失,例如../../announcements/content、@radix-ui/react-*、yaml等模块这些错误不是本 PR 新增的语法错误,但需要 CI 或完整工作区进一步确认。