Skip to content

Releases: op7418/CodePilot

CodePilot v0.10.1

11 Feb 17:41

Choose a tag to compare

Downloads

Windows

  • CodePilot Setup 0.10.1.exe — Windows installer (x64 + arm64)

macOS

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

Linux

  • AppImage / deb / rpm — x64 and arm64

Installation

Windows: 下载 exe 安装包,双击安装,按提示完成即可。

macOS:

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

Linux: 使用 AppImage 直接运行,或通过 deb/rpm 包安装。

Requirements

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

Changelog

Commit Description
181da8c chore: bump version to 0.10.1
38ca38e fix: auto-refresh file tree after AI finishes streaming
695daa6 fix: allow typing in input while AI is streaming, only block sending
25abfb5 fix: show "generating response" status when tools completed but AI still streaming

CodePilot v0.10.0

11 Feb 16:41

Choose a tag to compare

Downloads

Windows

  • CodePilot Setup 0.10.0.exe — Windows installer (x64 + arm64)

macOS

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

Linux

  • AppImage / deb / rpm — x64 and arm64

Installation

Windows: 下载 exe 安装包,双击安装,按提示完成即可。

macOS:

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

Linux: 使用 AppImage 直接运行,或通过 deb/rpm 包安装。

Requirements

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

Changelog

Commit Description
4fa2603 feat: tool timeout auto-retry, file tree attachment, force stop button
8747464 fix: doc preview bugs — close on chat switch, copy content, filter binary files
57ba6b2 docs: update CLAUDE.md with CI auto-release workflow

CodePilot v0.9.0

11 Feb 06:46

Choose a tag to compare

Downloads

Windows

  • CodePilot Setup 0.9.0.exe — Windows installer (x64 + arm64)

macOS

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

Linux

  • AppImage / deb / rpm — x64 and arm64

Installation

Windows: 下载 exe 安装包,双击安装,按提示完成即可。

macOS:

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

Linux: 使用 AppImage 直接运行,或通过 deb/rpm 包安装。

Requirements

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

Changelog

Commit Description
8c6e7bb feat: add doc preview panel for HTML and Markdown files
f335c7f docs: update README with new features, CI/CD, and Linux support
21ca106 fix: graceful server shutdown with SIGKILL fallback
7ce93b1 Merge pull request #45 from eltociear/add-ja-doc
2d3e1d6 docs: add Japanese README

CodePilot v0.8.0

10 Feb 14:31

Choose a tag to compare

Downloads

Windows

  • CodePilot Setup 0.8.0.exe — Windows installer (x64 + arm64)

macOS

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

Linux

  • AppImage / deb / rpm — x64 and arm64

Installation

Windows: 下载 exe 安装包,双击安装,按提示完成即可。

macOS:

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

Linux: 使用 AppImage 直接运行,或通过 deb/rpm 包安装。

Requirements

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

Changelog

Commit Description
41f08c3 fix(ci): add author/description for Linux deb/rpm, allow partial release
63e2521 chore: bump version to 0.8.0
3e56d35 ci: publish release directly instead of draft
a346ef2 ci: auto-create GitHub Release on tag push
5d80969 fix(ci): add --publish never and simplify Windows matrix
57f1679 ci: add GitHub Actions workflow for multi-platform builds
da07f1b feat: draggable panel resize handles and remove extensions divider

CodePilot v0.7.1

10 Feb 04:12

Choose a tag to compare

New Features

  • Compact Collapsible Tool Actions UI — AI tool actions (Write, Read, Bash, Glob, etc.) are now displayed as compact single-line rows instead of full cards. Collapsed by default for history messages, auto-expands during streaming. Each action type has a distinct gray icon, with green checkmarks for completed and animated spinner for running. Expand/collapse with smooth animation and a blockquote-style left border.

Bug Fixes

  • Fixed assistant message width — Tool actions and permission buttons no longer change width based on text content below them.

Downloads

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

Installation

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

