docs: tighten onboarding quickstart hint

This commit is contained in:
Peter Steinberger
2026-01-08 12:06:39 +01:00
parent 4c09acb2a9
commit 63bad210c9
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
- Control UI: add Docs link, remove chat composer divider, and add New session button. - Control UI: add Docs link, remove chat composer divider, and add New session button.
- Telegram: retry long-polling conflicts with backoff to avoid fatal exits. - Telegram: retry long-polling conflicts with backoff to avoid fatal exits.
- Agent system prompt: avoid automatic self-updates unless explicitly requested. - Agent system prompt: avoid automatic self-updates unless explicitly requested.
- Onboarding: tighten QuickStart hint copy for configuring later.
## 2026.1.8 ## 2026.1.8

View File

@@ -112,8 +112,7 @@ export async function runOnboardingWizard(
} }
} }
const flowHint = const flowHint = "Configure details later via clawdbot configure.";
"Configure anything via the Clawdbot configuration wizard anytime.";
let flow = (await prompter.select({ let flow = (await prompter.select({
message: "Onboarding mode", message: "Onboarding mode",
options: [ options: [