更新日志(中文)
[0.22.6] - 2026-04-21
新增
- 外部导入现已覆盖启动期与运行期的 Deep Link 唤起链路:启动参数、单实例唤起、
deep_link.on_open_url/get_current以及 macOSRunEvent::Opened现已统一走同一导入处理器,并支持待处理 payload 投递。 - Codex API 服务成员管理现已新增可持久化的“限制 Free 账号”开关:集合配置新增
restrictFreeAccounts(默认true),需要时可显式放开 Free 套餐账号。
变更
- Codex API 服务账号过滤现已端到端遵循已保存的 Free 限制策略:保存成员、运行时集合清洗、请求代理候选过滤现统一使用同一规则,不再固定强制屏蔽 Free 套餐。
- Antigravity 外部导入 token 处理现已在打开添加弹框前自动归一化 OAuth 刷新令牌:
1//...负载会自动包装为 JSON({"refresh_token":"..."}),减少手工转换 token 的步骤。
Changelog (English)
[0.22.6] - 2026-04-21
Added
- External provider import now handles deep-link wakeups across startup and runtime paths: startup arguments, single-instance wakeups,
deep_link.on_open_url/get_current, and macOSRunEvent::Openednow all route through the same import handler with pending payload delivery. - Codex API Service member management now includes a persisted
Limit Free Accountstoggle: collection settings addrestrictFreeAccounts(defaulttrue), so Free-plan accounts can be explicitly allowed when needed.
Changed
- Codex API Service account filtering now follows the persisted Free-account restriction end-to-end: save flow, runtime collection sanitization, and request proxy candidate filtering now use the same rule instead of always hard-blocking Free plans.
- Antigravity external-import token handling now auto-normalizes raw OAuth refresh tokens before opening the add-account modal:
1//...payloads are automatically wrapped into JSON ({"refresh_token":"..."}) to reduce manual token conversion.