feat: Show plugins in help and confirm sign-in after login - #275
Merged
Conversation
The welcome screen listed the plugins you already installed but never mentioned the rest of the catalog, and the command reference left plugins out entirely, so an installed plugin was a command with no entry in help. Both screens now name your installed plugins and the ones available to install, with the command that installs them. Reading only what is already on disk keeps both instant and working offline. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Finishing a browser login dropped you on the CLI reference, part way down at a See also list, which never confirmed the sign-in had worked. The browser now lands on the page that confirms you are signed in and says what to do next. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
scotwells
marked this pull request as ready for review
August 26, 2026 21:35
scotwells
enabled auto-merge
August 26, 2026 21:36
0xmc
approved these changes
Aug 26, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
datumctl --helpnever mentioned plugins, so an installed plugin was a working command with no entry in the command reference. The welcome screen named the plugins you already had but nothing about the rest of the catalog. Both screens now list your installed plugins and the ones available to install, each with the command that installs one.Both read only the install record and catalog cache already on disk, so they stay instant and work offline. With nothing to show, neither screen changes.
Riding along: finishing a browser login dropped you on the CLI reference, part way down at a "See also" list, which never confirmed the sign-in worked. The browser now lands on the sign-in confirmation page.
Test plan
datumctl --helpand on the welcome screen, uninstalled ones under a separate headingFixes #274