From d35a41fb6c9a36e7842e53d672d32b469047329e Mon Sep 17 00:00:00 2001 From: Jenna Inouye Date: Sat, 7 Mar 2026 22:37:01 -0800 Subject: [PATCH] Docs: Add model steering docs (formatting) --- docs/cli/model-steering.md | 5 +++-- docs/cli/tutorials/plan-mode-steering.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/cli/model-steering.md b/docs/cli/model-steering.md index 6f03961f96..12b581c530 100644 --- a/docs/cli/model-steering.md +++ b/docs/cli/model-steering.md @@ -4,8 +4,9 @@ Model steering lets you provide real-time guidance and feedback to Gemini CLI while it is actively executing a task. This lets you correct course, add missing context, or skip unnecessary steps without having to stop and restart the agent. -> **Note:** This is a preview feature currently under active development. It is -> only available on the preview channel. +> **Note:** This is a preview feature under active development. Preview features +> may only be available in the **Preview** channel or may need to be enabled +> under `/settings`. Model steering is particularly useful during complex [Plan Mode](./plan-mode.md) workflows or long-running subagent executions where you want to ensure the agent diff --git a/docs/cli/tutorials/plan-mode-steering.md b/docs/cli/tutorials/plan-mode-steering.md index ac20013035..86bc63edac 100644 --- a/docs/cli/tutorials/plan-mode-steering.md +++ b/docs/cli/tutorials/plan-mode-steering.md @@ -5,8 +5,9 @@ structured environment with model steering's real-time feedback, you can guide Gemini CLI through the research and design phases to ensure the final implementation plan is exactly what you need. -> **Note:** This is a preview feature currently under active development. As of -> March 4, 2026, Plan Mode is only available on the preview channel. +> **Note:** This is a preview feature under active development. Preview features +> may only be available in the **Preview** channel or may need to be enabled +> under `/settings`. ## Prerequisites