Refine hook activity rendering in the TUI - #42118
Merged
copyberry[bot] merged 1 commit intoSep 1, 2026
Merged
Conversation
## What changed - Show revealed running hooks in the bottom activity area instead of the conversation viewport or transcript overlay. Fold the hook message into the active status row when space permits and reflow it below the row without displacing background-process controls or status details. - Keep fast hooks hidden, collapse concurrent hooks to a shared summary when needed, and support hook activity outside an active agent turn. - Simplify durable hook output into user-facing messages and actionable failure, block, and stop states. Suppress model-facing context and quiet successful completions from all TUI history surfaces. ## Testing - Add lifecycle, layout, narrow-width, multi-width Unicode, transcript, restart, and completion-output coverage for hook status and history rendering. GitOrigin-RevId: 4c52b7a736e9e466e109107eb3c04a39d089597f
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/4c52b7a736e9e466e109107eb3c04a39d089597f
branch
from
September 1, 2026 19:07
a62530f to
bc39b0e
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/4c52b7a736e9e466e109107eb3c04a39d089597f
branch
September 1, 2026 19:08
v19880112-lab
temporarily deployed
to
issue-triage
September 1, 2026 19:14 — with
GitHub Actions
Inactive
v19880112-lab
temporarily deployed
to
issue-triage
September 1, 2026 19:14 — with
GitHub Actions
Inactive
v19880112-lab
temporarily deployed
to
issue-triage
September 1, 2026 19:14 — with
GitHub Actions
Inactive
v19880112-lab
temporarily deployed
to
issue-triage
September 1, 2026 19:15 — with
GitHub Actions
Inactive
rwhepburn
temporarily deployed
to
issue-triage
September 1, 2026 19:17 — with
GitHub Actions
Inactive
rwhepburn
temporarily deployed
to
issue-triage
September 1, 2026 19:17 — with
GitHub Actions
Inactive
rwhepburn
temporarily deployed
to
issue-triage
September 1, 2026 19:17 — with
GitHub Actions
Inactive
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.
Refine hook activity rendering in the TUI
What changed
Testing