Skip to content

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

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

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
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 <noreply@anthropic.com>
@github-actions
Copy link
Contributor

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

No duplicate PRs found

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

Comments