⌘1 / ⌃Tab return to the chat from a full-page view - #78679
Merged
Conversation
Hitting ⌘1 (or cycling ⌃Tab onto the main tab) while Capabilities / Messaging / Artifacts covered the workspace looked dead: the workspace pane was already the zone's active tab behind the page, so fronting it changed nothing on screen. activateTreeTabSlot / cycleTreeTabInFocusedZone now return the activated pane id, and the keybind handlers route back to the loaded session (or the new-chat draft) when the landing pane is the workspace under a full page — the same rule openSession already applies.
Contributor
૮ >ﻌ< ა ci reviewran on 91337e5 all good! |
OutThisLife
enabled auto-merge
August 4, 2026 17:35
randlee
pushed a commit
to randlee/hermes-agent
that referenced
this pull request
Aug 11, 2026
…eave-pages ⌘1 / ⌃Tab return to the chat from a full-page view
33hodl
pushed a commit
to 33hodl/hermes-agent
that referenced
this pull request
Aug 12, 2026
…eave-pages ⌘1 / ⌃Tab return to the chat from a full-page view
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.
Hitting ⌘1 (or ⌃Tab-cycling onto the main tab) while a full page — Capabilities, Messaging, Artifacts, or a plugin route — covered the workspace read as a dead key: the workspace pane was already the zone's active tab behind the page, so fronting it changed nothing on screen. Only a route change puts the chat back, which is the rule
openSessionalready applies from full pages.activateTreeTabSlot/cycleTreeTabInFocusedZonenow return the activated pane id instead of a boolean, and the keybind handlers route back to the loaded session (or the new-chat draft) when the key lands on the workspace tab under a full page. Falls back to profile switch / recent-session switcher exactly as before when no tab strip claims the key.