v0.29.4
Gemini CLISummary
This release introduces response streaming via the `--stream` flag, allowing users to see output immediately as it is generated. We have also resolved critical bugs related to command-line argument parsing and environment-specific configuration loading. Performance has been slightly improved for API connection latency.
New Features
- Introduced support for streaming responses when using the `--stream` flag for faster feedback during generation.
Bug Fixes
- Fixed an issue where the CLI would hang indefinitely when attempting to generate code in environments with strict network timeouts.
- Resolved a bug causing incorrect parsing of multi-line arguments passed via the command line.
- Corrected an error where configuration files were not being loaded correctly on Windows systems.
Improvements
- Improved latency for initial connection setup when communicating with the Gemini API.
- Enhanced error messages to provide clearer guidance when authentication tokens expire.