Conversation
094e615 to
9c6a2bf
Compare
Show a context-aware welcome screen when datumctl is run with no subcommand. Unauthenticated users see a guided onboarding page that explains all three login paths (browser, --no-browser for headless environments, and --credentials for machine accounts) including prerequisites. Authenticated users see a personalised greeting by first name and time of day, their active email and context display name, access breadth (org/project count), contextual next-step suggestions based on whether a context is selected, and a rotating tip drawn from an 18-entry pool covering workflow, discovery, auth, and power-user patterns. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5baf539 to
e344ccd
Compare
ecv
approved these changes
Apr 16, 2026
ecv
left a comment
There was a problem hiding this comment.
Massive improvement. I also wonder about including a proper manpage.
gianarb
approved these changes
Apr 17, 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
Running
datumctlwith no arguments used to dump a wall of usage text. Now it opens a context-aware welcome screen that meets you where you are.Logged out
If you haven't authenticated yet, the landing page explains your options with enough detail to pick the right one:
Logged in, no context selected
If you're authenticated but haven't picked a context yet, the landing shows your identity and nudges you to pick one:
Logged in with an active context
Once a context is set, the landing greets you, confirms your identity and active project, shows access breadth, suggests task-oriented next steps, and rotates a tip on each run:
Stacked on
Stacks on #149 — depends on the session/context discovery work landed there.
Test plan
datumctlwith no active session shows the logged-out landing with all three login options and their descriptionsdatumctlwhen signed in but no context selected shows the identity block with(none)context and the pick-a-context suggestionsdatumctlwhen signed in with a context shows the greeting, identity block, task-grouped suggestions, and a rotating tipdatumctl --helpstill shows full usage as before🤖 Generated with Claude Code