Decir qué hacer a continuación, en orden - #8
Merged
Merged
Conversation
…ed out Reported from a real first run on Windows: it installed, it opened, Home explained the arrow keys, and then every data tab answered `unauthorized`. Nothing anywhere said to log in, and the command that does it is a subcommand you have to already know exists. Three changes, all the same shape - the thing that has to happen next, said plainly, at the moment it has to happen. The installer ends with a numbered list rather than "Run nan to get started". That line was true and not enough: it was printed under a warning about restarting, from a shell that could not find `nan` yet, to someone who then had to discover signing in on their own. The restart step only appears when the PATH entry was actually added, and it says to close the terminal rather than to open a new tab, because a terminal that keeps one process alive for all of its tabs hands each new one the environment it started with. Home leads with those same steps until they are done, and each drops off as it is completed rather than renumbering. Quitting is step one, because the next step is a command in the shell and you cannot run one with the panel open. And the data tabs stop printing `unauthorized`. That is the platform's word for what it decided, not a word about what to do about it; they name the command now. The Models tab is the exception, since an API key opens /v1/models without a session, which is the point of Setup working without one. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
borjaperfra
added a commit
to helmcode/nan
that referenced
this pull request
Sep 14, 2026
v0.1.6 ended on "Run nan to get started" - true, printed from a shell that could not find `nan` yet, and silent about signing in, which is a subcommand nobody had mentioned. It ends on a numbered list now: restart the terminal when the PATH entry was added, sign in, open the panel. helmcode/nan-cli#8. Co-authored-by: borjaperfra <borjaperfra@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Reported from a real first run on Windows: it installed, it opened, Home explained the arrow keys, and then every data tab answered
unauthorized. Nothing anywhere said to log in, and the command that does it is a subcommand you have to already know exists.Three changes, all the same shape — the thing that has to happen next, said plainly, at the moment it has to happen.
The installer
Ends with a numbered list instead of "Run nan to get started". That line was true and not enough: printed under a warning about restarting, from a shell that could not yet find
nan, to someone who then had to discover signing in on their own.The restart step appears only when the PATH entry was actually added, and it says to close the terminal rather than open a new tab: a terminal that keeps one process alive for all its tabs hands each new one the environment it started with.
Home
Leads with the same steps until they are done, and each drops off as it is completed rather than renumbering:
Quitting is step one because the next step is a command in the shell, and you cannot run one with the panel open. The whole block disappears once there is nothing left to do.
The data tabs
Stop printing
unauthorized. That is the platform's word for what it decided, not a word about what to do about it — they name the command now. The Models tab is the exception, since an API key opens/v1/modelswithout a session, which is the point of Setup working without one.Version goes to 0.1.7.