Skip to content

Releases: AITabby/codexsplit

CodexSplit v2.0.0-beta.1

Pre-release

Choose a tag to compare

@AITabby AITabby released this 09 Aug 01:53

CodexSplit v2.0.0-beta.1

CodexSplit 2.0.0 Beta 1 is the first public Beta under the CodexSplit name.
The release is intentionally published as a source tag plus a macOS Apple
Silicon DMG so Windows development can continue from the exact same source.

中文

CodexSplit 2.0.0 Beta 1 是以 CodexSplit 名称发布的第一个公开 Beta。
本次发布同时提供源码 tag 和 macOS Apple Silicon DMG,Windows 后续可以
基于完全相同的源码继续开发。

本次包含

  • v2.0.0-beta.1 对应的完整 CodexSplit 源码。
  • macOS Apple Silicon 安装包:CodexSplit-2.0.0-beta.1-arm64.dmg
  • 官方 Codex 原生路由与第三方模型路由保持隔离。
  • 第三方模型 Desktop Bridge,以及不绑定会话的官方 GPT 账号轮换。
  • 服务商目录、模型发现、凭据、订阅导入、语音、GPT-Live、会话、Agent
    路由和网关诊断。

目录中的几十个 API 服务商预设参考了 CC Switch 的 Codex provider preset
列表

CodexSplit 没有复制 CC Switch 的认证、代理、订阅、推广或图标实现;这些
预设不是官方合作,也不保证每个服务商、模型、地区、额度或接口都可用。

Windows 开发

Windows 可以克隆仓库并切换到相同的 Beta tag:

git clone https://github.com/AITabby/codexsplit.git
cd codexsplit
git checkout v2.0.0-beta.1

第一个 Beta 暂不附带 Windows 安装包,Windows 安装包会在 Windows 端接入
完成后随后续 Beta 发布。

已知限制

  • macOS DMG 是 arm64 本地 Ad-hoc 构建,尚未进行 Apple 公证。
  • macOS 专属的本地订阅导入、Voice Bar 和 CDP 集成不代表 Windows 功能完全一致。
  • OPENCODEX_*.opencodexopencodex provider namespace 等内部兼容标识
    暂时保留,避免产品改名破坏已有本地状态和路由契约。

English

Included

  • CodexSplit source tree at tag v2.0.0-beta.1.
  • macOS Apple Silicon package: CodexSplit-2.0.0-beta.1-arm64.dmg.
  • Native Codex routing remains separate from third-party provider routing.
  • Explicit Desktop Bridge mode for third-party models and official GPT account
    rotation without binding an account to a conversation.
  • Provider catalog, model discovery, credentials, subscription imports, voice,
    GPT-Live, sessions, Agent routing, and gateway diagnostics.

The dozens of API provider presets in the catalog reference public metadata
from CC Switch's Codex provider preset list.
CodexSplit does not copy CC Switch authentication, proxy, subscription,
promotion, or icon implementations, and the catalog is not an official
partnership or a guarantee of provider availability.

Windows development

Windows can clone the repository and check out the same Beta tag:

git clone https://github.com/AITabby/codexsplit.git
cd codexsplit
git checkout v2.0.0-beta.1

The Windows installer is not attached to this first Beta. It will be added in
a later Beta after the Windows app packaging work is integrated.

Known release limits

  • The macOS DMG is an arm64 local Ad-hoc build and is not notarized.
  • macOS-specific subscription import, Voice Bar, and CDP integrations do not
    imply Windows feature parity.
  • Existing internal compatibility identifiers such as OPENCODEX_*,
    .opencodex, and provider namespace opencodex remain in the source so
    existing local state and routing contracts are not broken by the product
    rename.

OpenCodex v1.2.0

Choose a tag to compare

@AITabby AITabby released this 07 Aug 01:55

OpenCodex v1.2.0\n\n- Native app-server remains unchanged; OpenCodex outer bridge routes native subagent requests through the local gateway at 127.0.0.1:8765.\n- The gateway selects the requested model/Profile and reasoning tier for official and third-party providers.\n- Full test suite: 190/190 passed.\n- macOS arm64 DMG is ad-hoc signed and not notarized.\n- Known limitation: some Desktop worktree cards may still display the default light tier even when gateway routing uses the configured Profile tier.

OpenCodex v1.1.2

Choose a tag to compare

@AITabby AITabby released this 06 Aug 00:28

