Skip to content

Commit 6321b2f

Browse files
rachaelrenkoz-agent
andcommitted
Add Phase 3 citation blocks to 32 high-value pages
Add 40-60 word answer-first citation blocks to remaining high-value pages: - Capabilities: Full Terminal Use, Slash Commands, Task Lists - Cloud agents: Slack integration, cloud providers, demo issue triage - Local agents: Active AI, code diffs, interactive code review, interacting with agents, terminal/agent modes, generate, voice, and all 5 agent-context sub-pages (blocks, images, selections, URLs, @ context) - Code: Vim keybindings, file tree, find and replace - Warp Drive: Workflows, Notebooks, Prompts, Environment Variables, Agent Mode Context, Warp on the Web - Reference: CLI agent profiles, troubleshooting, Warp Drive context, reference index - Getting started: Agents in Warp, Agent FAQs 42 pages already had good intros and were left unchanged. 10 deep procedural pages (self-hosting) were skipped. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent e26d4aa commit 6321b2f

32 files changed

Lines changed: 57 additions & 13 deletions

src/content/docs/agent-platform/capabilities/full-terminal-use.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
import { Tabs, TabItem } from '@astrojs/starlight/components';
88
import VideoEmbed from '@components/VideoEmbed.astro';
99

10-
Full Terminal Use lets Warp's agent operate directly inside interactive terminal applications, such as database shells, debuggers, text editors, long-running servers, and more.
10+
Full Terminal Use lets Warp's agent operate directly inside interactive terminal applications like database shells, debuggers, text editors, and long-running servers. The agent can see the live terminal buffer, write commands, respond to prompts, and hand control back to you at any time.
1111

1212
The agent can see the live terminal buffer (terminal state), write to the PTY to run commands, respond to prompts, and continue working inside the running process while you stay in control.
1313

src/content/docs/agent-platform/capabilities/slash-commands.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
built-in actions or saved prompts without leaving the input field.
66
---
77

8-
When using Agent Mode or Auto-Detection Mode, typing `/` in the input field opens the Slash Commands menu.
8+
Slash Commands are quick actions and saved prompts you can invoke by typing `/` in Agent Mode or Auto-Detection Mode. They provide instant access to built-in actions like starting conversations, creating environments, switching models, and running saved prompts from Warp Drive.
99

1010
<figure>
1111
![Slash Commands menu](../../../../assets/agent-platform/slash-commands-menu.png)

src/content/docs/agent-platform/capabilities/task-lists.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ description: >-
66
time.
77
---
88

9-
The Agent can automatically break down complex requests into clear, trackable steps in the form of a task list with to-do items.\
10-
\
11-
When you make a sufficiently complex request that requires multiple actions, the Agent will automatically create a list of steps, execute them in order, and track progress from start to finish. There’s no need to adjust settings or enable a special mode—the Agent detects and creates task lists automatically.
9+
Task Lists let Warp's agent automatically break down complex requests into clear, trackable steps. When a request requires multiple actions, the agent creates a structured list, executes each step in order, and tracks progress in real time. No configuration is needed—the agent detects and creates task lists automatically.
1210

1311
<figure>
1412
![An example of a task list in progress.](../../../../assets/agent-platform/in-progress-tasklist.png)

src/content/docs/agent-platform/cloud-agents/integrations/cloud-providers.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ sidebar:
66
label: "AWS, GCP, and other cloud providers"
77
---
88

9-
Oz cloud agents can securely access cloud providers using short-lived OpenID Connect credentials.
10-
11-
This page explains how to configure a cloud agent environment to automatically authenticate to your
12-
cloud provider. Oz has built-in support for AWS and GCP, and can work with any provider that
13-
supports OIDC tokens.
9+
Oz cloud agents can securely access AWS, GCP, and other cloud providers using short-lived OpenID Connect (OIDC) credentials. Configure your cloud agent environment to automatically authenticate to your cloud provider without storing long-lived keys, using Warp's built-in OIDC federation support.
1410

1511
---
1612

src/content/docs/agent-platform/cloud-agents/integrations/demo-issue-triage-bot.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ sidebar:
88
---
99
import VideoEmbed from '@components/VideoEmbed.astro';
1010

11+
This demo shows how to trigger Warp's coding agent from a GitHub Action to automate bug report handling. The agent evaluates whether a report is actionable, requests missing details when needed, and escalates directly into a draft pull request when the issue is ready for a fix.
12+
1113
<VideoEmbed url="https://www.youtube.com/watch?feature=youtu.be&v=dK2eohQ2Yow" />
1214

1315
:::note

src/content/docs/agent-platform/cloud-agents/integrations/slack.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ description: >-
77
pull requests.
88
---
99

10+
The Slack integration lets your team trigger Oz cloud agents directly from Slack conversations. Tag @Oz in a message or DM the bot to start a cloud agent that clones your repos, works through the task, posts progress updates, and opens pull requests back into the same thread.
11+
1012
### Overview
1113

1214
The Slack integration lets your team trigger agents directly from conversations in Slack. When you tag **@Oz** in a message or DM the bot, Warp will start an agent in the cloud, clone the repositories defined in your environment, and begin working through the task with full context from your codebase and the Slack thread.

src/content/docs/agent-platform/getting-started/agents-in-warp.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ description: >-
66
---
77
import VideoEmbed from '@components/VideoEmbed.astro';
88

9+
Warp includes Oz agents that help you write code, debug issues, and complete terminal workflows from natural language prompts. Agents operate with full context from your codebase, Warp Drive, and connected tools while you control their autonomy, permissions, and model choices.
10+
911
<VideoEmbed url="https://youtu.be/qiQtD1jPF6s" title="Agent Mode Overview" />
1012

1113
Warp includes Oz agents. These coding agents are designed to help you build, test, deploy, and debug while keeping you in control. Describe what you want to do in natural language (_you can even use your voice_), and Oz will take action using your environment, codebase, and saved context.

src/content/docs/agent-platform/getting-started/faqs.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ description: >-
77
models, privacy practices, credit limits, billing, and usage guidelines.
88
---
99

10+
Answers to frequently asked questions about Warp's agents, including supported models, data privacy, credit limits, billing, and common error messages. For billing-specific questions, see the pricing FAQs.
11+
1012
## General
1113

1214
### What data is sent and/or stored when using Agents in Warp?

src/content/docs/agent-platform/local-agents/active-ai.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: >-
55
on your command line errors, inputs, and outputs.
66
---
77

8+
Active AI Recommendations proactively suggest fixes and next actions based on your terminal errors, inputs, and outputs. Features include Prompt Suggestions that activate Agent Mode, Next Command predictions from your shell history, and Suggested Code Diffs that automatically surface fixes for command-line errors.
9+
810
:::note
911
Active AI features can be disabled in **Settings** > **Agents** > **Warp Agent** with the Active AI toggle.
1012
:::

src/content/docs/agent-platform/local-agents/agent-context/blocks-as-context.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ description: >-
66
---
77
import { Tabs, TabItem } from '@astrojs/starlight/components';
88

9+
Attach terminal output blocks to your agent prompts so the agent can understand errors, commands, and outputs from your current or previous sessions. Blocks can be attached with keyboard shortcuts, mouse clicks, or automatically within agent conversations.
10+
911
## Attaching blocks as context
1012

1113
Warp’s Agent can use blocks from your Agent conversations as context to better understand your queries and generate more relevant responses.

0 commit comments

Comments
 (0)