feat: command palette parity for per-instance reload/hibernate/wake#13
Open
Teamingzooper wants to merge 1 commit into
Open
feat: command palette parity for per-instance reload/hibernate/wake#13Teamingzooper wants to merge 1 commit into
Teamingzooper wants to merge 1 commit into
Conversation
PR #12 added Reload, Hibernate, and Wake to the sidebar right-click context menu. This adds the same operations to the CommandPalette (⌘K) so keyboard-only users get them too. Per instance, the palette now offers: - "Reload <name>" — always shown. Refreshes the instance in place. - "Hibernate <name>" — only when the hibernate feature is enabled AND the instance is not currently active AND it's not already hibernated. - "Wake <name>" — only when the hibernate feature is enabled AND the instance is currently hibernated. The existing fuzzy scoring means typing "hib telegram" instantly surfaces the Hibernate Telegram command. Existing jump/mute commands are unchanged. 178/178 tests still pass, typecheck + build clean.
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
PR #12 added Reload, Hibernate, and Wake to the sidebar right-click context menu. This adds the same operations to the CommandPalette (⌘K) so keyboard-only users get them too. Fuzzy-match means typing `hib telegram` instantly surfaces "Hibernate Telegram".
What's added per instance
Existing jump/mute commands unchanged.
Test plan
🤖 Generated with Claude Code