Skip to content

fix(tui): standardize shortcut hint order in subagent footer - #39350

Open
aakankshaduggal wants to merge 1 commit into
anomalyco:devfrom
aakankshaduggal:shortcut-hint-order
Open

fix(tui): standardize shortcut hint order in subagent footer#39350
aakankshaduggal wants to merge 1 commit into
anomalyco:devfrom
aakankshaduggal:shortcut-hint-order

Conversation

@aakankshaduggal

@aakankshaduggal aakankshaduggal commented Jul 28, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #35740

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

The subagent footer renders keyboard hints as Action shortcut (e.g. Parent esc) while every other TUI surface uses shortcut action (e.g. esc parent). This swaps the order in the three subagent navigation hints to match.

Only subagent-footer.tsx had the reversed order — the prompt footer, session view, diff viewer, permission view, and dialog prompts all use the shortcut action convention already.

How did you verify your code works?

  • bun typecheck in packages/tui — passes
  • bun test in packages/tui — 191 pass, 0 fail

Screenshots / recordings

N/A — the change is shortcut label ordering, not layout.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

The subagent footer rendered hints as `Action shortcut` while every
other surface uses `shortcut action`. Align the three subagent
navigation hints with the dominant convention.

Fixes anomalyco#35740

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Jul 28, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

V2: standardize command and keyboard shortcut hints

1 participant