From e02a035ab4d1c534c05a4cd6ee50878d90e6aaef Mon Sep 17 00:00:00 2001 From: Eddie Santos <9561596+eddie-santos@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:40:13 -0700 Subject: [PATCH] Adding silly phrases (#922) --- packages/cli/src/ui/hooks/usePhraseCycler.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/cli/src/ui/hooks/usePhraseCycler.ts b/packages/cli/src/ui/hooks/usePhraseCycler.ts index a9239190..746b670a 100644 --- a/packages/cli/src/ui/hooks/usePhraseCycler.ts +++ b/packages/cli/src/ui/hooks/usePhraseCycler.ts @@ -87,6 +87,13 @@ export const WITTY_LOADING_PHRASES = [ 'Giving Cloudy a pat on the head...', 'Petting the cat...', 'Rickrolling my boss...', + 'Never gonna give you up, never gonna let you down...', + 'Slapping the bass...', + 'Tasting the snozberries...', + "I'm going the distance, I'm going for speed...", + 'Is this the real life? Is this just fantasy?...', + "I've got a good feeling about this...", + 'Poking the bear...', 'Doing research on the latest memes...', 'Figuring out how to make this more witty...', 'Hmmm... let me think...',