qwen-code/packages/cli/src/ui/components
Taylor Mullen e4d978da7c feat(cli): Introduce toggleable shell mode with enhanced UI
- Implements a toggleable shell mode, removing the need to prefix every command with `!`.
- Users can now enter and exit shell mode by typing `!` as the first character in an empty input prompt.
- The input prompt visually indicates active shell mode with a distinct color and `! ` prefix.
- Shell command history items (`user_shell`) are now visually differentiated from regular user messages.
- This provides a cleaner and more streamlined user experience for frequent shell interactions.

Fixes https://b.corp.google.com/issues/418509745
2025-05-18 01:25:50 -07:00
..
messages feat(cli): Introduce toggleable shell mode with enhanced UI 2025-05-18 01:25:50 -07:00
shared strip escape characters when pasting. (#386) 2025-05-16 13:17:48 -07:00
AutoAcceptIndicator.tsx feat: Add auto-accept indicator and toggle 2025-05-17 22:27:22 -07:00
ConsolePatcher.tsx feat: Patch console.debug and display only in debug mode 2025-05-16 22:29:12 -07:00
Footer.tsx Introduce a small easter egg. Woof. (#412) 2025-05-17 21:57:27 -07:00
Header.tsx Make ascii logo simpler (#288) 2025-05-08 13:46:41 -07:00
Help.tsx Introduce a small easter egg. Woof. (#412) 2025-05-17 21:57:27 -07:00
HistoryItemDisplay.tsx feat(cli): Introduce toggleable shell mode with enhanced UI 2025-05-18 01:25:50 -07:00
InputPrompt.tsx feat(cli): Introduce toggleable shell mode with enhanced UI 2025-05-18 01:25:50 -07:00
LoadingIndicator.tsx feat: Add auto-accept indicator and toggle 2025-05-17 22:27:22 -07:00
SuggestionsDisplay.tsx UI improvements for suggestions & status (#373) 2025-05-15 16:35:21 -07:00
ThemeDialog.tsx UI improvements for suggestions & status (#373) 2025-05-15 16:35:21 -07:00
Tips.tsx Refactor: Remove GEMINI.md memory and refactor system prompt 2025-04-23 15:57:40 -07:00