From 172896d7ea24d072f1a7d369fb366595a3b09ccc Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Tue, 29 Jul 2025 10:29:27 -0400 Subject: [PATCH] chore: toss in some more placeholders --- internal/tui/components/chat/editor/editor.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/internal/tui/components/chat/editor/editor.go b/internal/tui/components/chat/editor/editor.go index a2a7a30b39e8bd67c971e25783a3f8d43d8679c6..f26658b95fe9f4d8ac6e0102b42def14c04e9ea5 100644 --- a/internal/tui/components/chat/editor/editor.go +++ b/internal/tui/components/chat/editor/editor.go @@ -390,12 +390,16 @@ var readyPlaceholders = [...]string{ "Ready!", "Ready...", "Ready?", + "Ready for instructions", } var workingPlaceholders = [...]string{ "Working!", "Working...", - "Working?", + "Brrrrr...", + "Prrrrrrrr...", + "Processing...", + "Thinking...", } func (m *editorCmp) randomizePlaceholders() {