qwen-code/packages/cli/src/ui
Taylor Mullen 480549e02e Refactor(chat): Introduce custom Chat class for future modifications
- Copied the `Chat` class from `@google/genai` into `packages/server/src/core/geminiChat.ts`.
- This change is in preparation for future modifications to the chat handling logic.
- Updated relevant files to use the new `GeminiChat` class.

Part of https://github.com/google-gemini/gemini-cli/issues/551
2025-05-26 14:20:28 -07:00
..
components Change tool call spinner to be different. 2025-05-25 16:05:22 -07:00
contexts Code review comment fixes and some refactors. (#525) 2025-05-24 00:44:17 -07:00
hooks Refactor(chat): Introduce custom Chat class for future modifications 2025-05-26 14:20:28 -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 feat: Add GEMINI.md tip to UI 2025-05-24 12:40:06 -07:00
colors.ts UI Polish for theme selector (#294) 2025-05-08 16:00:55 -07:00
constants.ts Code review comment fixes and some refactors. (#525) 2025-05-24 00:44:17 -07:00
types.ts Make console message support more robust to logging in the middle of rendering. (#521) 2025-05-23 22:51:47 -07:00