feat(stepwise): add Answer Outline and evolve the floating panel into a multi-mode interface - #1846
Open
0xTotoroX wants to merge 6 commits into
Open
feat(stepwise): add Answer Outline and evolve the floating panel into a multi-mode interface#18460xTotoroX wants to merge 6 commits into
0xTotoroX wants to merge 6 commits into
Conversation
Contributor
Author
CI 补充说明第一次 CI 失败发生在 Windows 构建阶段,原因是 Windows checkout 将内置的第一方注入脚本转换成了 CRLF 换行,导致 4 个源码契约测试的跨行匹配失败。该问题不是功能逻辑失败。 本次处理没有修改 CI 工作流,也没有修改测试断言或降低测试要求,而是在 第二次 CI 失败发生在 macOS arm64 的 DMG 打包阶段。Rust 编译、测试、代码签名和 App bundle 校验均已通过,但 针对这一问题,打包脚本现在会先将 DMG 写入临时路径,成功后再移动到最终位置;如果遇到瞬时失败,最多重试 3 次,连续失败才会终止任务。 之后的 Windows、macOS arm64 和 macOS x64 CI 检查均已通过。 |
0xTotoroX
marked this pull request as ready for review
August 12, 2026 20:40
Owner
|
维护者审查:三平台 CI 已通过,功能说明和测试覆盖也很充分;但当前 PR 同时包含回答大纲、多协议 Stepwise、约 6800 行注入脚本重构、CDP target 选择、Bridge 生命周期、Launcher、Manager 导航以及 DMG 重试,改动面过大,任一运行时回归都很难单独回退或定位。 建议至少拆成三个可独立验证的 PR:
|
0xTotoroX
force-pushed
the
codex/stepwise-pr-ready
branch
from
August 13, 2026 11:32
ce4bff0 to
7a3c073
Compare
Contributor
Author
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.
摘要
本 PR 在现有 Stepwise 基础上加入回答大纲,并将原先的圆形入口重新设计为统一的多模式悬浮面板。Stepwise 与回答大纲作为面板内可独立控制的二级功能,同时完成生成链路、运行稳定性、Manager 集成与界面体验的迭代。
主要变化
功能结构
Stepwise
悬浮面板
Manager
运行稳定性
兼容性
关联 Issue
验证
cargo test --workspacecargo clippy --workspace --all-targets --all-featuresapp://-/index.html验证脚本与 Bridge 单例稳定测试构建
macOS arm64 测试构建:
https://github.com/0xTotoroX/CodexPlusPlus/releases/tag/stepwise-pr-test-46228f9
恰逢 Grok 4.6 与 DeepSeek-V4-Pro-0813 上线,希望本次 Stepwise 与回答大纲的迭代,能够让来自不同模型的长回答更容易被理解、整理并继续推进。