| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-26 | Refactor(chat): Introduce custom Chat class for future modifications | Taylor Mullen | |
| - 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-10 | Don't prematurely end convo w/ Gemini. | Taylor Mullen | |
| - There seems to be a root model bug where the model will preemptively bail on conversations without trying harder. Typically the stops are VERY obvious and bug-looking where you need to prmopt the model to "continue". - This PR attempts to fix the above by running a 2.0-flash request (don't need somethign more powerful) at the end of every full interaction to see who should speak (user or model). - Add tests for nextSpeakerChecker Fixes https://b.corp.google.com/issues/416826051 | |||
