Skip to content

0.11.0 - 2026-01-09

Choose a tag to compare

@github-actions github-actions released this 09 Jan 06:22

Release Notes

修复 / Fixed

  • 修复 balanced 等策略下,never_on_status400 的默认 guardrail 会误伤可重试的错误分类(例如 cloudflare_challenge),导致 400 场景无法按 on_class 触发重试/切换的问题。
    Fix an issue where the default never_on_status guardrail (including 400) could override retryable error classes (e.g. cloudflare_challenge) under profiles like balanced, preventing retries/failover for certain 400 responses that should be eligible via on_class.

变更 / Changed

  • 默认 never_on_status 移除 400,保留 413/415/422 作为更“确定是请求侧”的状态码兜底;仍建议使用 never_on_class=["client_error_non_retryable"] 阻止明显的参数/校验类错误扩散到多 provider。
    Default never_on_status now excludes 400 and keeps 413/415/422 as more clearly client-side guardrails; keep using never_on_class=["client_error_non_retryable"] to avoid amplifying obvious request/validation mistakes across providers.

Install codex-helper 0.11.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Latias94/codex-helper/releases/download/v0.11.0/codex-helper-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Latias94/codex-helper/releases/download/v0.11.0/codex-helper-installer.ps1 | iex"

Download codex-helper 0.11.0

File Platform Checksum
codex-helper-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codex-helper-x86_64-apple-darwin.tar.xz Intel macOS checksum
codex-helper-x86_64-pc-windows-msvc.zip x64 Windows checksum
codex-helper-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum