You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Integration with #292 escalation: `claw doctor` output could suggest "provider X appears degraded, consider fallback Y"
17453
17453
- Regression test asserting provider-check path exists when flag is passed
17454
+
17455
+
---
17456
+
17457
+
### #294 — First-run onboarding has no guided setup flow
17458
+
17459
+
**Exact pinpoint:** A new user who installs claw-code and runs `claw` without any env vars set gets an auth error or cryptic failure with no guidance on what to configure. There is no `claw setup` command, no interactive wizard, no `--init` flag, no first-run detection, and no clear "here is what you need to set up first" message. The user must read documentation (if they find it) to discover the required env var names, provider options, and settings.json location.
17460
+
17461
+
**Live evidence:**
17462
+
- PR claw-code#2810 opened 2026-04-27 04:09 KST: "feat: interactive provider wizard (/setup, claw setup, Ctrl+P)" — independent implementation evidence that this is a recognized pain point
17463
+
- docs/CONFIGURATION.md (cycle #429) had to document 13+ env vars from source grep — none of these are surfaced to new users at runtime
17464
+
- `claw doctor` (per #293) validates config but does not GUIDE setup
0 commit comments