Docs: Add model steering docs (formatting)

This commit is contained in:
Jenna Inouye
2026-03-07 22:37:01 -08:00
parent 0854399462
commit d35a41fb6c
2 changed files with 6 additions and 4 deletions

View File

@@ -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

View File

@@ -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