CodePilot v0.42.0
Downloads
macOS
- CodePilot-0.42.0-arm64.dmg — macOS Apple Silicon (M1/M2/M3/M4)
- CodePilot-0.42.0-x64.dmg — macOS Intel
Windows
- CodePilot-0.42.0-x64.exe — Windows x64
- CodePilot-0.42.0-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 |
|---|---|
0dcd4e5 |
chore: preserve fork-specific files after upstream sync |
ebed5ba |
fix: wrap layout.tsx DB reads in try-catch to survive build concurrency |
31fbd65 |
fix: file-based migration lock prevents SQLite locked during parallel build |
392ec7f |
fix: SQLite busy_timeout prevents database is locked during parallel build |
6781cb6 |
chore: prepare v0.42.0 release |
ae0cf30 |
docs: sync handover with current implementation |
694094f |
fix: MCP list JSON output — extra/custom now include all compat fields |
7b06039 |
docs: rewrite CLI analysis with findings from actual source code |
a570cb3 |
docs: comprehensive update — agent compat scoring, CLI analysis, future vision |
518939d |
fix: card spacing — title to description mt-1.5, description to stars mt-0.5 |
2945443 |
fix: Agent friendliness label size 10px→xs, opacity 60%→100% |
c380ac5 |
feat: Agent friendliness shown as 5-star rating below tool description |
215f3d2 |
feat: Agent compatibility score (0-5) replaces boolean badge |
09bdac5 |
fix: Agent Friendly badge on extra/custom tool cards syncs with AI assessment |
35fe9a4 |
feat: AI auto-assesses agent compatibility when adding/describing tools |
c44a4a2 |
feat: expand Agent compatibility to 6-dimension tag system |
8c90c65 |
fix: remove misleading ncm-cli healthCheckCommand (--version ≠ auth check) |
9e7fd6e |
fix: ncm-cli healthCheck + gws postInstallCommands + supportsJson prompt |
47edc1f |
fix: move Agent compatibility section to top of detail dialog |
92b681c |
fix: Agent badge → Agent 友好 / Agent Friendly |
9e756d0 |
feat: externalize agent-friendly badges on CLI tool cards + detail dialogs |
2bad346 |
feat: add agentFriendly/supportsJson/healthCheckCommand to CLI catalog |
abef27b |
docs: add CLI tool catalog spec + install flow evolution to handover/insights |
0f93bad |
fix: gws postInstallCommands comment changed to English |
38b4bd7 |
fix: gws Skills install changed to per-need selection instead of bulk |
1044db6 |
feat: Google Workspace CLI — add Skills install + updated auth guide |
f7f108d |
feat: postInstallCommands for required post-install steps in prefill |
01c0191 |
fix: install prefill no longer injects guideSteps as task instructions |
e9785df |
fix: update guideSteps for ElevenLabs, Stripe, ncm-cli with full setup flow |
8f10a91 |
feat: install prefill includes post-install setup steps for needs_auth tools |
2387034 |
docs: sync cli-tools handover with chat-based install flow |
bf9a028 |
feat: CLI install button now delegates to chat AI instead of direct execution |