github op7418/CodePilot v0.6.3
CodePilot v0.6.3

latest releases: v0.7.0, v0.6.4
2 hours ago

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

Don't miss a new CodePilot release

NewReleases is sending notifications on new releases.