opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat(tui): add dynamic terminal window title

Open aryasaatvik opened this issue 1 month ago • 0 comments

Summary

  • Update terminal window title reactively based on current route and session state
  • Show opencode on home screen or for sessions with default/new titles
  • Show oc | {title} for sessions with generated titles (truncated to 40 chars max)
  • Reset window title on exit to restore terminal defaults

Uses the public renderer.setTerminalTitle() API from OpenTUI.

aryasaatvik avatar Dec 05 '25 11:12 aryasaatvik