diff --git a/src/content/docs/terminal/input/universal-input.mdx b/src/content/docs/terminal/input/universal-input.mdx index 8619acb4..591ba9d2 100644 --- a/src/content/docs/terminal/input/universal-input.mdx +++ b/src/content/docs/terminal/input/universal-input.mdx @@ -72,9 +72,15 @@ _Indicator_: Neither mode highlighted. When Warp detects an input type, the input switcher softly highlights the corresponding mode. -| Agent (natural language) mode detected | Terminal (shell) mode detected | -| ----------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | -| Universal Input auto-detecting a natural-language Agent prompt. | Universal Input auto-detecting a shell command. | +
+![Universal Input auto-detecting a natural-language Agent prompt.](../../../../assets/terminal/auto-detection-agent-mode-1.png) +
Agent (natural language) mode detected.
+
+ +
+![Universal Input auto-detecting a shell command.](../../../../assets/terminal/auto-detection-terminal-mode.png) +
Terminal (shell) mode detected.
+
:::note The model Warp uses to detect natural language automatically is completely local. @@ -89,9 +95,15 @@ By default, auto-detection is enabled. This means Warp decides whether to treat * `CMD+I` (macOS) * `CTRL+I` (Windows/Linux) -| Agent (natural language) mode enabled | Terminal (shell) mode enabled | -| -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | -| | | +
+![Universal Input with auto-detection off in Agent Mode.](../../../../assets/terminal/auto-detection-off-agent-mode.png) +
Agent (natural language) mode enabled.
+
+ +
+![Universal Input with auto-detection off in Terminal Mode.](../../../../assets/terminal/auto-detection-off-terminal-mode.png) +
Terminal (shell) mode enabled.
+
### Entering Agent Mode