setup and doctor relaunch Claude with a restricted toolset to walk you through runner install and diagnostics.
What's wrong with this entry?
Two new subcommands re-launch Claude with a fixed system prompt and a restricted tool allowlist to guide an operator interactively. setup goes from creating an environment in the Admin UI to a live runner and writes ./runner-setup/CHEAT-SHEET.md. doctor works through nine diagnostic categories one step at a time and produces a redacted tarball you can attach to a support escalation.
- Both run with
--permission-mode defaultand tools limited to Bash, Read, Write, Todo and Task plus the typed runner admin tools. doctoradditionally gets tools to list sessions and requeue a session;setupgets the tool that spawns a local runner.- Outcomes are recorded under telemetry names
cli_self_hosted_setupandcli_self_hosted_doctor, includingspawn_failed,child_signalandchild_nonzero.
Start the self-hosted runner doctor wizard. Greet me, then ask me to describe the symptom or pick from the 8 diagnostic categories. Work through it one step at a time.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Self-hosted runners report when warm-up finished
Both mention self hosted runner
-
v2.1.236
Self-hosted runner releases a session only after its work finishes
Both mention self hosted runner
-
v2.1.236
Runner waits for sessions to be released before shutting down
Both mention self hosted runner