opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat(tui): add option to disable terminal title

Open jknlsn opened this issue 3 weeks ago • 0 comments

Adds tui.set_terminal_title config option to complement the existing OPENCODE_DISABLE_TERMINAL_TITLE env flag.

Usage:

{
  "tui": {
    "set_terminal_title": false
  }
}

jknlsn avatar Dec 17 '25 22:12 jknlsn