space agents view shortcut hints - #171
Merged
Merged
Conversation
ENG-4090 Clarify keyboard shortcut hints in Prime Agent UI
The keyboard shortcut hints need clearer separation. It is not immediately clear that |
zhengr
pushed a commit
to zhengr/prime-agent
that referenced
this pull request
Aug 8, 2026
* Add skills system with Claude Code compatibility * consolidate skills into single module, merge loaders, add <available_skills> XML tags * add Codex CLI skills compatibility, skip hidden/symlinks
zhengr
pushed a commit
to zhengr/prime-agent
that referenced
this pull request
Aug 8, 2026
* fix(coding-agent): space agents view shortcut hints * fix(coding-agent): tune agents view hint spacing
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.
Note
Low Risk
Cosmetic TUI footer formatting only; no logic, keybindings, or daemon interaction changes.
Overview
Widens the separator between shortcut hint groups in the agents view footer (
renderHintsinAgentsViewMode) from two spaces to three, so each key/action pair reads more clearly as its own unit.Keybindings and the hints that appear for the current selection are unchanged; only the muted footer line layout is affected.
Reviewed by Cursor Bugbot for commit f1518f0. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Increase spacing between hint segments in agents view status line
Changes the join separator between hint strings in the agents view from two spaces to three spaces in agents-view-mode.ts.
Macroscope summarized f1518f0.