Requirements

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

Changelog (since v0.7.0)

Commit Description
7b64948 feat: compact collapsible tool actions UI

CodePilot v0.7.0

09 Feb 15:17

Choose a tag to compare

New Features

  • Auto Update Detection — App automatically checks GitHub Releases every 8 hours for new versions. When an update is available, a dialog appears with release notes and a download link. A blue dot indicator shows on the Settings icon in the sidebar. Users can also manually check for updates from the Settings page.

  • Auto-approve Mode (Skip Permissions) — New toggle in Settings to bypass all permission checks, similar to Claude Code's --dangerously-skip-permissions flag. When enabled, all tool actions are auto-approved without confirmation. A warning dialog explains the risks before activation, and a pulsing orange dot in the sidebar indicates when the mode is active.

Downloads

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

Installation

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

Requirements

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

Changelog (since v0.6.4)

Commit Description
74fb784 feat: auto update check and dangerously-skip-permissions mode

CodePilot v0.6.4

09 Feb 13:06

Choose a tag to compare

Bug Fix

  • 修复文件附件在切换会话后丢失 — 上传的图片和文档在切换会话再返回后只显示文字、不显示附件。现在文件会持久化到 .codepilot-uploads/ 目录,消息中嵌入文件路径元数据,切换会话后仍可正常显示。

Downloads

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

Installation

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

Requirements

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

Changelog (since v0.6.3)

Commit Description
e4bbe85 fix: persist file attachments so images/documents survive page reload

CodePilot v0.6.3

09 Feb 12:53

Choose a tag to compare

Bug Fix

  • 修复图片上传后 AI 产生幻觉的问题 — 此前上传的图片被保存到磁盘并以文本路径引用传给 Claude,导致模型无法真正"看到"图片内容。现在图片通过 base64 多模态内容块直接传给 Claude API(vision 能力),模型可以准确识别图片内容。非图片文件(代码、文本等)仍通过 Read tool 正常处理。

Downloads

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

Installation

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

Requirements

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

Changelog (since v0.6.2)

Commit Description
1838605 fix: send images as multimodal vision content instead of file path references

CodePilot v0.6.2

09 Feb 11:50

Choose a tag to compare

New Features

  • Blue Theme — Migrated the entire color scheme from purple/violet to a cleaner blue theme across all components
  • Chat Input UI Polish — Larger border radius, enhanced shadow, circular send button with up-arrow icon, arrow flip animation on dropdowns, thicker icon strokes globally, and removed theme-colored focus ring
  • Long Message Collapse — User messages exceeding 300px are now collapsed with an expand/collapse toggle (#37)

Downloads

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

Installation

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

Requirements

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

Changelog (since v0.6.1)

Commit Description
9926ce5 chore: bump version to 0.6.2
9635585 feat: blue theme migration and chat input UI polish
ee65c62 feat: collapse long user messages with expand/collapse toggle (#37)

CodePilot v0.6.1

09 Feb 09:07

Choose a tag to compare

New Features

  • 斜杠命令弹窗重设计 — 新增搜索框实时过滤命令;内置命令与 Skills 分组显示("Commands" / "Skills" 标题);每个内置命令使用独立图标(help、clear、cost、compact、doctor、init、review、terminal-setup、memory);Skills 统一使用地球图标并显示来源标签(Personal / Agents);移除旧的蓝色 "Built-in" 标签
  • 新聊天页 Logo 更新 — 空聊天页面中央图标替换为自定义 CodePilot 等轴立方体 SVG,支持亮色/暗色主题自适应

Bug Fixes

  • Import CLI Session 弹窗滚动修复 — 修复会话列表超出弹窗边界且无法滚动的问题,确保弹窗内容不溢出并正常滚动

Downloads

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

Installation

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

Requirements

Changelog (since v0.6.0)

Commit Description
f861b3f feat: slash command popover redesign, import dialog scroll fix, and new logo
c405d7a chore: bump version to 0.6.1