Skip to content

feat(tui): expand and prioritize footer rotating tips - #199

Merged
liruifengv merged 2 commits into
mainfrom
feat/footer-rotating-tips
May 29, 2026
Merged

feat(tui): expand and prioritize footer rotating tips#199
liruifengv merged 2 commits into
mainfrom
feat/footer-rotating-tips

Conversation

@liruifengv

Copy link
Copy Markdown
Collaborator

Related Issue

No issue — the problem is explained below.

Problem

The footer's rotating tips only covered 6 items, so many features users should know about were never surfaced — recent slash commands (/tasks, /auto, /compact, /init, /plugins, /theme), shortcuts (ctrl+s steer, ctrl+o expand tool output, shift+enter newline), the natural-language scheduled-tasks capability, and the superpowers plugin.

What changed

  • Expanded the rotating tips from 6 to 16, covering recent commands, shortcuts, and capabilities.
  • Long/important tips (the superpowers plugin via /plugins, scheduled tasks) now take their own line; short tips still pair up two at a time when width allows.
  • Added a per-tip priority weight (smooth weighted round-robin) so newer/important tips rotate more often while staying evenly spread.
  • Changed the rotation interval to 10s.
  • Added unit tests for the weighting.

Scope is limited to the footer component plus its unit test — no config-file or schema changes.

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.

@changeset-bot

changeset-bot Bot commented May 29, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: f4ce015

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

@pkg-pr-new

pkg-pr-new Bot commented May 29, 2026

Copy link
Copy Markdown
pnpm dlx https://pkg.pr.new/@moonshot-ai/kimi-code@f4ce015
npx https://pkg.pr.new/@moonshot-ai/kimi-code@f4ce015

commit: f4ce015

@liruifengv
liruifengv merged commit 588145d into main May 29, 2026
6 checks passed
@liruifengv
liruifengv deleted the feat/footer-rotating-tips branch May 29, 2026 07:08
@github-actions github-actions Bot mentioned this pull request May 29, 2026
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.

1 participant