You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trae CN / TRAE SOLO CN quota and plan logic aligned with official v2 and community work (#1281): CN account refresh prefers pay v2 (ide_user_pay_status / ide_user_ent_usage) and falls back with user_current_entitlement_list; recognizes CN product types such as CNExpress(100) and Pro+ Pack(5); shows fast-request remaining counts and Solo pack concurrency, uses “synced, remaining pending” when data exists but remaining quota cannot be derived, and avoids guessing free remaining; the CN add-account flow documents full JSON only (no raw token). Thanks @sqmw (#1281).
Fixed
Fixed Windows current-user NSIS updates unexpectedly requesting administrator privileges (#1642): when Tauri cannot identify the installer bundle type, the updater now selects NSIS for writable user-level installations and keeps the conservative MSI fallback for protected directories; explicit NSIS/MSI metadata remains authoritative, so genuine system-level MSI installations keep their existing update behavior. Thanks @xdd666t (#1642).
Fixed Codex Responses Lite dropping namespaced collaboration tools (#1647): namespace tool definitions are now preserved across top-level tools, nested input[].additional_tools, payload overrides, and namespace tool_choice; derived GPT sessions can again use spawn_agent, wait_agent, send_message, followup_task, interrupt_agent, and list_agents, while Sol / Terra / Luna shorthand in spawn requests is normalized to the exact GPT-5.6 model IDs. (#1647)
Fixed expired or stale Codex accounts sometimes remaining visible after deletion (#1646): removing an account no longer waits for API Service gateway restart or fails solely because pool reconciliation is unavailable; pool references are persisted first, gateway reconciliation continues in the background, and local deletion proceeds so the account disappears immediately without requiring another valid account to be added. (#1646)
Fixed HTTP 200 Responses streams treating upstream overloads as non-retryable 400 errors (#1651): server_is_overloaded / service_unavailable_error now trigger short credential cooldown and safe account failover before any output is sent, while model_at_capacity is treated as a retryable capacity limit; terminal Responses errors preserve a valid response.failed SSE event so Codex reports the real upstream failure instead of a generic disconnected stream. (#1651)