Skip to content

Releases: CottonChou/CodeXPool

v1.1.1 - Stable Release

Choose a tag to compare

@CottonChou CottonChou released this 14 Apr 03:03

Stable Release

Verified: ChatGPT ↔ API Key bidirectional switching works correctly with thread visibility preserved.

Fixes since v1.1.0

  • Fix auth mode not updatingactiveAuthMode is now set immediately after config write, preventing stale mode state on partial failure
  • Fix thread visibility mismatchrepairThreadVisibility now uses the same resolved provider name as config.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~1

v1.1.0 - API Key Switching Stability Fix

Choose a tag to compare

@CottonChou CottonChou released this 13 Apr 04:28

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.) in config.toml [model_providers] section by auto-appending -custom suffix
  • 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 more https:\/\/)
  • 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, and ClaudeConfigService
  • 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~1

CodeXPool 1.0.22

Choose a tag to compare

@CottonChou CottonChou released this 08 Apr 08:58

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) 或更高版本