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