@@ -18,6 +18,28 @@ on GitHub.
1818| [ Preview] ( preview.md ) | Experimental features ready for early feedback. |
1919| [ Stable] ( latest.md ) | Stable, recommended for general use. |
2020
21+ ## Announcements: v0.30.0 - 2026-02-25
22+
23+ - ** SDK & Custom Skills:** Introduced the initial SDK package, enabling dynamic
24+ system instructions, ` SessionContext ` for SDK tool calls, and support for
25+ custom skills
26+ ([ #18861 ] ( https://github.com/google-gemini/gemini-cli/pull/18861 ) by
27+ @mbleigh ).
28+ - ** Policy Engine Enhancements:** Added a new ` --policy ` flag for user-defined
29+ policies, introduced strict seatbelt profiles, and deprecated
30+ ` --allowed-tools ` in favor of the policy engine
31+ ([ #18500 ] ( https://github.com/google-gemini/gemini-cli/pull/18500 ) by
32+ @allenhutchison ).
33+ - ** UI & Themes:** Added a generic searchable list for settings and extensions,
34+ new Solarized themes, text wrapping for markdown tables, and a clean UI toggle
35+ prototype ([ #19064 ] ( https://github.com/google-gemini/gemini-cli/pull/19064 ) by
36+ @rmedranollamas ).
37+ - ** Vim & Terminal Interaction:** Improved Vim support to feel more complete and
38+ added support for Ctrl-Z terminal suspension
39+ ([ #18755 ] ( https://github.com/google-gemini/gemini-cli/pull/18755 ) by
40+ @ppgranger , [ #18931 ] ( https://github.com/google-gemini/gemini-cli/pull/18931 )
41+ by @scidomino ).
42+
2143## Announcements: v0.29.0 - 2026-02-17
2244
2345- ** Plan Mode:** A new comprehensive planning capability with ` /plan ` ,
0 commit comments