Skip to content

Brand desktop as ApeMind Agent - #7

Merged
earayu merged 2 commits into
mainfrom
codex/apemind-agent-branding
May 23, 2026
Merged

Brand desktop as ApeMind Agent#7
earayu merged 2 commits into
mainfrom
codex/apemind-agent-branding

Conversation

@earayu

@earayu earayu commented May 23, 2026

Copy link
Copy Markdown
Collaborator

现状

鹅岛 PoC 已确认产品名为 ApeMind Agent,主要入口是 Desktop。当前 fork 仍保留大量 Goose 桌面文案、图标和提示词,用户安装后看到的产品身份不统一。

现象

本 PR 把 Desktop 可见品牌先收敛到 ApeMind Agent:

  • 更新 README,说明这是基于 upstream Goose 的 ApeCloud/ApeMind 品牌发行版
  • 更新 Desktop productName / description
  • 替换桌面图标和加载页标识,新增 ApeCloud/ApeMind logo 资源
  • 更新桌面可见文案、设置页文案、提示词命名和中英文翻译
  • 保留上游 Goose attribution,避免把 fork 改成深 fork

影响

用户打开 Desktop 时看到的是 ApeMind Agent 品牌;提示词也会以 ApeMind Agent 称呼当前代理。改动集中在品牌、文案、图标、翻译和 README。

期望结果

PoC Desktop 有统一产品身份,后续可在这个基础上继续做打包产物改名、安装包验证和 Windows/macOS Desktop 体验检查。

不解决什么

  • 不改核心代理循环
  • 不改提供商运行时
  • 不改 MCP 运行时
  • 不改 Cargo crate 名和仓库路径
  • 不改安装包、CLI 下载文件名、Docker 镜像名,这部分由单独的打包分发 PR 处理

验证

  • PNPM_CONFIG_BLOCK_EXOTIC_SUBDEPS=false pnpm --dir ui/desktop run i18n:extract
  • PNPM_CONFIG_BLOCK_EXOTIC_SUBDEPS=false pnpm --dir ui/desktop run i18n:check
  • git diff --check
  • PNPM_CONFIG_BLOCK_EXOTIC_SUBDEPS=false pnpm --dir ui/desktop exec prettier --write ...

pnpm --dir ui/desktop run typecheck 已尝试,本地被依赖安装和稀疏检出环境挡住:

  • 默认配置先触发 ERR_PNPM_EXOTIC_SUBDEP
  • PNPM_CONFIG_BLOCK_EXOTIC_SUBDEPS=false 后,本地安装仍受 ignored build scripts / 缺少依赖影响
  • 直接执行 tsc --noEmit 时出现现有环境缺失,例如 ../../announcements/content@radix-ui/react-*yaml 等模块

这些错误不是本 PR 新增的语法错误,但需要 CI 或完整工作区进一步确认。

@earayu
earayu force-pushed the codex/apemind-agent-branding branch from ab2d169 to 15536ed Compare May 23, 2026 16:47
@earayu
earayu marked this pull request as ready for review May 23, 2026 17:25
@earayu
earayu merged commit d9b121f into main May 23, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant