Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

fix(tui): correct inaccurate tips for slash commands and config fields#326

Merged
imanolmzd-svg merged 1 commit intodevfrom
imanol/fix_tips
Feb 16, 2026
Merged

fix(tui): correct inaccurate tips for slash commands and config fields#326
imanolmzd-svg merged 1 commit intodevfrom
imanol/fix_tips

Conversation

@imanolmzd-svg
Copy link
Contributor

@imanolmzd-svg imanolmzd-svg commented Feb 16, 2026

Context

The TUI has a "Tips" component at the bottom that shows random tips. Some of them are outdated/inaccurate.
Reported in issue Kilo-Org/kilocode#5876

Changes

  • /theme/themes: The actual slash command is registered as "themes" in app.tsx, not /theme. Updated the tip to match.
  • maxStepssteps: The maxSteps config field is deprecated in favor of steps (see config.ts). Updated the tip to reference the current field name.
  • Removed /details tip: The /details slash command does not exist in the Kilo 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.

@kilo-code-bot
Copy link
Contributor

kilo-code-bot bot commented Feb 16, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • packages/opencode/src/kilocode/components/tips.tsx

@imanolmzd-svg imanolmzd-svg merged commit efbd6cc into dev Feb 16, 2026
12 checks passed
@imanolmzd-svg imanolmzd-svg deleted the imanol/fix_tips branch February 16, 2026 12:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants