Skip to content

Releases: hl9565/CodexPilot

CodexPilot v1.3.3

16 Jun 02:25

Choose a tag to compare

中文\n- 本次发布包含最近一批稳定性与体验修复。\n- 安装包会在 Release 发布后由 GitHub Actions 自动构建并上传。\n\n## English\n- This release includes the latest stability and UX fixes.\n- Installer assets will be built and uploaded automatically by GitHub Actions after the release is published.

Full Changelog: v1.3.2...v1.3.3

CodexPilot v1.3.2

09 Jun 04:51

Choose a tag to compare

中文

  • 让 GitHub Release 发布后自动构建 macOS Apple Silicon、macOS Intel 和 Windows 安装包。
  • 本版本用于验证 GitHub Actions Release assets 自动打包流程。

English

  • Build macOS Apple Silicon, macOS Intel, and Windows installers automatically after a GitHub Release is published.
  • This release verifies the GitHub Actions release asset packaging flow.

CodexPilot v1.3.1

09 Jun 04:25

Choose a tag to compare

中文

  • 更新 README,补充全局 Fast 与单对话 Fast 的使用说明和截图。
  • 版本号升至 1.3.1,并发布 macOS Apple Silicon DMG。

English

  • Updated the README with Global Fast and per-dialog Fast usage notes and screenshots.
  • Bumped the version to 1.3.1 and published the macOS Apple Silicon DMG.

SHA256

08fd0b5f71bff6d00e7cb50379621daed8fd77b84dd75fc37e768480338ec1b6

v1.3.0

02 Jun 09:41

Choose a tag to compare

更新摘要

  • README 重点改成免登录插件解锁、页面增强和对话同步,去掉注入相关表述。
  • 更新管理器总览、启动页和插件已解锁效果截图。
  • 明确 Provider 切换由 ccSwitch 负责。

Highlights

  • Refocused the README around plugin unlock without login, page enhancements, and dialog sync.
  • Refreshed the manager overview, launch, and unlocked-plugin screenshots.
  • Clarified that Provider switching is handled by ccSwitch.

Full Changelog: v1.2.6...v1.3.0

v1.2.6

27 May 02:29

Choose a tag to compare

Full Changelog: v1.2.4...v1.2.6

CodexPilot v1.2.4

23 May 14:32

Choose a tag to compare

中文

  • 改进 Manager 的配置页和夜间模式,修复 CCSwitch 导入区在黑夜模式下的视觉不一致问题。
  • 加强自动启动与 Provider 相关测试和设计文档,补充线程快速切换、Provider 测试加固等规格说明。
  • 为 Manager 样式新增主题颜色守卫检查,防止组件区再次写入破坏黑夜模式的硬编码颜色。
  • 补充会话删除诊断日志与存储检查信息,便于排查删除无响应或删除失败问题。
  • 包含最新 README 更新与发布版本号提升到 1.2.4。

English

  • Improved the Manager provider page and dark mode, including a fix for the CCSwitch import row rendering inconsistently in night mode.
  • Strengthened auto-launch and provider-related tests and added design specs for fast thread toggle and provider test hardening.
  • Added a Manager theme color guard to prevent hard-coded component colors from breaking dark mode again.
  • Added diagnostic logging and storage inspection around session deletion to make delete-no-response and delete-failure issues easier to debug.
  • Includes the latest README updates and bumps the release version to 1.2.4.

CodexPilot 1.2.3

23 May 12:29

Choose a tag to compare

更新内容 | What's New

  • 修复会话列表行内操作按钮遮挡 Codex 原生按钮的问题,导出 / 删除按钮改为左移直显

  • Fixed inline row actions overlapping Codex native controls by shifting Export / Delete buttons into the row's free space

  • 修复 Timeline 在线程页不生效的问题,增强对当前 Codex 会话 DOM 的用户消息识别

  • Fixed Timeline not showing on conversation pages by broadening user-message detection for the current Codex DOM

  • 合入已在主分支完成合并的 Windows 安装包修复 PR(#2),包含 installer bundling 修正

  • Included the already-merged Windows installer fix PR (#2), covering installer bundling corrections

CodexPilot v1.1.2

23 May 09:38

Choose a tag to compare

  • 新增启动后自动同步会话开关\n- 优化启动偏好区交互与展示\n- 调整 Codex 侧边栏行内操作为弹出式面板,避免遮挡原生按钮

v1.1.1

22 May 13:26

Choose a tag to compare

中文

  • 修正模型通道切换,总览与模型通道页状态保持一致
  • 通道卡片点击后立即生效,保存按钮仅用于保存配置
  • 优化自动启动行为,仅在安全场景下自动拉起 Codex

English

  • Fixed provider channel switching so Overview and Provider pages stay in sync
  • Channel cards now apply immediately, while the save button only saves profile settings
  • Refined auto-launch behavior so Codex starts automatically only in safe cases

v1.1.0

22 May 11:15

Choose a tag to compare

中文

  • 新增可扩展协议转换层
  • 支持 Chat Completions 与 Anthropic Messages 上游
  • 补充 helper 自动化测试

English

  • Added an extensible protocol relay layer
  • Added Chat Completions and Anthropic Messages upstream support
  • Expanded helper automation coverage