feat(tui): add option to toggle displaying terminal title#5713
Merged
rekram1-node merged 1 commit intoanomalyco:devfrom Dec 18, 2025
Merged
Conversation
Collaborator
|
Does it have to be config? Rather than just adding ctrl+p -> toggle title option that's persisted to the kv? (in the tui code) |
54aa043 to
6bc2e32
Compare
Contributor
Author
No, it doesn't have to be. I've just implemented as a toggle title option that's persisted to the KV now. |
Collaborator
|
Primarily case by case I think, it just depends, im not entirely sure if we like the tui in the config given the multiple clients but idk i think it's there to stay |
shuv1337
added a commit
to Latitudes-Dev/shuvcode
that referenced
this pull request
Dec 18, 2025
* docs: add opencode.cafe to ecosystem page (anomalyco#5714) * chore: format code * docs: add legal pages with privacy policy and terms of service links * MCP improvements (anomalyco#5699) * zen: error handling for stream requests * feat(tui): add option to disable terminal title (anomalyco#5713) * docs: add OPENCODE_DISABLE_TERMINAL_TITLE to environment variables (anomalyco#5725) * chore: format code * zen: error handling for stream requests * tauri: server spawn fail dialog w/ copy logs button (anomalyco#5729) * tauri: say OpenCode Server instead of OpenCode CLI * fix: handle empty directory query parameter in server middleware (anomalyco#5732) * release: v1.0.167 * sync: record last synced tag v1.0.167 --------- Co-authored-by: Ryan Vogel <n01508660@unf.edu> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Jay V <air@live.ca> Co-authored-by: Rohan Mukherjee <roerohan@gmail.com> Co-authored-by: Frank <frank@sst.dev> Co-authored-by: Jake Nelson <jknlsn@users.noreply.github.com> Co-authored-by: Jeon Suyeol <devxoul@gmail.com> Co-authored-by: Brendan Allan <brendonovich@outlook.com> Co-authored-by: opencode <opencode@sst.dev> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
rekram1-node
pushed a commit
that referenced
this pull request
Dec 27, 2025
github-actions bot
pushed a commit
to yuguorui/opencode
that referenced
this pull request
Jan 18, 2026
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.
Adds
tui.set_terminal_titleconfig option to complement the existingOPENCODE_DISABLE_TERMINAL_TITLEenv flag.Usage:
{ "tui": { "set_terminal_title": false } }