diff options
| author | Taylor Mullen <[email protected]> | 2025-05-26 14:33:35 -0700 |
|---|---|---|
| committer | N. Taylor Mullen <[email protected]> | 2025-05-26 14:37:13 -0700 |
| commit | c92d4edb8956e9040abf55060d90e52a1572f435 (patch) | |
| tree | 907ad8a515717caf4176079f1f6a1b4e97e2cbcc /packages/cli/src/ui/hooks/useStateAndRef.ts | |
| parent | 597dc86a9c7011b7f3288445b14abb11817424da (diff) | |
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
Diffstat (limited to 'packages/cli/src/ui/hooks/useStateAndRef.ts')
0 files changed, 0 insertions, 0 deletions
