Skip to content

Active AI Recommendations

Open in ChatGPT ↗
Ask ChatGPT about this page
Open in Claude ↗
Ask Claude about this page
Copied!

Active AI Recommendations proactively suggest fixes and next actions based on your command line errors, inputs, and outputs.

Prompt Suggestions are contextual, AI-powered suggestions that activate Agent Mode. These banners will provide suggestions for what to ask Agent Mode in specific scenarios, similar to how Warp already suggests commands to run.

To disable, please visit Settings > Agents > Warp Agent > Active AI > Prompt Suggestions

Example of inline banner popping up when relevant contextually.

If you press CMD-ENTER (on macOS), CTRL-SHIFT-ENTER (on Linux/Windows), or click on the chip, the suggestion will auto-populate into your input and run against Agent Mode (with the most recent block attached).

Setting for Prompt Suggestions

Next Command uses AI to suggest the next command to run based on your active terminal session and command history. It uses your active terminal session contents and an LLM to generate commands.

To disable, please visit Settings > Agents > Warp Agent > Active AI > Next Command

Next Command suggestion appearing inline based on the active terminal session and command history.

Press or CTRL-F to accept a Next Command suggestion into your input buffer, then press ENTER to execute it. You can change the accept keybinding (for example, to TAB) via the inline keybinding picker that appears next to the suggestion.

Next Commands are unlimited across all of Warp’s plans, including the Free plan. For the latest information on other AI limits and other pricing details, visit warp.dev/pricing.

Suggested Code Diffs automatically surface potential fixes for command-line errors encountered within Warp. These are most often compiler errors, but they may also include other situations where Warp can confidently predict a straightforward resolution, such as simple merge conflicts.

"Generating fix" banner shown after a command-line error while Warp prepares a proposed diff.

When an error occurs, Warp evaluates whether it is appropriate for an LLM to generate a fix. If so, a “Generating fix” banner will appear while Warp prepares a proposed diff. You can stop this process at any time by pressing CTRL + C or the stop button.

Suggested code diff with options to dismiss or accept the proposed fix.

Once the diff is generated, you can either dismiss it or accept it. Acceptance can be done directly via the buttons in the diff view, or with CMD + ENTER on macOS and CTRL + ENTER on Windows/Linux.

You can also view additional details of the diff by pressing CMD + E (macOS) or CTRL + E (Windows/Linux), which expands the view to allow further inspection (including refining or editing it). You can also use to view the entire diff.

Billing

Suggested Code Diffs do not count toward your AI request limits. There are maximum limits to the number of code diffs surfaced per month, which scales based on your plan tier. For the latest details on plan limits and pricing, please visit warp.dev/pricing.

See our Privacy Page for more information on how we handle data with Active AI.