Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions src/content/docs/terminal/input/universal-input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ----------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| <img src="../../../../assets/terminal/auto-detection-agent-mode-1.png" alt="Universal Input auto-detecting a natural-language Agent prompt." data-size="original" /> | <img src="../../../../assets/terminal/auto-detection-terminal-mode.png" alt="Universal Input auto-detecting a shell command." data-size="original" /> |
<figure>
![Universal Input auto-detecting a natural-language Agent prompt.](../../../../assets/terminal/auto-detection-agent-mode-1.png)
<figcaption>Agent (natural language) mode detected.</figcaption>
</figure>

<figure>
![Universal Input auto-detecting a shell command.](../../../../assets/terminal/auto-detection-terminal-mode.png)
<figcaption>Terminal (shell) mode detected.</figcaption>
</figure>

:::note
The model Warp uses to detect natural language automatically is completely local.
Expand All @@ -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 |
| -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| <img src="../../../../assets/terminal/auto-detection-off-terminal-mode.png" alt="" data-size="original" /> | <img src="../../../../assets/terminal/auto-detection-off-agent-mode.png" alt="" data-size="original" /> |
<figure>
![Universal Input with auto-detection off in Agent Mode.](../../../../assets/terminal/auto-detection-off-agent-mode.png)
<figcaption>Agent (natural language) mode enabled.</figcaption>
</figure>

<figure>
![Universal Input with auto-detection off in Terminal Mode.](../../../../assets/terminal/auto-detection-off-terminal-mode.png)
<figcaption>Terminal (shell) mode enabled.</figcaption>
</figure>

### Entering Agent Mode

Expand Down
Loading