docs: tighten onboarding quickstart hint
This commit is contained in:
parent
4c09acb2a9
commit
63bad210c9
@ -8,6 +8,7 @@
|
||||
- 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.
|
||||
- Agent system prompt: avoid automatic self-updates unless explicitly requested.
|
||||
- Onboarding: tighten QuickStart hint copy for configuring later.
|
||||
|
||||
## 2026.1.8
|
||||
|
||||
|
||||
@ -112,8 +112,7 @@ export async function runOnboardingWizard(
|
||||
}
|
||||
}
|
||||
|
||||
const flowHint =
|
||||
"Configure anything via the Clawdbot configuration wizard anytime.";
|
||||
const flowHint = "Configure details later via clawdbot configure.";
|
||||
let flow = (await prompter.select({
|
||||
message: "Onboarding mode",
|
||||
options: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user