gemini-cli/packages/server/src
Taylor Mullen d159a1507e Don't prematurely end convo w/ Gemini.
- 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
2025-05-10 14:05:58 -07:00
..
config support for mcp tools 2025-05-05 17:10:45 -07:00
core Don't prematurely end convo w/ Gemini. 2025-05-10 14:05:58 -07:00
tools Enable tools to cancel active execution. 2025-05-10 00:21:09 -07:00
utils Don't prematurely end convo w/ Gemini. 2025-05-10 14:05:58 -07:00
index.test.ts add linter for checking license headers (and eslint --fix target to match, and fix missing license headers while we're here) (#62) 2025-04-20 17:16:25 -07:00
index.ts Simplify GeminiClient (#101) 2025-04-21 17:15:20 -07:00