v0.35.1
Gemini CLISummary
This minor release focuses on improving the user experience by introducing response streaming for faster feedback during code generation. It also includes critical fixes for hanging CLI processes under certain network conditions and resolves indentation issues in generated Python code.
New Features
- Introduced support for streaming responses when using the `--stream` flag for faster feedback during generation.
Bug Fixes
- Fixed an issue where the CLI would hang indefinitely when attempting to generate code in environments with strict network egress policies.
- Resolved a bug causing incorrect indentation in Python code blocks generated by the model.
- Corrected an error where configuration files were not being loaded correctly when running commands from non-home directories.
Improvements
- Improved latency for initial response time by optimizing connection handling to the backend service.
- Enhanced error messages to provide clearer guidance when authentication tokens expire.