1.1.2

  • 官方 GPT 与第三方模型统一使用原生 Codex gpt-image-2 生图路径。
  • gpt-image-1.5 仅在 image2 不可用时作为明确兜底,并记录降级日志。
  • 修复第三方模型生图返回 Unsupported content type 的问题。
  • 更新 macOS Apple Silicon DMG 和 README。

验证:完整测试 167/167 通过;DMG 校验有效。

OpenCodex v1.1.1

Choose a tag to compare

@AITabby AITabby released this 05 Aug 09:01

macOS Apple Silicon 补丁版:修复 GPT-Live 悬浮球随 DMG 启动自动出现的问题,现在仅在用户主动开启时启动;同时包含 Agent 路由稳定性修复。DMG 为本地 arm64 Ad-hoc 签名,未经过 Apple 公证。SHA256: 1985eb40414e9e8376b8e85dd46498a49007b83eca67b047246b0284c112064a

OpenCodex v1.1.0

Choose a tag to compare

@AITabby AITabby released this 04 Aug 18:17

OpenCodex 1.1.0

  • Native GPT context compaction passes through the official Responses compact endpoint unchanged.
  • Third-party model context windows preserve provider metadata and matching model-registry values.
  • Agent routing model capability metadata is preserved per model.
  • macOS Apple Silicon DMG included.

The macOS DMG is an ad-hoc local build and is not notarized.

OpenCodex 1.0.8

Choose a tag to compare

@AITabby AITabby released this 01 Aug 20:31

这次是一次小修小补更新 🛠️

  • 自动读取厂商返回的模型推理强度,模型支持哪些档位就显示哪些档位。
  • 自动读取模型上下文长度,不同模型使用各自的上下文窗口。
  • 第三方模型的 Computer Use 回归,可继续使用桌面操作能力 🖥️
  • 修复第三方模型导入、重启后消失,以及同一会话切换模型时上下文显示不更新的问题。
  • 保留 Codex 原生模型和原生行为不变。

macOS Apple Silicon DMG,当前版本未经过 Apple 公证。首次打开如被 macOS 拦截,请在“系统设置 → 隐私与安全性”中允许打开。

OpenCodex 1.0.7

Choose a tag to compare

@AITabby AITabby released this 31 Jul 21:17

OpenCodex 1.0.7

  • 新增中文 / English 控制中心切换,并记住语言选择。
  • 优化英文模式下会话列表和日志列表的加载性能。
  • 避免语言观察器重复更新相同内容导致页面卡顿。
  • 保留会话正文和日志正文原文,避免大段内容被重复翻译。
  • 更新 macOS 应用、网关和 DMG 版本至 1.0.7。

下载

提供 Apple Silicon (arm64) macOS DMG。

OpenCodex 1.0.6

Choose a tag to compare

@AITabby AITabby released this 31 Jul 20:55

OpenCodex 1.0.6

  • 新增每个模型独立选择 Chat 或 Responses 协议。
  • 原生 Responses 模型支持直连,选择 Chat 时仍按 Chat 协议转换。
  • 不支持所选协议时显式降级,不静默切换配置。
  • 增加模型级测试入口,并支持最多两行模型批量添加。
  • 增强 Responses 历史消息清洗,避免不同模型之间切换产生非法 reasoning ID。
  • 更新 macOS 应用和网关版本至 1.0.6。

下载

提供 Apple Silicon (arm64) macOS DMG。

OpenCodex v1.0.5

Choose a tag to compare

@AITabby AITabby released this 30 Jul 19:41

OpenCodex 1.0.5\n\n- GPT-Live 可在实时沟通后选择任意可用模型执行任务\n- 支持随时切换 Live 任务执行模型\n- 集成独立 GPT-Live 悬浮球\n- 修复第三方网关、Live 会话和模型派发相关问题\n- 提供完整 macOS DMG 安装包

OpenCodex v1.0.3

Choose a tag to compare

@AITabby AITabby released this 28 Jul 17:25

OpenCodex v1.0.3

macOS Apple Silicon

  • Download OpenCodex-1.0.3-arm64.dmg

Windows 10/11

  • Download OpenCodex-1.0.3-win-x64.exe
  • Windows users only need the EXE and Codex Desktop.
  • The Windows EXE includes the local gateway and native app window. Node.js and .NET SDK are not required.

The Source code archives are generated automatically by GitHub and are not required for normal installation.