AI Zero Token 2.0.11
Highlights
- Accepts sub2api-style Codex account JSON files without a real
chatgpt_account_idas 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-Idheaders and local Codexauth.jsonwrites. - 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.dmgAI Zero Token-2.0.11-mac-x64.dmgAI Zero Token-2.0.11-win.zip
Skipped for now:
AI Zero Token Setup 2.0.11.execould 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 typechecknpm run buildnpm 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"后再打开。