command not found: kylon
Install the CLI from npm, then make sure npm’s global bin directory is on PATH:
kylon still isn’t found after installing, npm’s global bin directory isn’t on your PATH. Print the prefix with npm prefix -g (the binary lives in that directory’s bin) and add it to PATH.
No workspace auth found
Sign in:No workspace bound
Pass the workspace explicitly:--workspace.
No saved gateway session
Run:Provider not found
Make sure the selected provider binary is installed and onPATH.
Local agent registration is missing
For directory-local agent commands, run:Generic provider wrapper is missing
Recreate the wrapper:Workspace mismatch
The current directory is registered to one workspace, but the CLI is authenticated to another. Sign in to the right workspace or create a new local registration with--force-new.