opentui: config unrecognized keys #2350

Closed
opened 2026-02-16 17:35:16 -05:00 by yindo · 2 comments
Owner

Originally created by @jeeeem on GitHub (Oct 29, 2025).

Description

Error: Config file at /Users/redacted/.config/opencode/opencode.jsonc is invalid
↳ Unrecognized keys: "app_help", "switch_mode", "session_child_cycle", "session_child_cycle_reverse", "tool_details", "thinking_blocks", "project_init" keybinds

Does opentui has different config schema options?

OpenCode version

0.0.0-opentui-202510292344

Steps to reproduce

Use latest opentui

Screenshot and/or share link

No response

Operating System

macOS 26.0.1

Terminal

ghostty

Originally created by @jeeeem on GitHub (Oct 29, 2025). ### Description ``` Error: Config file at /Users/redacted/.config/opencode/opencode.jsonc is invalid ↳ Unrecognized keys: "app_help", "switch_mode", "session_child_cycle", "session_child_cycle_reverse", "tool_details", "thinking_blocks", "project_init" keybinds ``` Does opentui has different config schema options? ### OpenCode version 0.0.0-opentui-202510292344 ### Steps to reproduce Use latest opentui ### Screenshot and/or share link _No response_ ### Operating System macOS 26.0.1 ### Terminal ghostty
yindo added the bug label 2026-02-16 17:35:16 -05:00
yindo closed this issue 2026-02-16 17:35:16 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Oct 29, 2025):

This issue might be a duplicate of existing issues. Please check:

  • #855: [Unrecognized key(s) binds] - Very similar config validation error with unrecognized keybind names like 'help', 'history_previous', 'history_next'. Both issues involve invalid keybind configuration in opencode.jsonc/config.json files.

The root cause appears to be the same - certain keybind names that were valid in older versions are no longer recognized by the current config schema, particularly affecting OpenTUI builds.

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Oct 29, 2025): This issue might be a duplicate of existing issues. Please check: - #855: [Unrecognized key(s) binds] - Very similar config validation error with unrecognized keybind names like 'help', 'history_previous', 'history_next'. Both issues involve invalid keybind configuration in opencode.jsonc/config.json files. The root cause appears to be the same - certain keybind names that were valid in older versions are no longer recognized by the current config schema, particularly affecting OpenTUI builds. Feel free to ignore if none of these address your specific case.
Author
Owner

@rekram1-node commented on GitHub (Oct 29, 2025):

Yeah this is expected: https://github.com/sst/opencode/blob/opentui/CHANGES.md#breaking-changes

U can use this file to track what changes^ Things are still in flux atm

@rekram1-node commented on GitHub (Oct 29, 2025): Yeah this is expected: https://github.com/sst/opencode/blob/opentui/CHANGES.md#breaking-changes U can use this file to track what changes^ Things are still in flux atm
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2350