v0.36.0-preview.7
Gemini CLISummary
This release focuses on improving the user experience by introducing response streaming for faster interactions and adding a strict mode for code reviews. Several bugs related to network timeouts and code formatting have also been resolved.
New Features
- Introduced support for streaming responses from the Gemini API for faster feedback during code generation.
- Enabled the ability to specify custom temperature settings for model generation via the command line.
- Added a new command, `gemini code review --strict`, for more rigorous code quality checks.
Bug Fixes
- Fixed an issue where the CLI would hang indefinitely when encountering a network timeout during long requests.
- Resolved a bug causing incorrect indentation when generating Python code blocks.
- Corrected an error where configuration files were not being loaded correctly on Windows systems.
Improvements
- Improved the parsing speed for large input prompts.
- Enhanced the clarity of error messages when authentication tokens expire.
- Refined the output formatting for better readability in standard terminal environments.