summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks/usePhraseCycler.ts
AgeCommit message (Collapse)Author
2025-08-09feat: add humorous tip for new line shortcut in Gemini CLI (#5666)JAYADITYA
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Jacob Richman <[email protected]>
2025-08-06Update a couple more witty phrases (#5641)christine betts
2025-08-05Remove a few witty loading phrases (#5631)christine betts
Co-authored-by: matt korwel <[email protected]>
2025-07-29Add Starcraft ref to witty loading phrases (#5120)Ava
Co-authored-by: Jacob Richman <[email protected]>
2025-06-25Shipping it! (#1418)N. Taylor Mullen
2025-06-11Adding silly phrases (#922)Eddie Santos
2025-06-06adding very important phrases (#802)cperry-goog
2025-06-03feat(cli): randomize and expand witty loading phrases (#704)Allen Hutchison
2025-05-24Code review comment fixes and some refactors. (#525)Jacob Richman
No intentional different behavior aside for tweaks suggested from the code review of #506 Refactor: Extract console message logic to custom hook This commit refactors the console message handling from App.tsx into a new custom hook useConsoleMessages. This change improves the testability of the console message logic and declutters the main App component. Created useConsoleMessages.ts to encapsulate console message state and update logic. Updated App.tsx to utilize the new useConsoleMessages hook. Added unit tests for useConsoleMessages.ts to ensure its functionality. I deleted and started over on LoadingIndicator.test.tsx as I spent way too much time trying to fix it before just regenerating the tests as the code was easier to write tests for from scratch and the existing tests were not that good (I added them in the previous pull request).