更新日志(中文)
[1.3.5] - 2026-07-16
新增
- Codex API 服务支持 Responses Lite 联网搜索转发:本地网关新增
/v1/alpha/search(及直连兼容路径),按 OAuth 账号调度并转发至 ChatGPT Codex alpha search,恢复 Lite 场景下的 web.run 搜索能力。 - Codex API 服务支持 Responses WebSocket:网关提供
GET /v1/responses升级入口;本地 API 服务 profile 会声明 WebSocket 能力,便于客户端走 WS 而非始终回退 SSE。 - Grok CLI 支持完整账号导出与再导入:导出保留可恢复凭据;添加账号页签与 Codex 对齐(授权登录 · Token / JSON · API Key · 本地导入),可粘贴官方
auth.json或本应用导出 JSON,也可选择 JSON 文件导入。 - Codex 配额错误卡片支持摘要 + 详情:卡片仅展示短摘要(含 HTTP 状态摘要);完整错误正文(含 HTML/body 转储)可通过「查看详情」弹框阅读,避免列表被长错误撑乱。
修复
- 修复模型价格设置无法保存的问题:非长上下文模型(如
gpt-5.4-mini)的「长上下文阶梯阈值」可为空;仅在填写了非法值,或已配置长上下文价格档却缺少合法阈值时拦截保存。感谢 @andrew05060414(#1592)。 - 修复 WorkBuddy 每日签到状态与官方不一致的问题:查询优先使用官方 Buddy 加油站接口
checkin-activity-status(失败再回退checkin-status);状态机与官方一致(可领 / 已领取 / 不可用);今日已领(today_checked_in)显示为「已领取」,领取成功后先本地落态再后台刷新,避免签到成功后仍显示未签到或不可用。 - 修复 Grok 账号已绑定实例时无法删除的问题:删除时会自动解除默认实例与多开实例绑定,无需先手动解绑。
- 修复升级后遗留「禁用生图」配置导致可点生图但网关无
gpt-image-2的问题:集合级Disabled/ImagesOnly会自动迁移为Enabled,与 1.3.4 移除禁用 UI 后的行为一致。 - 修复 OAuth 本地 API 在 Responses Lite 上误注入 hosted 工具导致请求失败或生图异常的问题:HTTP / SSE / WebSocket 路径会过滤不支持的 hosted 工具并保留客户端工具能力。感谢 @kin001(#1577)。
- 修复 WorkBuddy 多开实例数据目录与官方不一致的问题:默认按官方
~/.workbuddy配置根与~/.workbuddy/appElectron userData 布局解析与创建,并在启动时正确设置WORKBUDDY_CONFIG_DIR/WORKBUDDY_USER_DATA_DIR。 - 修复 Windows 应用路径展示
\\?\扩展前缀的问题:读取、探测、保存与设置页展示会统一剥除\\?\/\\?\UNC\,显示为常规盘符或 UNC 路径。
Changelog (English)
[1.3.5] - 2026-07-16
Added
- Codex API Service proxies Responses Lite web search: the local gateway adds
/v1/alpha/search(plus a direct-compatible path), schedules an OAuth account, and forwards to ChatGPT Codex alpha search so Lite web.run search works again. - Codex API Service supports Responses WebSocket: the gateway exposes a
GET /v1/responsesupgrade route; local API Service profiles advertise WebSocket support so the client can use WS instead of always falling back to SSE. - Grok CLI supports full account export and re-import: export keeps credentials for recovery; add-account tabs match Codex (OAuth · Token / JSON · API Key · Local import) so you can paste official
auth.jsonor Cockpit export JSON, or pick a JSON file. - Codex quota error cards show a short summary with a details modal: cards keep a compact summary (including HTTP status summaries); full error bodies (including HTML/body dumps) open via View Details so long failures no longer blow up the list layout.
Fixed
- Fixed model pricing settings that could not be saved: non-long-context models (such as
gpt-5.4-mini) may leave the long-context token threshold empty; save is blocked only when the value is invalid, or long-context price tiers are set without a valid threshold. Thanks @andrew05060414 for #1592. - Fixed WorkBuddy daily check-in status not matching the official client: status queries prefer the official Buddy fuel-station endpoint
checkin-activity-status(with fallback tocheckin-status); the UI state machine matches the official available / claimed / inactive flow; accounts withtoday_checked_inshow as Claimed, and a successful claim updates local state first then refreshes in the background so success no longer stays Not Checked In or Unavailable. - Fixed deleting a Grok account that was bound to an instance: delete now clears default/multi-instance bindings automatically, so you no longer need to unbind first.
- Fixed legacy “disable image generation” settings that left image gen clickable while the gateway hid
gpt-image-2: collection-levelDisabled/ImagesOnlynow migrate toEnabled, matching the 1.3.4 removal of the disable UI. - Fixed OAuth-backed local API Responses Lite requests that incorrectly injected hosted tools and failed or broke image generation: HTTP, SSE, and WebSocket paths filter unsupported hosted tools while keeping client-executed tools. Thanks @kin001 for #1577.
- Fixed WorkBuddy multi-instance data directories not matching the official layout: defaults resolve and create the official
~/.workbuddyconfig root and~/.workbuddy/appElectron userData layout, and start instances with the correctWORKBUDDY_CONFIG_DIR/WORKBUDDY_USER_DATA_DIR. - Fixed Windows app paths showing the
\\?\extended prefix: load, detect, save, and Settings display now strip\\?\/\\?\UNC\so users see normal drive-letter or UNC paths.