Releases: CottonChou/CodeXPool
Releases · CottonChou/CodeXPool
Release list
v1.1.1 - Stable Release
Stable Release
Verified: ChatGPT ↔ API Key bidirectional switching works correctly with thread visibility preserved.
Fixes since v1.1.0
- Fix auth mode not updating —
activeAuthModeis now set immediately after config write, preventing stale mode state on partial failure - Fix thread visibility mismatch —
repairThreadVisibilitynow uses the same resolved provider name asconfig.toml(e.g.openai-custom), ensuring Codex desktop can find threads after switching to API key mode
Rollback
# Rollback to v1.1.0
git checkout v1.1.0
# Rollback to pre-fix version
git checkout v1.1.0~1v1.1.0 - API Key Switching Stability Fix
Changes
Bug Fixes
- Fix thread visibility loss when switching from ChatGPT account mode to API key mode — threads no longer disappear in Codex desktop app
- Avoid reserved provider IDs (
openai,anthropic, etc.) inconfig.toml[model_providers]section by auto-appending-customsuffix - Fix Claude API profile switching — clicking switch now correctly updates the active profile and shows feedback notice
- Fix JSON forward slash escaping in
~/.claude/settings.json(no morehttps:\/\/) - Fix Codex UI not updating after switching from ChatGPT account to API key mode
Performance
- Reduce TCC permission prompts by adding file read caching (30-60s TTL) to
AuthFileRepository,ChatGPTBaseOriginResolver, andClaudeConfigService - Cache invalidation on account/profile switch to prevent stale data
Improvements
- Improve Claude profile "current" detection with live config fallback when saved selection is missing
Rollback
To rollback to the previous version:
git checkout v1.1.0~1CodeXPool 1.0.22
CodeXPool v1.0.22
新增 / What's New
- 新增纯中文 README,支持中英文一键切换
- Added Chinese README (
README_zh.md) with language switcher
下载 / Download
- CodeXPool-1.0.22-macOS.zip — macOS 14+ 应用(未签名版本)
- 下载后解压,将
CodeXPool.app拖入「应用程序」文件夹 - 首次打开如遇安全提示,请前往「系统设置 → 隐私与安全性」点击「仍要打开」
系统要求 / Requirements
- macOS 14 (Sonoma) 或更高版本