更新日志(中文)
[0.16.2] - 2026-03-19
新增
- Codex API Key 账号现已支持自定义 Base URL 全链路能力并真实落盘:API Key 添加/导入/切号链路可读写
base_url(含config.toml),并保持账号元数据与本地 auth 文件一致。 - Codex API Key 账号支持原位编辑凭据:账号卡片/表格新增 API Key + Base URL 编辑入口,后端会一次性同步账号 ID/索引、当前账号映射与实例绑定。
变更
- Codex 配额异常区域新增 OAuth 快速重授权入口:当出现
401、token_invalidated等令牌失效错误时,可直接从配额异常提示跳转重新 OAuth 授权。
修复
- 本机导入后的账号列表刷新稳定性提升:共享 Provider、Codex、Qoder 与通用账号页在导入后增加短延时二次拉取,减少索引写入延迟导致的短暂不显示问题。
- Trae 刷新失败诊断信息更完整:当上游返回非 JSON 响应时,错误信息会附带状态码、关键响应头和安全截断的 body 预览,便于定位问题。
Changelog (English)
[0.16.2] - 2026-03-19
Added
- Codex API Key accounts now support custom Base URL end-to-end with local persistence: API Key add/import/switch flows now read and write
base_url(includingconfig.toml) and keep account metadata synced with local auth files. - Codex API Key accounts now support in-place credential editing: account cards/tables add an edit action for API Key + Base URL, and backend updates account id/index, current-account mapping, and instance bindings in one operation.
Changed
- Codex quota-error cards/tables now provide direct OAuth reauthorize action for token-invalid scenarios:
401/token_invalidated-like errors can jump back into OAuth authorization from the quota error area.
Fixed
- Local-import account lists now refresh more reliably across pages: shared provider, Codex, Qoder, and generic accounts pages add a short delayed refetch after import to avoid transient index-write lag.
- Trae refresh diagnostics are now richer for non-JSON upstream responses: parse errors now include HTTP status, key response headers, and a safe body preview to speed up troubleshooting.