-
Notifications
You must be signed in to change notification settings - Fork 13k
refactor(cli): fully remove React anti patterns, improve type safety and fix UX oversights in SettingsDialog.tsx #18963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jacob314
merged 32 commits into
google-gemini:main
from
psinha40898:pyush/refactor/react-settings-dialog
Mar 2, 2026
Merged
Changes from 28 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
00eee3c
refactor: SettingsDialog reactive store + delete obsolete utils
psinha40898 456d7d0
Merge branch 'main' into pyush/refactor/react-settings-dialog
psinha40898 90bd195
Merge branch 'main' into pyush/refactor/react-settings-dialog
psinha40898 12808a0
Merge branch 'main' into pyush/refactor/react-settings-dialog
psinha40898 6572ac7
Merge branch 'main' into pyush/refactor/react-settings-dialog
psinha40898 bbbfe68
fix(cli): use checkExhaustive for default case in switch statement as…
psinha40898 83f511e
fix,refactor(cli): improve type safety ergonomics for non primitive s…
psinha40898 0895547
revert unecessary agentconfigdialog changes
psinha40898 7c11cf5
test(cli): the previous tests had tangled concerned with respect to u…
psinha40898 9f6a2bc
fix(cli): display default setting for unscoped
psinha40898 7de73e7
better diffs
psinha40898 ec9491f
test(cli): scope as the determiner of star.
psinha40898 1b3a5fa
test(cli): organize display tests for scope based behavior
psinha40898 ddac20d
Merge branch 'main' into pyush/refactor/react-settings-dialog
psinha40898 5e879f0
refactor(cli): Remove es lint ignores in favor of type predicate whic…
psinha40898 a425e43
refactor(cli): move utils for parsing settings, improve documentation…
psinha40898 a85ab8b
Merge branch 'main' into pyush/refactor/react-settings-dialog
psinha40898 cbf5ac0
Merge branch 'main' into pyush/refactor/react-settings-dialog
psinha40898 58e0c76
test(cli): fix a test for the non primitive settings
psinha40898 a0248c5
Merge branch 'main' into pyush/refactor/react-settings-dialog
psinha40898 ca2999a
refactor(cli): revert unecessary diffs.
psinha40898 8022acd
refactor(cli): rename isInScope to isInSettingsScope
psinha40898 d83dc8b
fix(cli): parser should not reject on falsy outputs like 0
psinha40898 885ad17
fix(cli): better message explaining why the prompt is showing
psinha40898 c68f9d3
fix(cli): import proper helper
psinha40898 080e5b2
fix(cli): incorrect import
psinha40898 f67243b
test(cli): Update tests to represent new restart prompt text
psinha40898 bbbdc87
Merge branch 'main' into pyush/refactor/react-settings-dialog
psinha40898 9cbc3c0
fix(cli): remove special case for vim mode setting in settings dialog…
psinha40898 aed7b76
fix(cli): VimModeContext should use new store pattern
psinha40898 13cab41
Merge branch 'main' into pyush/refactor/react-settings-dialog
psinha40898 142a568
Merge branch 'main' into pyush/refactor/react-settings-dialog
jacob314 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes here can be reverted to reduce the scope of the PR.