qwen-code/packages/cli/src/ui
2025-05-20 13:02:41 -07:00
..
components Implement additional readline-like keybindings, including alt-left arrow and alt-right arrow. (#443) 2025-05-20 10:12:07 -07:00
hooks Support Images and PDFs (#447) 2025-05-20 13:02:41 -07:00
themes feat: Improve theme not found handling 2025-05-09 10:28:20 -07:00
utils fix: Ensure user written ! is treated opaquely if not in shell mode\n\n- Addresses an issue where commands prefixed with ! (e.g., !ls) were incorrectly handled by the shell command processor if the ! was added after initially typing the command.\n- Ensures that such commands are correctly forwarded to the Gemini model.\n- Updates useGeminiStream to be aware of shell mode to properly manage streaming state.\n\nFixes https://buganizer.corp.google.com/issues/418761305 2025-05-19 16:16:47 -07:00
App.tsx fix system override indicator (#450) 2025-05-20 12:24:20 -07:00
colors.ts
constants.ts
types.ts feat(cli): Introduce toggleable shell mode with enhanced UI 2025-05-18 01:25:50 -07:00