Skip to content

Commit 9d1b9dd

Browse files
rachaelrenkoz-agent
andcommitted
Reduce em dash usage in citation blocks by ~50%
Replace 5 of 9 em dashes with commas, periods, or rewording. Keep em dashes only where they serve as strong contrast or parenthetical asides (cloud agents, code, blocks, editor). Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 10f91f2 commit 9d1b9dd

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/content/docs/agent-platform/capabilities/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
what context they have access to, and how they execute tasks.
66
---
77

8-
Agent capabilities are the core building blocks that define how Warp's agents operate including the context sources agents can access, the rules that guide their behavior, the tools they can use, and the models they run on. Configure these capabilities to match your workflows and preferences.
8+
Agent capabilities are the core building blocks that define how Warp's agents operate, including the context sources agents can access, the rules that guide their behavior, the tools they can use, and the models they run on. Configure these capabilities to match your workflows and preferences.
99

1010
## Capabilities in this section
1111

src/content/docs/knowledge-and-collaboration/warp-drive/index.mdx

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

11-
Warp Drive is a built-in workspace for saving and sharing Workflows, Notebooks, Prompts, and Environment Variables across your team. All objects sync in real time, so you and your team always have access to the latest versions whether you're working locally or collaborating across an organization.
11+
Warp Drive is a built-in workspace for saving and sharing Workflows, Notebooks, Prompts, and Environment Variables across your team. All objects sync in real time, so you and your team always have access to the latest versions, whether you're working locally or collaborating across an organization.
1212

1313
## What is Warp Drive?
1414

src/content/docs/quickstart.mdx

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

9-
Get up and running with Warp in about 10 minutes. Install the app, run your first commands using Blocks and the modern text editor, and start an agent conversation to write code, debug issues, or explore your codebase all from natural language prompts inside the terminal.
9+
Get up and running with Warp in about 10 minutes. Install the app, run your first commands using Blocks and the modern text editor, and start an agent conversation to write code, debug issues, or explore your codebase, all from natural language prompts inside the terminal.
1010

1111
---
1212

src/content/docs/reference/api-and-sdk/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
---
99
import VideoEmbed from '@components/VideoEmbed.astro';
1010

11-
The Oz API and SDKs let you create, monitor, and inspect cloud agent runs programmatically. Use the REST API from any HTTP client, or the official Python and TypeScript SDKs for typed requests, built-in retries, and structured error handling ideal for CI pipelines, internal tools, and custom integrations.
11+
The Oz API and SDKs let you create, monitor, and inspect cloud agent runs programmatically. Use the REST API from any HTTP client, or the official Python and TypeScript SDKs for typed requests, built-in retries, and structured error handling. The SDKs are ideal for CI pipelines, internal tools, and custom integrations.
1212

1313
### Oz API
1414

src/content/docs/reference/cli/index.mdx

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

10-
The Oz CLI is the command-line tool for running and managing Warp's cloud agents from any terminal, script, or CI pipeline. Use it to start agents locally or in the cloud, connect MCP servers, configure integrations, and authenticate — all without requiring the Warp desktop app.
10+
The Oz CLI is the command-line tool for running and managing Warp's cloud agents from any terminal, script, or CI pipeline. Use it to start agents locally or in the cloud, connect MCP servers, configure integrations, and authenticate without requiring the Warp desktop app.
1111

1212
:::note
1313
**`warp-cli` is deprecated and has been replaced by `oz`.** If you have `warp-cli` installed, it will auto-update to `oz`. All the same commands are available, just replace `warp-cli` with `oz` in your scripts and workflows.

0 commit comments

Comments
 (0)