Skip to content

CodePilot v0.47.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 04:21
· 914 commits to main since this release

Downloads

macOS

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

Windows

  • CodePilot-0.47.0-x64.exe — Windows x64
  • CodePilot-0.47.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
ed8cf14 chore: preserve fork-specific files after upstream sync
ed824cd fix: remove PROCESS_CRASH from Sentry reporting — too noisy
a70cbc6 fix: Sentry noise reduction + DOM error auto-recovery + better context
51a6ecd fix: remove misleading provider notes that users cannot act on
6edf2ff fix: add author email back for Linux deb/rpm packaging
ce9c1a3 chore: release v0.47.0 — provider governance + Sentry + brand repositioning
4e84e70 docs: handover documents for provider governance + Sentry integration
e6f5784 fix: error reporting toggle description clarifies restart requirement
54b0055 fix: move error reporting toggle under Setup Center in SettingsCard
b19b5d6 fix: server-side Sentry opt-out + hydration-safe toggle
7145760 fix: Sentry opt-out global enforcement + server init + switch reactivity
f4ecc2f feat: activate Sentry with production DSN
2b03158 feat: Sentry anonymous error reporting integration
1bb9cb1 fix: SKIPPED test state uses bilingual text, hides English-only suggestion
96c2a76 fix: reset test connection result when switching between provider dialogs
dff039b fix: SKIPPED test result shows neutral state instead of false success
373d6cc fix: replace SDK-based connection test with direct HTTP request
8adc4c8 fix: Codex review round 3 — test false positives, thirdparty authStyle, Vertex meta
2d245ef docs: update insight execution status — most items now complete
aecb887 fix: last authStyle residual — ProviderManager badge + doctor suggestion
7ef626b fix: address Codex review — auth injection, test chain, UI authStyle
6a81a26 fix: model selector scrollbar + update provider docs with correct info
d3aaad3 feat: add CodePilot docs link to provider config dialog
68a39d8 fix: remove docs link from provider config dialog, keep only API Key link
b58b062 fix: model selector horizontal scrollbar + manage providers link target
626ec6a fix: restore outline style for cancel button in provider dialog
031b757 fix: separate cancel from test+connect button group in provider dialog
1f3329c feat: frontend integration for provider governance
7e47621 feat: Phase 6 — per-provider model CRUD API
e23c27e docs: update provider governance — Phase 4 complete, 5/6 phases done
d28e894 refactor: Phase 4 — eliminate QUICK_PRESETS duplication, single source of truth
75dea55 docs: update provider governance exec plan — Phase 1/2/3/5 complete
eeac8fc feat: provider governance Phase 3+5 — connection testing + error recovery actions
6324490 feat: provider governance Phase 1+2 — schema validation, authStyle fixes, host takeover
7cd017c docs: provider governance plan + architecture deep analysis