From d190188aaf898bd972853566f15f3f9c1288d29d Mon Sep 17 00:00:00 2001 From: Matt Rixman <5834582+MatrixManAtYrService@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:11:36 -0600 Subject: [PATCH] Add a joke to usePhraseCycler.ts (#10685) Co-authored-by: Jacob Richman Co-authored-by: Jacob Richman --- packages/cli/src/ui/hooks/usePhraseCycler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli/src/ui/hooks/usePhraseCycler.ts b/packages/cli/src/ui/hooks/usePhraseCycler.ts index 57b83c68f1..d872466bbf 100644 --- a/packages/cli/src/ui/hooks/usePhraseCycler.ts +++ b/packages/cli/src/ui/hooks/usePhraseCycler.ts @@ -136,6 +136,7 @@ export const WITTY_LOADING_PHRASES = [ 'Have you tried turning it off and on again? (The loading screen, not me.)', 'Constructing additional pylons...', 'New line? That’s Ctrl+J.', + 'Releasing the HypnoDrones...', ]; export const PHRASE_CHANGE_INTERVAL_MS = 15000;