-
-
Notifications
You must be signed in to change notification settings - Fork 225
Cli authed #1981
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
Merged
Cli authed #1981
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
6925cee
initial commit
chelojimenez 14da9bd
nits
chelojimenez ac1fc7f
skill nits
chelojimenez d3f3773
nit
chelojimenez df0da27
fix race
chelojimenez bc88b0d
nit
chelojimenez 0209adf
rm
chelojimenez 2300c8c
fix skill.md
chelojimenez afbc910
initial commit
chelojimenez 3d0ddfb
Merge remote-tracking branch 'origin/main' into cli-authed
chelojimenez 55ef90d
fix bugs
chelojimenez f714c86
nits
chelojimenez 9d6e45c
nits
chelojimenez f7d8c4d
nit
chelojimenez 83b0fcf
nit
chelojimenez 911affc
fix test
chelojimenez 9519d06
nit
chelojimenez e2ab1e8
selectedMCPConfig
chelojimenez d4f5d80
skill nits
chelojimenez e21dcef
Merge branch 'main' into cli-authed
chelojimenez 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
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
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
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.
Keep
unsupported_in_modein the retryable set here. The browser client registers Inspector command handlers asynchronously inApp.tsx(viaregisterInspectorCommandHandler(...)inside an effect), so the first command aftertools call --ui --opencan briefly returnunsupported_in_modebefore the app finishes bootstrapping. After this change, that transient response is treated as final, so rendering is skipped permanently even though retrying a few hundred milliseconds later would succeed.Useful? React with 👍 / 👎.