Skip to content

CodePilot v0.49.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 11:15
· 816 commits to main since this release

Downloads

macOS

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

Windows

  • CodePilot-0.49.0-x64.exe — Windows x64
  • CodePilot-0.49.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
aca0e1b chore: preserve fork-specific files after upstream sync
9f57407 fix(ci): move broker test out of auto-discovery glob to prevent CI hang
1854943 fix(lint): use block-level eslint-disable for multi-line require()
e59f74e chore: release v0.49.0 — hermes-inspired runtime upgrade
dbb0ebf chore: archive hermes-inspired-runtime-upgrade exec plan to completed/
a023ffd feat: hermes-inspired runtime upgrade — 6 core modules + 12 extras
46d3d17 docs: rewrite hermes-agent-analysis with three-layer structure + fix context-pruner docstring
b9ef1ce docs(handover): fix i18n string quotations — use full text instead of ellipsis
a533d88 docs(exec-plan): update final report with full session deliverables
6955738 docs(handover): add technical handover for hermes-inspired runtime upgrade
35699a0 fix(ui): require all questions answered before AskUserQuestion submit
c757a9b test(bridge): add pure-function tests for AskUserQuestion deny guard
8eaae7b fix(bridge): deny AskUserQuestion in bridge sessions + add SSE parsing tests
023700a docs(ask-user-question): document bridge/IM limitation as known gap
24d96e5 fix(sse): restore context-compressed window event after SSE payload change
2308708 fix(i18n): add zh/en translations for Skill Nudge banner
364373d feat(ui): add persistent Skill Nudge banner after complex workflows
80a7c64 feat(runtime): human-readable compression notification + AskUserQuestion for Native Runtime
fda1de2 docs(exec-plan): record round-2 Codex review of regression assertions
be8b4cf test(hermes-upgrade): tighten Fix 1 + Fix 2 regression assertions (round 2 review)
b05ad63 docs(exec-plan): record Codex review cycle in decision log + final report
a5149cc fix(hermes-upgrade): address Codex review — session context, preset merge, SSE shape
bd2c595 docs: finalize hermes-inspired-runtime-upgrade execution log
5d50e03 feat(runtime): add skill-nudge heuristic for multi-step workflows
f125e0e refactor(context-compressor): route via resolveAuxiliaryModel 5-tier chain
1b1a6a4 feat(runtime): add token-budget pruning + deprecate shouldAutoCompact
c567534 feat(tools): add codepilot_session_search builtin tool
8e36d49 feat(runtime): add progressive subdirectory hint discovery
e51c9d5 feat(provider): add resolveAuxiliaryModel with sdkProxyOnly fallback
28853ac feat(runtime): add parallel-safe tool execution judgment module
1ef893b docs(exec-plan): add hermes-inspired runtime upgrade autonomous plan