CodePilot v0.15.1
Downloads
macOS
- CodePilot-0.15.1-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- CodePilot-0.15.1-x64.dmg — macOS Intel
Windows
- CodePilot-0.15.1-x64.exe — Windows x64
- CodePilot-0.15.1-arm64.exe — Windows ARM64
Installation
macOS:
- 下载对应芯片架构的 DMG 文件
- 打开 DMG,将 CodePilot 拖入 Applications 文件夹
- 首次打开时如遇安全提示,前往 系统设置 → 隐私与安全性 点击"仍要打开"
- 在 Settings 页面配置 Anthropic API Key 或环境变量
Windows:
- 下载对应架构的 EXE 安装包(大多数用户选择 x64)
- 运行安装程序,可自定义安装路径
- 安装完成后启动 CodePilot
- 在 Settings 页面配置 Anthropic API Key 或环境变量
Requirements
- macOS 12.0+ / Windows 10+
- Anthropic API Key 或已配置
ANTHROPIC_API_KEY环境变量 - 如需使用代码相关功能,建议安装 Claude Code CLI
Changelog
| Commit | Description |
|---|---|
0cb2e21 |
chore: preserve fork-specific files after upstream sync |
00d3fef |
feat: refactor image generation to bypass model dependency, fix UI issues |
97dc9d3 |
chore: add @google/genai SDK and media_generations DB schema |
762953b |
feat: integrate electron-updater for in-app auto-update |
7cd0cb5 |
chore: bump version to 0.15.1 |
b55c23e |
fix: update GLM and MiniMax model labels to latest versions |
c6ed594 |
feat: use native OS folder picker dialog in Electron mode |
5bace38 |
fix: improve ErrorBoundary i18n and update provider preset descriptions |
cd807ef |
Merge pull request op7418#49 from cyxer000/feat/error-boundary |
791baff |
Merge pull request op7418#101 from Earl-chen/docs/fix-electron-dev-instructions |
d203b98 |
feat: redesign Provider settings UI with brand icons and dialog-based quick-add |
448738d |
feat: provider/model system refactor — switch provider from chat input |
cf14791 |
fix: abort active stream on session switch and warn before closing during streaming |
fa1023c |
feat: add AI semantic search for skill matching in / command popover |
ac8984c |
docs: add missing electron build step before electron:dev |
11ece8d |
feat: add React Error Boundary to prevent UI white-screen crashes |