Skip to content

feat: add command auto-completion support to TextInput#1702

Open
jainiksha wants to merge 4 commits into
Karanjot786:mainfrom
jainiksha:feature/terminal-command-autocomplete-engine-1697
Open

feat: add command auto-completion support to TextInput#1702
jainiksha wants to merge 4 commits into
Karanjot786:mainfrom
jainiksha:feature/terminal-command-autocomplete-engine-1697

Conversation

@jainiksha

Copy link
Copy Markdown
Contributor

Closes #1697

Changes made

  • Added command suggestion support to TextInput
  • Added real-time suggestion filtering
  • Added Tab key auto-completion
  • Added suggestion display below input
  • Added case-insensitive matching

@jainiksha jainiksha requested a review from Karanjot786 as a code owner June 20, 2026 20:19
@coderabbitai

coderabbitai Bot commented Jun 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@jainiksha, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 9 minutes and 21 seconds. Learn how PR review limits work.

To continue reviewing without waiting, enable usage-based billing in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: a37ab469-d4d7-441f-82bc-e41a296f57c1

📥 Commits

Reviewing files that changed from the base of the PR and between 3c064c4 and 14a4994.

📒 Files selected for processing (1)
  • packages/widgets/src/input/TextInput.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added type:feature +10 pts. New feature. area:widgets @termuijs/widgets and removed type:feature +10 pts. New feature. labels Jun 20, 2026
@github-actions github-actions Bot added the type:feature +10 pts. New feature. label Jun 20, 2026
@jainiksha

Copy link
Copy Markdown
Contributor Author

@Karanjot786 resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:widgets @termuijs/widgets type:feature +10 pts. New feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature] Terminal Command Auto-Completion Engine

1 participant