This website requires JavaScript.
Explore
Help
Sign In
jcarr
/
gemini-cli
Watch
1
Star
0
Fork
You've already forked gemini-cli
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f2a60f729f
gemini-cli
/
packages
History
Taylor Mullen
323b1298f9
fix: Ensure user written `!` is treated opaquely if not in shell mode\n\n- Addresses an issue where commands prefixed with `!` (e.g., `!ls`) were incorrectly handled by the shell command processor if the `!` was added after initially typing the command.\n- Ensures that such commands are correctly forwarded to the Gemini model.\n- Updates `useGeminiStream` to be aware of shell mode to properly manage streaming state.\n\nFixes
https://buganizer.corp.google.com/issues/418761305
2025-05-19 16:16:47 -07:00
..
cli
fix: Ensure user written `!` is treated opaquely if not in shell mode\n\n- Addresses an issue where commands prefixed with `!` (e.g., `!ls`) were incorrectly handled by the shell command processor if the `!` was added after initially typing the command.\n- Ensures that such commands are correctly forwarded to the Gemini model.\n- Updates `useGeminiStream` to be aware of shell mode to properly manage streaming state.\n\nFixes
https://buganizer.corp.google.com/issues/418761305
2025-05-19 16:16:47 -07:00
server
fix SIGPIPE and race condition causing dropping of final output ( "command not found" error) on cloudtops (
#429
)
2025-05-19 13:16:11 -07:00