添加 Stepwise 对话后续建议面板#1248
Merged
Merged
Conversation
Owner
|
这个好 |
…llowup # Conflicts: # crates/codex-plus-core/src/assets.rs
Contributor
Author
|
感谢认可! 刚刚上游 main 更新后(86108dc) GitHub 重新计算合并状态,出现了一处冲突。我已经同步最新 main 并解决了冲突,主要是在 |
b1da6ea to
de8d47f
Compare
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:一个可选启用的 Codex++ 页面增强能力,用于在 Codex 页面内生成和展示上下文相关的下一步建议。
Stepwise 默认关闭。用户启用后,页面会出现一个可拖动的浮动入口和紧凑的建议面板。建议由单独配置的 API 生成,因此不会改变现有 Codex 模型调用路径,也不会把建议生成逻辑混入主对话上下文。
背景
在较长的 Codex 对话中,用户经常需要判断下一步应该做什么:继续排查问题、验证改动、整理结论、准备提交,或者提出更精确的追问。
Stepwise 的目标是降低这种衔接成本。它不会替代助手的回答,而是把当前对话转化为一组简短、可点击、可继续执行的后续建议,让用户更容易推进下一轮操作。
用户可见行为
配置方式
Stepwise 在 Codex++ Manager 中使用独立 API 配置:
这样可以把 Stepwise 的建议生成与用户日常使用的 Codex 模型分离。用户可以为建议生成选择更轻量或成本更低的模型,而不影响原有 Codex 工作流。
兼容性与启用策略
截图
Stepwise 建议面板
面板设置摘要视图
页面增强开关
Manager 配置
测试
git diff --check upstream/main...HEADcargo test -p codex-plus-core --test bridge_routescargo test -p codex-plus-core stepwise --libCodex++.app版本1.2.22Codex++ 管理工具.app版本1.2.22