新增计划模式、速度选择与桌面/移动端 UI 适配#1
Open
bingqldx wants to merge 32 commits into
Open
Conversation
Add plan collaboration mode handling, model speed service-tier wiring, and composer UI refinements across desktop and mobile. Include focused coverage for plan mode payloads, permission/theme preferences, menu layout, running-send choices, and PWA manifest behavior.
Owner
|
当前 main 已经重构并覆盖上述pr核心能力 |
Author
Owner
|
@bingqldx 更新版本按照全新的UI风格,实现了宽屏显示。深色模式个人还是更倾向用纯黑,更加适配移动端 oled屏幕,且省电。模型选择弹出框也对齐桌面端实现。微调了快捷按钮UI和桌面端对齐,并添加了新对话在composer快捷选择项目、创建线程分支等快捷按钮功能。还有更多优化可以参考最新文档 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


这次做了什么
这次主要是把 CodexMobile 的输入区和 Codex 任务交互补齐:它现在有明确的计划模式入口,也有模型速度选择;同时桌面端和移动端的 composer 都重新整理过,不再只是把所有按钮挤在同一排。
主要变化
1. 桌面端 UI 适配
2. 计划模式支持
/plan。3. 移动端 UI 适配
+菜单,比如 Chat/计划和技能,底部只保留更常用、更需要随时看到的控制。4. 模型速度选择
5. PWA 与主题
截图
桌面端模型菜单

移动端添加菜单

English Summary
This PR adds explicit plan mode support, model speed selection, and a cleaned-up composer UI for both desktop and mobile. The desktop composer now uses a Codex-like nested model menu, while the mobile composer moves lower-frequency controls into the add menu to reduce crowding. It also wires fast mode through to the Codex service tier, improves PWA fullscreen behavior, adds system theme support, and fixes several UI polish issues around pairing, touch targets, and light-mode message bubbles.