Add chat navigation from console prompt history - #1743
Merged
Conversation
Collaborator
Author
|
/kelos claude-review |
Contributor
|
🤖 Kelos Task Status Task |
Contributor
|
🤖 Kelos Claude Reviewer Agent @gjkim42 Review SummaryVerdict: APPROVE Findings Overview
FindingsTests
Key takeaways
|
gjkim42
force-pushed
the
console-prompt-history-navigation
branch
from
September 10, 2026 13:40
7f4a860 to
02d164f
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.
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adds Jump to message to each entry in the console's Prompt history. Selecting it loads earlier transcript pages as needed, closes the dialog, and scrolls to and focuses the matching message. Closing the dialog cancels navigation.
Matches retained messages by event ID and includes the turn ID in prompt responses so queued and edited messages remain navigable. Documents the action and covers loaded messages, pagination, duplicate text, attachments, pending messages, cancellation, and errors.
Which issue(s) this PR is related to:
N/A
Special notes for your reviewer:
make update,env -u CODEX_HOME -u CODEX_AUTH_JSON make test TEST_FLAGS=-count=1, andmake verify.Does this PR introduce a user-facing change?
Summary by cubic
Adds "Jump to message" to each entry in the console's Prompt history. Prompt history previously only offered Copy text and Use text; now you can navigate straight to the prompt's message in the conversation, loading earlier transcript pages as needed.
Written for commit 02d164f. Summary will update on new commits.