feat(cli): add transcript navigation and presentation controls - #1963
Merged
Conversation
limityan
marked this pull request as ready for review
August 2, 2026 03:51
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.
Summary
/timeline, with newest-first user-message points, move-to-preview, and an Enter-confirmed scroll anchor that remains stable while an active turn grows./timestampswith/toggle-timestamps,/thinkingwith/toggle-thinking, and palette-only Tool details. No new shortcuts or invented slash aliases are introduced.Design
ChatStatetranscript facts; timeline is a read-only CLI projection and adds no Runtime operation, IPC message, or Relay behavior.OpenCode entry compatibility
/timeline/timestamps,/toggle-timestamps/thinking,/toggle-thinkingScope
superpowers/changes.Verification
rustfmt --edition 2021 --checkon all changed Rust filesgit diff --check gcwing/main...HEADcargo check -p bitfun-cli --lockedcargo test -p bitfun-cli --locked -- --skip dispatch::workspace::tests::reported_sync_failure_allows_a_new_operation_to_take_over --skip dispatch::workspace::tests::legacy_sync_failure_without_operation_id_is_reported_then_retryable --skip dispatch::workspace::tests::reprovisioning_a_missing_checkout_never_resets_the_job_branchcargo test -p bitfun-cli --locked opencode_navigation_and_presentation_actions_keep_exact_entrypointsThe three skipped tests are existing Windows Dispatch platform/extended-path failures and are outside this PR's call paths.