[PR #5434] feat(tui): add header/footer/shortcuts toggle and improve prompt info line #11403

Closed
opened 2026-02-16 18:16:14 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/5434

State: closed
Merged: No


Summary

Add System commands to toggle header, footer, and shortcuts visibility for small screen optimization. All preferences persist across restarts.

Commands Added (System category)

Command Description
Show/Hide header Toggle session title bar
Show/Hide footer Toggle directory/LSP/MCP status bar
Show/Hide shortcuts Toggle idle shortcut hints

All commands available globally (home + session pages) via command palette (ctrl+p).

Behavior

When Footer Hidden

  • Prompt info line shows: permissions indicator OR compact status (spinner + esc) OR shortcuts
  • Bottom section: empty
  • Maximizes vertical space for agent responses

When Footer Visible

  • Prompt info line: empty
  • Bottom section: detailed status with retry info
  • Footer: permissions, LSP, MCP status

Fixes #5277

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5434 **State:** closed **Merged:** No --- ## Summary Add System commands to toggle header, footer, and shortcuts visibility for small screen optimization. All preferences persist across restarts. ## Commands Added (System category) | Command | Description | |---------|-------------| | Show/Hide header | Toggle session title bar | | Show/Hide footer | Toggle directory/LSP/MCP status bar | | Show/Hide shortcuts | Toggle idle shortcut hints | All commands available globally (home + session pages) via command palette (ctrl+p). ## Behavior ### When Footer Hidden - Prompt info line shows: permissions indicator OR compact status (spinner + esc) OR shortcuts - Bottom section: empty - Maximizes vertical space for agent responses ### When Footer Visible - Prompt info line: empty - Bottom section: detailed status with retry info - Footer: permissions, LSP, MCP status Fixes #5277
yindo added the pull-request label 2026-02-16 18:16:14 -05:00
yindo closed this issue 2026-02-16 18:16:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11403