Tips displayed despite being disabled in configuration #5447

Closed
opened 2026-02-16 17:52:49 -05:00 by yindo · 0 comments
Owner

Originally created by @ariane-emory on GitHub (Jan 13, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

I have tips disabled in my configuration file (`tui.tips = , but tips are nonetheless being displayed on the startup screen.

The test configuration:

{
  "$schema": "https://opencode.ai/config.json",
  "tui": {
    "tips": false,
  },
}

Plugins

None

OpenCode version

1.1.8ish (HEAD of dev at time of Issue submission)

Steps to reproduce

  1. Use the configuration above.
  2. Start open code.
  3. Observe the tips displayed on the Startup Screen to spite the configuration.

Screenshot and/or share link

No response

Operating System

MacOS Sequoia

Terminal

iTerm2

Originally created by @ariane-emory on GitHub (Jan 13, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description I have tips disabled in my configuration file (`tui.tips = , but tips are nonetheless being displayed on the startup screen. The test configuration: ```json { "$schema": "https://opencode.ai/config.json", "tui": { "tips": false, }, } ``` ### Plugins None ### OpenCode version 1.1.8ish (HEAD of dev at time of Issue submission) ### Steps to reproduce 1. Use the configuration above. 2. Start open code. 3. Observe the tips displayed on the Startup Screen to spite the configuration. ### Screenshot and/or share link _No response_ ### Operating System MacOS Sequoia ### Terminal iTerm2
yindo added the opentuibug labels 2026-02-16 17:52:49 -05:00
yindo closed this issue 2026-02-16 17:52:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#5447