From 6f9e289aff66351a37114cdfe3392aa84abe0d9d Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:02:09 +0000 Subject: [PATCH] fix(kiloclaw): update setup time from seconds/minutes to about 5 minutes --- src/app/(app)/claw/components/ChannelSelectionStep.tsx | 2 +- src/app/(app)/claw/components/ProvisioningStep.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(app)/claw/components/ChannelSelectionStep.tsx b/src/app/(app)/claw/components/ChannelSelectionStep.tsx index b34de28be..2b24840b1 100644 --- a/src/app/(app)/claw/components/ChannelSelectionStep.tsx +++ b/src/app/(app)/claw/components/ChannelSelectionStep.tsx @@ -29,7 +29,7 @@ const CHANNEL_OPTIONS: ChannelOption[] = [ label: 'Telegram', icon: TelegramIcon, description: - 'Chat with your bot directly in Telegram. Just open a conversation with it \u2014 no workspace, no admin access, ready in seconds.', + 'Chat with your bot directly in Telegram. Just open a conversation with it \u2014 no workspace, no admin access, ready in about 5 minutes.', effort: 1, effortColor: 'emerald', recommended: true, diff --git a/src/app/(app)/claw/components/ProvisioningStep.tsx b/src/app/(app)/claw/components/ProvisioningStep.tsx index bad23fcf5..8bcb060c0 100644 --- a/src/app/(app)/claw/components/ProvisioningStep.tsx +++ b/src/app/(app)/claw/components/ProvisioningStep.tsx @@ -237,7 +237,7 @@ export function ProvisioningStepView({ totalSteps = 4 }: { totalSteps?: number }

Setting up your instance

- This usually takes a minute or two. Feel free to keep this tab open and step away — + This usually takes about 5 minutes. Feel free to keep this tab open and step away — we'll play a sound as soon as it's ready.