Skip to content

Releases: serein431/Remote-Codex-API

Remote Codex API v0.1.1

24 May 14:33

Choose a tag to compare

Remote Codex API v0.1.1

这版主要补齐管理和排障闭环,适合已经在用第三方 API / 中转站 / Codex Manager 的用户更新。

新增

  • 增加“清除 API 模式”,可备份当前 Codex 文件后移除 Remote Codex API 写入的 Provider 和明文 bearer token,并保持 ChatGPT 登录态。
  • 增加状态页诊断报告,可检查 Codex 安装、进程、关键本地文件、配置数量、备份数量和自定义历史目录数量。
  • 增加 GitHub Release 更新检查,应用内可以看到当前版本和最新版本。
  • 状态页补充产品边界说明,Remote Codex API 继续专注 Provider、ChatGPT 登录态和本地历史同步。

修复与改进

  • 清除 API 模式只移除 Remote Codex API 自己的 provider bucket,不会误删用户其它 provider 配置。
  • 诊断报告不会输出 bearer token 或 API key。
  • Windows/macOS 的 CI 验证流程保持一致。

验证

  • macOS CI: cargo fmt, cargo test, cargo check, npm run build
  • Windows CI: cargo fmt, cargo test, cargo check, npm run build

Remote Codex API v0.1.0

18 May 17:04

Choose a tag to compare

首个公开版本。Remote Codex API 是一个轻量桌面托盘工具,用来让第三方 API / 本地中转 / Codex Manager 用户继续使用 Codex Remote、插件、额度查询和本地历史。

Highlights

  • 保留 ChatGPT 登录态,同时把模型请求切到第三方 API 或本地中转。
  • 支持 Provider Profile 管理、系统钥匙串保存 token、一键保存并启用。
  • 固定使用 remote-codex-api Provider 桶,降低切换 Provider 后历史不可见的问题。
  • 历史同步只对齐 Provider 和本地索引,不搬运聊天内容,也不改历史里的模型名。
  • 支持自定义历史目录,适合 Windows + WSL、多工作区和非默认 Codex home。
  • 激活配置和手动历史同步前会创建本地备份,支持恢复。
  • 首次启动支持中英文和跟随系统深浅色,之后尊重用户自己的主题选择。
  • README 已写清楚和 Codex Mate 的区别,以及如何和 Codex Manager 一起使用。

Downloads

发布后 GitHub Actions 会自动上传 macOS .app.zip 和 Windows 安装包。

Notes

  • 目前首发支持 macOS 和 Windows。
  • 应用未做代码签名时,系统可能会出现安全提示,请按系统提示确认来源。
  • Provider token 平时存放在系统凭据管理器中;但 Codex 当前运行时仍需要从自己的配置读取 bearer token,因此启用配置时会把当前 token 写入 Codex 配置。