Conversation
Threads could be marked unread from the menu, but there was no shortcut. Add thread.toggleUnread (default mod+shift+u) so the open thread can be toggled from the keyboard, command palette, and Settings. Made-with: Cursor Grok 4.6 Co-authored-by: Gilad Leifman <Mizaro@users.noreply.github.com>
…2805) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
This branch has not been 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 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 Changed
Add a
thread.toggleUnreadkeybinding so the open thread can be marked unread or read from the keyboard.mod+shift+u(⌘⇧U/Ctrl+Shift+U), with!terminalFocusso it does not steal terminal inputToggling unread after opening a thread sticks until you leave or a later completion retriggers the visit stamp.
Why
Threads could already be marked unread from the context menu, but there was no shortcut. Pin and settle already have
mod+shiftbindings; this follows that pattern so read/unread is reachable from the chat view, Settings, and the command palette.UI Changes
Settings lists the new binding as Thread: Toggle Read/Unread (
Ctrl+Shift+U, when!terminalFocus):Open thread starts read (relative time, no unread badge):
Ctrl+Shift+Umarks it unread (green Done pill in the sidebar):Command palette exposes Mark unread with the same shortcut, and searching "unread" also finds the Settings row:
End-to-end: Settings, then toggling the demo thread unread and read twice with
^⇧U, then palette search showing Mark unread:https://github.com/Mizaro/t3code/releases/download/pr-12832-ui-evidence/toggle_thread_unread_shortcut.mp4
Checklist