Change8

v0.22.2

Gemini CLI
2 features3 fixes3 improvementscli

Summary

This release introduces support for generating code in Rust and Go, significantly enhancing language coverage. We have also improved response times for complex requests and fixed critical bugs related to hanging prompts and incorrect indentation in Python outputs.

New Features

  • Introduced support for generating code in Rust and Go languages.
  • Enabled multi-turn conversation history persistence across sessions for better context continuity.

Bug Fixes

  • Fixed an issue where the CLI would hang indefinitely when attempting to generate code for extremely long prompts.
  • Resolved a bug causing incorrect indentation in Python code blocks generated by the tool.
  • Corrected an error where configuration files were not being loaded correctly on Windows systems.

Improvements

  • Improved response time for complex code generation requests by 15%.
  • Refined the output formatting for better readability in the terminal.
  • Updated the internal model version to improve code accuracy.

Related Documentation

Gemini CLI Documentation