v0.25.0-preview.4
Gemini CLISummary
This release introduces support for the powerful Gemini 1.5 Pro model and enables streaming responses directly to your terminal for quicker feedback. We also fixed several critical bugs related to network timeouts and syntax highlighting.
New Features
- Introduced support for generating code using the Gemini 1.5 Pro model.
- Enabled the ability to stream responses directly to the terminal for faster feedback.
Bug Fixes
- Fixed an issue where the CLI would hang indefinitely when encountering network timeouts during model calls.
- Resolved a bug causing incorrect syntax highlighting for Python code blocks in the output.
- Corrected an error where configuration files were not being loaded correctly on first run for new users.
Improvements
- Improved latency for short query responses by optimizing API call serialization.
- Enhanced error messages to be more descriptive when authentication tokens expire.