新功能
- 新增“智能调度”插件:模型列表加入 Auto,选择后可根据每轮任务自动选择模型和推理强度;支持在 Codex/ChatGPT 设置里自定义不同档位、模型、推理强度和分类规则,让调度策略适应不同人的使用场景。
- 支持在 Web 端实时同步 Codex/ChatGPT Desktop 的任务列表与活动状态。
- 新增“项目最近更新排序”插件:“最近更新”模式下按项目最新活动排序,同时保留“手动排序”的项目顺序。
修复
- 适配最新版 Codex/ChatGPT Desktop 的分块 IPC 与侧栏初始化协议,恢复 Web 页面刷新和首屏数据加载。
- 修复 WebSocket 重连后 App Host 中继失效,以及 IPC 重置、重连后任务列表和活动状态不再更新的问题。
- 修复 WindowsApps/MSIX 环境下部分官方运行时文件无法直接复制的问题,新增分块读写复制回退。
- 修复不同界面语言下无法定位账号入口,以及新版渲染器中应用菜单未正确隐藏的问题。
- 修复移动端新建任务后侧栏没有自动收起的问题,并兼容新版官方界面的图标与侧栏标记。
- 修复 Token 用量信息未跟随操作按钮显隐的问题,并统一其字号与时间戳样式。
- 修复官方辅助窗口重复桥接导致流式响应重复显示的问题。
优化/重构
- 对带内容哈希的已修补静态资源启用不可变缓存,减少远程访问时重复传输大型资源。
- 优先处理首屏所需的 App、MCP 和插件列表读取,并合并进行中的相同请求,改善首次加载速度。
- 新增并扩展智能调度、插件配置、项目排序、官方运行时、静态资源及 WebSocket 重连等测试覆盖。
New Features
- Added the “Smart Scheduling” plugin: Auto is now available in the model list and, once selected, automatically chooses a model and reasoning effort for each task. Users can customize scheduling tiers, models, reasoning effort, and classification rules in the Codex/ChatGPT settings, allowing the scheduling strategy to adapt to different users and usage scenarios.
- Added real-time synchronization of Codex/ChatGPT Desktop task lists and activity status in the Web interface.
- Added the “Project Recent Sort” plugin: the “Recently Updated” mode now sorts projects by their latest activity while preserving project order in “Manual” mode.
Fixes
- Added support for the latest Codex/ChatGPT Desktop chunked IPC and sidebar bootstrap protocols, restoring Web refresh and initial data loading.
- Fixed App Host relay failures after WebSocket reconnection, as well as task list and activity updates stopping after IPC resets or reconnections.
- Fixed failures when copying certain official runtime files from WindowsApps/MSIX installations by adding a chunked read/write fallback.
- Fixed account entry detection across different interface languages and the application menu not being hidden in the updated renderer.
- Fixed the mobile sidebar not collapsing after creating a new task, with compatibility for updated official icons and sidebar markers.
- Fixed Token Usage information not following the visibility of other action buttons, and aligned its font size with the timestamp style.
- Fixed duplicate streamed responses caused by official auxiliary windows being bridged more than once.
Optimizations/Refactoring
- Enabled immutable caching for patched static assets with content hashes, reducing repeated transfers of large resources during remote access.
- Prioritized first-screen App, MCP, and plugin list reads and coalesced identical in-flight requests to improve initial loading performance.
- Added and expanded test coverage for Smart Scheduling, plugin configuration, project sorting, the official runtime, static assets, and WebSocket reconnection.
本次版本新增 2 名贡献者 @py2815 @apple-ouyang ,感谢他们的贡献。