Skip to content

v2.0.11

Latest

Choose a tag to compare

@fchangjun fchangjun released this 10 Jun 04:59

AI Zero Token 2.0.11

Highlights

  • Accepts sub2api-style Codex account JSON files without a real chatgpt_account_id as gateway-only accounts.
  • Disables local Codex application for gateway-only imported accounts and shows the hover reason in the account UI.
  • Uses only real Codex account ids for ChatGPT-Account-Id headers and local Codex auth.json writes.
  • Adds configurable per-account Codex request serialization with delay and jitter.
  • Improves manual OAuth fallback inside the account modal and extends the callback wait window to three minutes.

Desktop Assets

Uploaded in this release:

  • AI Zero Token-2.0.11-mac-arm64.dmg
  • AI Zero Token-2.0.11-mac-x64.dmg
  • AI Zero Token-2.0.11-win.zip

Skipped for now:

  • AI Zero Token Setup 2.0.11.exe could not be generated on this macOS machine because the bundled x64 7za/NSIS tools hang under Rosetta. Build the installer on Windows/CI and upload it to this release when available.

Verification

  • npm run typecheck
  • npm run build
  • npm run pack:dry
  • npm latest dist-tag: 2.0.11

macOS 安装提示

  • macOS DMG 已重新打包并替换:两个 .app 都已重新 deep ad-hoc signed,并通过本地 codesign --verify --deep --strict 与 DMG 挂载校验。
  • 如果打开时仍看到“已损坏,无法打开”,这是 GitHub 下载后的 quarantine 隔离标记加上当前版本尚未 Apple Developer ID 公证导致的 Gatekeeper 提示;请先把 App 拖入 Applications,然后按 DMG 内的 mac-install-guide.txt 执行 xattr -dr com.apple.quarantine "/Applications/AI Zero Token.app" 后再打开。