更新日志(中文)
[0.22.21] - 2026-05-10
新增
- 官方 Linux 发布产物已恢复到发布链路:CI 会构建 Ubuntu x86_64 与 ARM64 目标,发布 AppImage/deb/rpm 更新器元数据,README 安装说明也重新列出 Linux 安装包。
- Codex 账号现支持独立账号备注字段:可在账号总览中手动保存账号备注,并随 Codex 账号记录一起落盘。
变更
- Codex 配额刷新网络失败现展示为可重试刷新提示:请求发送失败会显示更轻量的“刷新失败”徽标与手动重试文案,不再暗示完整配额或授权异常。
- Codex 账号卡片与表格现内联提供备注编辑入口:加入 API 服务的账号会在服务徽标旁展示备注操作,每个账号也会在行/卡片操作区提供备注入口。
修复
- Codex 本地 API 服务现可处理上游
response.doneSSE 完成事件:chat、image 与 Responses 适配器可读取具名 SSE 事件,捕获包含 cached tokens 在内的用量,并在上游 data 载荷缺少type字段时仍能转换完成响应。 - 流式
/v1/responses请求现保持透传:流式请求会继续使用上游流式适配器,不再被转入非流式响应解析路径。
Changelog (English)
[0.22.21] - 2026-05-10
Added
- Official Linux release artifacts are back in the release pipeline: CI builds Ubuntu x86_64 and ARM64 targets, publishes AppImage/deb/rpm updater metadata, and README install guidance lists Linux packages again.
- Codex accounts now support standalone account notes: account notes can be saved manually from the account overview and are stored with each Codex account record.
Changed
- Codex quota refresh network failures are now presented as retryable refresh notices: request-send failures show a lighter refresh-failed badge and manual retry copy instead of implying a full quota or authorization error.
- Codex account cards and tables now expose note editing inline: accounts with API Service membership show the note action beside the service badge, while every account also has a note action in its row/card controls.
Fixed
- Codex Local API Service now handles upstream
response.doneSSE completion events: chat, image, and Responses adapters can read named SSE events, capture usage including cached tokens, and convert completed responses when upstream omits thetypefield in the data payload. - Streaming
/v1/responsesrequests now stay passthrough: stream requests keep their upstream streaming adapter instead of being converted through the non-streaming response parser.