Show streaming reasoning summaries in the TUI status row - #43921
Merged
copyberry[bot] merged 1 commit intoSep 8, 2026
Merged
copyberry[bot] merged 1 commit into
copyberry[bot] merged 1 commit into
Conversation
## What changed - Update the status heading from the latest usable reasoning line and retain it through tool activity and empty reasoning items. Keep completed reasoning in the expanded transcript only. - Restore active reasoning after resume, thread switches, and session refreshes, including when earlier events have left the replay buffer. - Default new embedded TUI threads to `model_reasoning_summary = "detailed"`, honoring explicit summary settings. Keep `concurrent_reasoning_summaries` opt-in and disable it when summaries are `none`. - Persist the request's captured reasoning summary setting in context updates and local and remote compaction checkpoints. - Animate status text with a smooth, grapheme-aware shimmer that respects terminal colors and reduced motion. ## Testing Add regression coverage for reasoning status updates, transcript visibility, resume and buffered replay, outbound summary configuration, and summary settings across all three compaction modes. Add shimmer snapshots and checks for smooth brightness changes and Unicode grapheme preservation. GitOrigin-RevId: 725c7de20f23166d7a3da6daeca617add5cbc600
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/725c7de20f23166d7a3da6daeca617add5cbc600
branch
from
September 8, 2026 21:41
73fe096 to
9ec33e1
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/725c7de20f23166d7a3da6daeca617add5cbc600
branch
September 8, 2026 21:41
amonroy10-cloud
temporarily deployed
to
issue-triage
September 8, 2026 21:42 — with
GitHub Actions
Inactive
amonroy10-cloud
temporarily deployed
to
issue-triage
September 8, 2026 21:42 — with
GitHub Actions
Inactive
amonroy10-cloud
temporarily deployed
to
issue-triage
September 8, 2026 21:42 — with
GitHub Actions
Inactive
vladai78
temporarily deployed
to
issue-triage
September 8, 2026 21:42 — with
GitHub Actions
Inactive
vladai78
temporarily deployed
to
issue-triage
September 8, 2026 21:42 — with
GitHub Actions
Inactive
vladai78
temporarily deployed
to
issue-triage
September 8, 2026 21:42 — with
GitHub Actions
Inactive
amonroy10-cloud
temporarily deployed
to
issue-triage
September 8, 2026 21:43 — with
GitHub Actions
Inactive
vladai78
temporarily deployed
to
issue-triage
September 8, 2026 21:43 — with
GitHub Actions
Inactive
This branch was previously deployed
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Show streaming reasoning summaries in the TUI status row
What changed
model_reasoning_summary = "detailed", honoring explicit summary settings. Keepconcurrent_reasoning_summariesopt-in and disable it when summaries arenone.Testing
Add regression coverage for reasoning status updates, transcript visibility, resume and buffered replay, outbound summary configuration, and summary settings across all three compaction modes. Add shimmer snapshots and checks for smooth brightness changes and Unicode grapheme preservation.