Merge branch 'main' into fix_benchmarking

This commit is contained in:
Alisa
2026-02-19 19:00:08 -08:00
committed by GitHub
8 changed files with 81 additions and 70 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# Preview release: v0.30.0-preview.1
# Preview release: v0.30.0-preview.3
Released: February 19, 2026
@@ -311,4 +311,4 @@ npm install -g @google/gemini-cli@preview
[#19008](https://github.com/google-gemini/gemini-cli/pull/19008)
**Full changelog**:
https://github.com/google-gemini/gemini-cli/compare/v0.29.0-preview.5...v0.30.0-preview.1
https://github.com/google-gemini/gemini-cli/compare/v0.29.0-preview.5...v0.30.0-preview.3
+1
View File
@@ -69,6 +69,7 @@ You can enter Plan Mode in three ways:
2. **Command:** Type `/plan` in the input box.
3. **Natural Language:** Ask the agent to "start a plan for...". The agent will
then call the [`enter_plan_mode`] tool to switch modes.
- **Note:** This tool is not available when the CLI is in YOLO mode.
### The Planning Workflow
+2
View File
@@ -11,6 +11,8 @@ by the agent when you ask it to "start a plan" using natural language. In this
mode, the agent is restricted to read-only tools to allow for safe exploration
and planning.
> **Note:** This tool is not available when the CLI is in YOLO mode.
- **Tool name:** `enter_plan_mode`
- **Display name:** Enter Plan Mode
- **File:** `enter-plan-mode.ts`