If you already have the CLI,
probe wizard is the same thing. npx exists so the first run needs nothing installed.Two doors
install is a thin alias for wizard --action configure — the same flow, not a second implementation of it.
Everything the wizard does, and its command
Every screen has a scriptable equivalent. Prefer the wizard at a keyboard — it shows you the state before you change it, and it can tell you when a change did not take. Prefer the command in a script.Three things have no wizard screen, deliberately. Minting a token (
probe token create) requires a human in a browser and prints a secret you must copy. The status line (probe statusline install) writes into your agent’s own settings file. Workspace write permissions (probe access-group, probe workspace writers) are a team-admin surface, not a device one.On this device
Every screen of the menu sits under a live summary of the machine. It is the reason the menu is short: you choose against real state rather than guessing which action you need.- Versions are graded per component. CLI, SDK, plugin and tap update on their own cadences, and a machine is routinely current on one and months behind on another. The verdict shown here is the same one
probe doctorprints. - Last update attempt is the only way to notice a detached auto-updater that has been failing silently.
- Import progress is live. Background imports keep running while you use the menu, and you can leave the wizard without stopping them.
The main menu
Set up this device
Set up this device
Install Probe — set up research tracking, session capture and updates.Uninstall Probe — stop capture and imports, clear history, remove plugins, sign out.Update to the latest version — upgrades the CLI and the plugins.Install and Uninstall are the same decision in two directions, which is why they sit next to each other. See Install.
Your research
Your research
Import research work — import saved coding sessions, a project folder, or both.Existing imports — monitor background imports, see results, or resume interrupted work.See Import research work and Existing imports.
Settings
Settings
Settings — turn tracking, capture, rules or updates on or off; set defaults.See Settings.
Help
Help
Diagnose a problem — what is installed, which credentials resolve, whether updates work.See Diagnose and repair.
Account
Account
Sign out — stop capture and imports, clear import history, and sign out.Sign-in happens before the menu opens, so it is not a row here. Switching between accounts saved on this device is reachable with
--action account. See Accounts.Exit
Exit
Exit — leave the wizard. Imports continue in the background.
Getting around
The wizard is a terminal UI, and the keys are the same on every screen.
Screens that step forward also carry a
‹ Back / Next › band at the bottom, so the navigation is visible and not only a keybinding. The folder picker adds Ctrl+L to type a path directly, Ctrl+N to continue with the current folder and Ctrl+B to go back.