feat(cli): homepage landing screen, search fix, and --lang example fix #30

Merged
starkSV merged 2 commits from fix/help-lang-example into main 2026-07-13 12:53:42 +05:30
starkSV commented 2026-07-13 12:52:56 +05:30 (Migrated from github.com)

Summary

  • Bare msdl now shows a curated homepage landing screen (5 popular products by real usage + 2-item eval shortlist) instead of the full 22-item picker. "list" still gets you the full picker; free text still routes through search.
  • Fixes a search bug: windows 10 incorrectly matched Windows 11 24H2 because "10" is a substring of its build number (26100.1742). Query words now must start at a word boundary.
  • --help and the --lang flag description now use plain "English" instead of "English (United States)", which many consumer products don't actually list as their English option -- this was the exact example causing real --lang mismatch failures in production telemetry.

Test plan

  • cli tests pass (go test ./...)
  • Verified homepage rendering and input parsing with dedicated tests (numeric choice, "list", search fallback, update-available footer)
  • Verified live in a real terminal
  • Verified the windows 10 / arm64 search fix with regression tests
## Summary - Bare `msdl` now shows a curated homepage landing screen (5 popular products by real usage + 2-item eval shortlist) instead of the full 22-item picker. "list" still gets you the full picker; free text still routes through search. - Fixes a search bug: `windows 10` incorrectly matched Windows 11 24H2 because "10" is a substring of its build number (26100.1742). Query words now must start at a word boundary. - --help and the --lang flag description now use plain "English" instead of "English (United States)", which many consumer products don't actually list as their English option -- this was the exact example causing real --lang mismatch failures in production telemetry. ## Test plan - cli tests pass (go test ./...) - Verified homepage rendering and input parsing with dedicated tests (numeric choice, "list", search fallback, update-available footer) - Verified live in a real terminal - Verified the windows 10 / arm64 search fix with regression tests
coderabbitai[bot] commented 2026-07-13 12:53:05 +05:30 (Migrated from github.com)

Warning

Review limit reached

@starkSV, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 52 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

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 reviews.

How do review limits work?

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

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, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6d2da6d3-e493-4388-9df4-f21073432cd3

📥 Commits

Reviewing files that changed from the base of the PR and between 1432cb3158 and 3994a82d6d.

📒 Files selected for processing (6)
  • .github/workflows/cli-release.yml
  • cli/catalog.go
  • cli/catalog_test.go
  • cli/homepage.go
  • cli/homepage_test.go
  • cli/main.go
Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/help-lang-example

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.

<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: rate limited by coderabbit.ai --> > [!WARNING] > ## Review limit reached > > `@starkSV`, you've reached your PR review limit, so we couldn't start this review. > > **Next review available in:** **52 minutes** > > Enable **[usage-based reviews](https://app.coderabbit.ai/settings/billing?tab=usage&orgId=47e9434f-e709-482d-ae08-cc95f1974bac)** in Billing to review now. Otherwise, wait until the next included review is available. > You're only billed for reviews past your plan's rate limits ($0.25/file). > > <details> > <summary>How can I continue?</summary> > > 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 reviews. > > </details> > > > <details> > <summary>How do review limits work?</summary> > > CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. > > 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, additional reviews become available more gradually as earlier reviews age out of the rolling window. > > Please refer [docs](https://docs.coderabbit.ai/management/plans#rate-limits) for additional details. > > </details> > > <details> > <summary>Review details</summary> > > <details> > <summary>⚙️ Run configuration</summary> > > **Configuration used**: defaults > > **Review profile**: CHILL > > **Plan**: Pro Plus > > **Run ID**: `6d2da6d3-e493-4388-9df4-f21073432cd3` > > </details> > > <details> > <summary>📥 Commits</summary> > > Reviewing files that changed from the base of the PR and between 1432cb31582d5f4a2b80e7d238c1183083efc655 and 3994a82d6dd16d4da30714f7109588c212b85c68. > > </details> > > <details> > <summary>📒 Files selected for processing (6)</summary> > > * `.github/workflows/cli-release.yml` > * `cli/catalog.go` > * `cli/catalog_test.go` > * `cli/homepage.go` > * `cli/homepage_test.go` > * `cli/main.go` > > </details> > > </details> <!-- end of auto-generated comment: rate limited by coderabbit.ai --> <!-- finishing_touch_checkbox_start --> <details> <summary>✨ Finishing Touches</summary> <details> <summary>🧪 Generate unit tests (beta)</summary> - [ ] <!-- {"checkboxId": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "radioGroupId": "utg-output-choice-group-unknown_comment_id"} --> Create PR with unit tests - [ ] <!-- {"checkboxId": "6ba7b810-9dad-11d1-80b4-00c04fd430c8", "radioGroupId": "utg-output-choice-group-unknown_comment_id"} --> Commit unit tests in branch `fix/help-lang-example` </details> </details> <!-- finishing_touch_checkbox_end --> <!-- tips_start --> --- Thanks for using [CodeRabbit](https://coderabbit.ai?utm_source=oss&utm_medium=github&utm_campaign=starkSV/windows-iso-downloader&utm_content=30)! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. <details> <summary>❤️ Share</summary> - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code) </details> <sub>Comment `@coderabbitai help` to get the list of available commands.</sub> <!-- tips_end -->
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: shekhar/windows-iso-downloader#30
No description provided.