Skip to content

Commit a88ed7f

Browse files
petradonkaoz-agentrachaelrenk
authored
Automated SEO fixes: trim 5 overly long meta descriptions (#156)
* Automated SEO fixes: trim 5 meta descriptions to ≤160 chars Trimmed overly long meta descriptions (>160 chars) on 5 pages so search engines and AI answers display the full snippet without truncation. Pages fixed: - guides/agent-workflows/how-to-run-multiple-ai-coding-agents (208→157) - guides/external-tools/using-mcp-servers-with-warp (188→133) - guides/agent-workflows/how-to-run-unattended-agents (188→138) - guides/agent-workflows/how-to-attach-agent-session-context-to-github-prs (177→142) - reference/api-and-sdk/troubleshooting/errors/insufficient-credits (176→121) Co-Authored-By: Oz <oz-agent@warp.dev> * Refine guide descriptions Co-Authored-By: Oz <oz-agent@warp.dev> --------- Co-authored-by: Oz <oz-agent@warp.dev> Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com>
1 parent 3bd5f9b commit a88ed7f

5 files changed

Lines changed: 10 additions & 15 deletions

File tree

src/content/docs/guides/agent-workflows/how-to-attach-agent-session-context-to-github-prs.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Share agent context in GitHub PRs
33
description: >-
4-
Share a Warp agent session or cloud agent run link in a GitHub pull request
5-
so reviewers can inspect the prompt, plan, commands, logs, and output behind
6-
agent-generated changes.
4+
Share a Warp agent session or cloud agent run link in a GitHub pull request so
5+
reviewers can inspect the context behind agent-generated changes.
76
sidebar:
87
label: "Attach agent context to PRs"
98
tags:

src/content/docs/guides/agent-workflows/how-to-run-multiple-ai-coding-agents.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: How to run multiple AI coding agents
33
description: >-
4-
Coordinate multiple AI coding agents, including Claude Code and Codex, across
5-
separate workspaces, Git worktrees, cloud agents, and orchestrated runs with
6-
clear task ownership, validation, and review handoff.
4+
Run Claude Code, Codex, Warp Agent, and other coding agents across worktrees,
5+
tabs, and cloud orchestration with clear task ownership.
76
sidebar:
87
label: "Run multiple AI coding agents"
98
---
109

11-
Use multiple coding agents when work can be split into independent tasks, reviewed from separate branches, or delegated to cloud agents while you keep working locally. In Warp, you can coordinate agents in three ways:
10+
Use multiple coding agents, including Warp Agent, Claude Code, Codex, and other CLI agents, when work can be split into independent tasks, reviewed from separate branches, or delegated to cloud agents while you keep working locally. In Warp, you can coordinate agents in three ways:
1211

1312
* **Local parallel sessions** - run Warp Agent, Claude Code, Codex, OpenCode, or another CLI agent in separate tabs or panes.
1413
* **Isolated worktrees** - give each agent its own Git worktree and branch so parallel edits do not collide.

src/content/docs/guides/agent-workflows/how-to-run-unattended-agents.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: How to run unattended agents
33
description: >-
4-
Run Warp agents in the background with schedules, Slack and Linear triggers,
5-
GitHub Actions, the Oz CLI, or the API, then inspect every cloud agent run
6-
from the Oz web app or the Warp app.
4+
Start unattended cloud agents from schedules, Slack, Linear, GitHub Actions,
5+
the Oz CLI, or the Oz API, then inspect every run.
76
sidebar:
87
label: "Run unattended agents"
98
tags:

src/content/docs/guides/external-tools/using-mcp-servers-with-warp.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Connect developer tools to agents with MCP workflows
33
description: >-
4-
Use Model Context Protocol (MCP) servers to connect Warp agents to developer
5-
tools like GitHub, Linear, Sentry, Figma, Notion, and internal services across
6-
local and cloud agent workflows.
4+
Use MCP servers to connect Warp agents to developer tools like GitHub, Linear,
5+
Sentry, and Figma across local and cloud agent workflows.
76
sidebar:
87
label: "Connect Agents to MCP servers"
98
tags:

src/content/docs/reference/api-and-sdk/troubleshooting/errors/insufficient-credits.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: insufficient_credits
33
description: >-
44
The principal billed for the run has no remaining credits. Top up the
5-
right pool — the triggering user's, or the team owner's for team API
6-
key and scheduled runs — to continue.
5+
triggering user's or team owner's credit pool to continue.
76
---
87

98
The `insufficient_credits` error occurs when the principal billed for a cloud agent run has no remaining credits to charge against.

0 commit comments

Comments
 (0)