Support pinned events - #692
Merged
Merged
Conversation
…o about ~1500 messages back that are not loaded, time out on jump is 120 seconds
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Nrj5Gd7i4TyBo1E7eVDLD1
Contributor
Author
|
Moving stuff to fit with suggestion of having pinned messages be stored in scrollback with hidden tags. |
Closed
ulyssa
enabled auto-merge (squash)
September 20, 2026 07:51
Owner
|
I think this is in a good state for merging as a starting point, but ideally we will want to figure out a way to get the messages to render using the |
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.
Added commands for pinning and unpinning events
:pinand:unpinWindow screen for pinned messages under
:pinnedwhich contains events within roompressing enter on an even within the window jumps cursor to that event.
There are currently limits for how far back in history it can grab, events that are more than ~1500 messages will fail to load from scrollback, or if a time limit of 2 minutes occurs.
#626