v0.25.0-preview.2
Gemini CLISummary
This release introduces streaming support for faster API responses and allows users to specify custom model parameters directly from the command line. We also fixed several bugs related to network timeouts and code formatting issues in generated output.
New Features
- Introduced support for streaming responses from the Gemini API, providing faster feedback during code generation.
- Enabled the ability to specify custom model parameters (like temperature and top_k) via command-line flags for more granular control over generation quality.
Bug Fixes
- Fixed an issue where the CLI would hang indefinitely when the network connection timed out during an API call.
- Resolved a bug causing incorrect indentation when generating Python code blocks.
- Corrected an error where the history command failed to display entries when the history file was corrupted.
Improvements
- Improved the parsing logic for configuration files, leading to faster startup times.
- Enhanced error messages to be clearer and more actionable when API quota limits are exceeded.