[PR #10621] feat(tui): add tui.tips configuration option #13500

Open
opened 2026-02-16 18:18:21 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/10621

State: open
Merged: No


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

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/10621 **State:** open **Merged:** No --- ## 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 ```json { "$schema": "https://opencode.ai/config.json", "tui": { "scroll_speed": 3, "tips": false } } ``` Fixes #10571 --- 🤖 Generated with Claude Code
yindo added the pull-request label 2026-02-16 18:18:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13500