| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Support --acp flag with --experimental-acp fallback for older versions - Suppress Gemini CLI stderr noise in non-debug mode - Drain stdin before terminating subprocess for cleaner shutdown - Catch KeyboardInterrupt in main() to avoid noisy traceback Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
There was a problem hiding this comment.
lgtm, thanks
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Improve the Gemini example's compatibility and robustness with a few small fixes.
Changes
Motivation
The Gemini CLI has graduated --experimental-acp to --acp, but older installations still need the old flag. The other fixes address minor UX papercuts: noisy stderr output, unclean shutdown on Ctrl-C, and a possible broken-pipe on teardown.