docs: tighten onboarding quickstart hint
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user