v0.36.0-preview.5
Gemini CLISummary
This release focuses on improving responsiveness by introducing streaming support for API responses, giving users faster feedback. We also fixed several critical bugs related to code formatting and configuration loading across different operating systems.
New Features
- Introduced support for streaming responses from the Gemini API, providing faster feedback during code generation.
- Enabled the ability to specify the model temperature directly via the command line interface.
Bug Fixes
- Fixed an issue where the tool would hang indefinitely when encountering a network timeout during API calls.
- 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 logic for complex multi-file requests, leading to more accurate context awareness.
- Enhanced error messages to be clearer and more actionable when API quotas are exceeded.