chore: toss in some more placeholders

Christian Rocha created

Change summary

internal/tui/components/chat/editor/editor.go | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Detailed changes

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() {