mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
23 lines
431 B
Markdown
23 lines
431 B
Markdown
|
|
# Preview release: {{version}}
|
||
|
|
|
||
|
|
Released: {{release_date_month_dd_yyyy}}
|
||
|
|
|
||
|
|
Our preview release includes the latest, new, and experimental features. This
|
||
|
|
release may not be as stable as our [latest weekly release](latest.md).
|
||
|
|
|
||
|
|
To install the preview release:
|
||
|
|
|
||
|
|
```
|
||
|
|
npm install -g @google/gemini-cli@preview
|
||
|
|
```
|
||
|
|
|
||
|
|
## Highlights
|
||
|
|
|
||
|
|
{{highlights_content}}
|
||
|
|
|
||
|
|
## What's Changed
|
||
|
|
|
||
|
|
{{changelog_list}}
|
||
|
|
|
||
|
|
**Full Changelog**: {{full_changelog_link}}
|