Skip to content

CodePilot v0.23.0

Choose a tag to compare

@github-actions github-actions released this 03 Mar 06:12
· 1260 commits to main since this release

Downloads

macOS

  • CodePilot-0.23.0-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
  • CodePilot-0.23.0-x64.dmg — macOS Intel

Windows

  • CodePilot-0.23.0-x64.exe — Windows x64
  • CodePilot-0.23.0-arm64.exe — Windows ARM64

Installation

macOS:

  1. 下载对应芯片架构的 DMG 文件
  2. 打开 DMG,将 CodePilot 拖入 Applications 文件夹
  3. 首次打开时如遇安全提示,前往 系统设置 → 隐私与安全性 点击"仍要打开"
  4. 在 Settings 页面配置 Anthropic API Key 或环境变量

Windows:

  1. 下载对应架构的 EXE 安装包(大多数用户选择 x64)
  2. 运行安装程序,可自定义安装路径
  3. 安装完成后启动 CodePilot
  4. 在 Settings 页面配置 Anthropic API Key 或环境变量

Requirements

  • macOS 12.0+ / Windows 10+
  • Anthropic API Key 或已配置 ANTHROPIC_API_KEY 环境变量
  • 如需使用代码相关功能,建议安装 Claude Code CLI

Changelog

Commit Description
ef87381 chore: preserve fork-specific files after upstream sync
5413eb5 refactor: 简化 macOS 构建 — 只签名不公证,禁用原生热更新
5629da9 fix: arm64 打包脚本改用 if/else 分支替代 EXTRA_ARGS 数组
db86644 feat: macOS 双架构分离构建 — x64 只签名,arm64 签名+条件公证
2c76b04 feat: macOS 公证策略 — 大版本公证,小版本只签名
0ac424f fix: macOS 打包步骤添加 25 分钟超时限制
f50a887 fix: macOS 打包步骤添加 notarization 重试(最多 3 次)
c24dedc fix: CI 添加 notarization 凭证预校验步骤
8749ada fix: CI 证书解码去除换行 + openssl 预校验
261d17c fix: CI 解码 base64 证书为 .p12 文件后传给 CSC_LINK
0e38e44 feat: macOS Developer ID 签名 + notarization + 原生热更新