feat: 固定本地检索进度总量,优化 AI 执行过程展示 - #145
Merged
2977094657 merged 2 commits intoSep 15, 2026
Merged
2977094657 merged 2 commits into
2977094657 merged 2 commits into
Conversation
xiaoshengbao
force-pushed
the
codex/local-search-ai-progress-20260915
branch
from
September 15, 2026 08:49
267447c to
629f1cd
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.
本地检索:固定本轮总量
整理开始前先分页暂存消息、去重并确定本轮总量,再按「已保存消息数 / 本轮总量」展示进度。暂停或重启后沿用同一份消息清单,新消息留到下一轮,避免整理过程中分母变化。
AI 助手:优化执行过程展示
验证
git diff --check通过。