v0.36.0-preview.8
Gemini CLISummary
This release focuses on improving responsiveness by introducing streaming support for API responses, allowing users to see output faster. We also fixed several critical bugs related to network timeouts and prompt parsing, alongside general latency improvements for a smoother user experience.
New Features
- Introduced support for streaming responses from the Gemini API, providing faster feedback during generation.
- Enabled the ability to specify custom temperature settings for model generation via the configuration file.
Bug Fixes
- Fixed an issue where the CLI would hang indefinitely when the network connection timed out during a large file upload.
- Resolved a bug causing incorrect parsing of multi-line prompts containing special characters.
- Corrected an error where the history command failed to display entries if the log file exceeded 10MB.
Improvements
- Improved the latency of initial connection setup when invoking the tool.
- Enhanced the readability of error messages related to authentication failures.
- Refined the output formatting for code blocks to ensure proper syntax highlighting in standard terminals.