[PR #13845] fix (tui): Inaccurate tips #14840

Closed
opened 2026-02-16 18:19:35 -05:00 by yindo · 0 comments
Owner

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

State: closed
Merged: Yes


Fixes #13842

The TUI has a "Tips" component at the bottom that shows random tips. Some of them are outdated/inaccurate.

Changes

  • /theme/themes: The actual slash command is registered as "themes" in packages/opencode/src/cli/cmd/tui/app.tsx. Updated the tip to match.
  • maxStepssteps: The maxSteps config field is deprecated in favor of steps (see packages/opencode/src/config/config.ts). Updated the tip to reference the current field name.
  • Removed /details tip: The /details slash command does not exist in the OpenCode TUI. Removed the tip to avoid confusing users.

Testing

Tested by running the app locally and verifying the tips render correctly with the updated text.

(Full disclosure: I'm from Kilo)

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/13845 **State:** closed **Merged:** Yes --- Fixes #13842 The TUI has a "Tips" component at the bottom that shows random tips. Some of them are outdated/inaccurate. ### Changes - **`/theme` → `/themes`**: The actual slash command is registered as `"themes"` in `packages/opencode/src/cli/cmd/tui/app.tsx`. Updated the tip to match. - **`maxSteps` → `steps`**: The `maxSteps` config field is deprecated in favor of `steps` (see `packages/opencode/src/config/config.ts`). Updated the tip to reference the current field name. - **Removed `/details` tip**: The `/details` slash command does not exist in the OpenCode TUI. Removed the tip to avoid confusing users. ### Testing Tested by running the app locally and verifying the tips render correctly with the updated text. (Full disclosure: I'm from Kilo)
yindo added the pull-request label 2026-02-16 18:19:35 -05:00
yindo closed this issue 2026-02-16 18:19:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14840