fix(cli): refine shell focus toast color and text

This commit is contained in:
Keith Guerin
2026-03-27 15:51:07 -07:00
parent 07ab16dbbe
commit 4829e80596
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import { WITTY_LOADING_PHRASES } from '../constants/wittyPhrases.js';
export const PHRASE_CHANGE_INTERVAL_MS = 10000;
export const WITTY_PHRASE_CHANGE_INTERVAL_MS = 5000;
export const INTERACTIVE_SHELL_WAITING_PHRASE =
'! Shell awaiting input (Tab to focus)';
'Shell awaiting input (Tab to focus)';
/**
* Custom hook to manage cycling through loading phrases.