Skip to content

feat(tui): add tips banner preference#922

Open
tt-a1i wants to merge 1 commit into
MoonshotAI:mainfrom
tt-a1i:fix/tui-tips-banner-toggle
Open

feat(tui): add tips banner preference#922
tt-a1i wants to merge 1 commit into
MoonshotAI:mainfrom
tt-a1i:fix/tui-tips-banner-toggle

Conversation

@tt-a1i

@tt-a1i tt-a1i commented Jun 20, 2026

Copy link
Copy Markdown

Related Issue

Resolve #815

Problem

Kimi Code fetches the remote tips banner during TUI startup. Users in restricted network environments may want to skip that request.

What changed

  • Added show_tips_banner to tui.toml, defaulting to true.
  • When show_tips_banner = false, startup skips BannerProvider.load() entirely.
  • Preserved the setting when saving other TUI preferences.
  • Documented the field in the English and Chinese config reference.

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked a related issue, or explained the problem above.
  • I have added tests that prove my feature works.
  • Ran gen-changesets skill, or this PR needs no changeset.
  • Ran gen-docs skill, or this PR needs no doc update.

AI Assistance Disclosure

I used Codex to review the changes, sanity-check the implementation against existing patterns, and help spot potential edge cases.

@changeset-bot

changeset-bot Bot commented Jun 20, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e752a62

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@moonshot-ai/kimi-code Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@tt-a1i tt-a1i marked this pull request as ready for review June 20, 2026 04:19
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.

Settings to disable remote tips banner

1 participant