Skip to content

feat(tui): add tui.tips configuration option#10621

Closed
zerone0x wants to merge 1 commit intoanomalyco:devfrom
zerone0x:fix/tui-tips-config
Closed

feat(tui): add tui.tips configuration option#10621
zerone0x wants to merge 1 commit intoanomalyco:devfrom
zerone0x:fix/tui-tips-config

Conversation

@zerone0x
Copy link
Copy Markdown
Contributor

Summary

  • Add tui.tips boolean option to opencode.json config to disable input placeholder hints
  • Config takes precedence over keybind toggle for declarative configuration

Changes

  • Add tips property to Config.TUI schema in config.ts
  • Update showTips logic in home.tsx to check config first
  • Regenerate SDK types and OpenAPI spec

Example usage

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

Fixes #10571


🤖 Generated with Claude Code

Add a `tips` boolean option to the `tui` configuration section that
allows users to disable input placeholder hints on the home screen
via opencode.json config file.

When `tui.tips` is set to `false`, the tips are hidden regardless
of the keybind toggle state. This provides declarative configuration
that can be version-controlled and shared across machines.

Fixes anomalyco#10571

Co-Authored-By: Claude <[email protected]>
@github-actions
Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@github-actions
Copy link
Copy Markdown
Contributor

Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR.

@github-actions github-actions bot closed this Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Add tui.tips configuration option to disable input placeholder hints

1 participant