gemini-cli/packages
Taylor Mullen c92d4edb89 Fix(chat): Ensure model responds when next speaker check indicates
- Corrects an issue where the `nextSpeakerCheck` would determine the model should speak next, but the models response was not properly propagated due to a missing `yield*` in a recursive call within `sendMessageStream`.
- This change ensures that when the model is designated as the next speaker, its generated content is correctly unwoven and returned, allowing the conversation to proceed as expected.

Part of https://github.com/google-gemini/gemini-cli/issues/551
2025-05-26 14:37:13 -07:00
..
cli Refactor(chat): Introduce custom Chat class for future modifications 2025-05-26 14:20:28 -07:00
server Fix(chat): Ensure model responds when next speaker check indicates 2025-05-26 14:37:13 -07:00