qwen-code/packages/server/src/core
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
..
__snapshots__ fix: do not retry cancelled tool calls (#504) 2025-05-23 17:30:09 +00:00
client.test.ts This commit introduces the hierarchical memory feature, allowing GEMI… (#327) 2025-05-14 12:37:17 -07:00
client.ts Refactor(chat): Introduce custom Chat class for future modifications 2025-05-26 14:20:28 -07:00
geminiChat.ts Refactor(chat): Introduce custom Chat class for future modifications 2025-05-26 14:20:28 -07:00
geminiRequest.ts Support Images and PDFs (#447) 2025-05-20 13:02:41 -07:00
logger.test.ts Add Logger for command history (#435) 2025-05-21 00:36:22 -07:00
logger.ts Add Logger for command history (#435) 2025-05-21 00:36:22 -07:00
prompts.test.ts This commit introduces the hierarchical memory feature, allowing GEMI… (#327) 2025-05-14 12:37:17 -07:00
prompts.ts fix: do not retry cancelled tool calls (#504) 2025-05-23 17:30:09 +00:00
turn.test.ts Refactor(chat): Introduce custom Chat class for future modifications 2025-05-26 14:20:28 -07:00
turn.ts Refactor(chat): Introduce custom Chat class for future modifications 2025-05-26 14:20:28 -07:00