Add initial implementation of /extensions explore command#19029
Add initial implementation of /extensions explore command#19029
Conversation
Summary of ChangesHello @chrstnb, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a complete revert of a previous change that aimed to introduce a generic searchable list component. The revert removes all associated code, effectively eliminating the fuzzy search capabilities and the Highlights
Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
Size Change: +16.7 kB (+0.07%) Total Size: 25.2 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Code Review
This pull request reverts the generic searchable list abstraction and restores the search logic directly within the SettingsDialog component. While the revert aims to restore previous functionality, it introduces a few regressions in robustness and edge-case handling, particularly regarding error handling in asynchronous search operations and viewport width calculations on small terminals. The use of magic numbers in layout calculations should also be addressed for better maintainability.
Summary (from /review-frontend)This looks great! The generic I have a couple of minor suggestions related to performance/efficiency, but no blockers. FindingsImprovements
Nitpicks
|
| </Box> | ||
| <Box flexShrink={0}> | ||
| <Box flexShrink={0} marginLeft={2} width={8} flexDirection="row"> | ||
| <Text color={theme.status.warning}>⭐</Text> |
There was a problem hiding this comment.
remove the {theme.status.warning} it isn't needed to make the star yellow and is semantically confusing for the stars be tagged as warning.

Reverts #18838 as it seems unwise to be merging this logic with the settings search for now. The two components look quite different
Add the initial implementation of listing extensions via /extensions explore
This is behind experimental.extensionRegistry
Details
Screen.Recording.2026-02-12.at.3.04.28.PM.mov
mocks here: https://www.figma.com/design/7blNwvCqD4RjuTtAGveNCc/Gemini-CLI?node-id=2528-4361&t=M37Fa4exf94gLTcP-0#1619052367