From b01a3aa071b15839c2ef191b18d2388e22a0c12f Mon Sep 17 00:00:00 2001 From: petradonka Date: Fri, 29 May 2026 07:02:26 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Automated=20SEO=20fixes:=20trim=205=20meta?= =?UTF-8?q?=20descriptions=20to=20=E2=89=A4160=20chars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../how-to-attach-agent-session-context-to-github-prs.mdx | 5 ++--- .../agent-workflows/how-to-run-multiple-ai-coding-agents.mdx | 5 ++--- .../guides/agent-workflows/how-to-run-unattended-agents.mdx | 3 +-- .../guides/external-tools/using-mcp-servers-with-warp.mdx | 5 ++--- .../troubleshooting/errors/insufficient-credits.mdx | 3 +-- 5 files changed, 8 insertions(+), 13 deletions(-) diff --git a/src/content/docs/guides/agent-workflows/how-to-attach-agent-session-context-to-github-prs.mdx b/src/content/docs/guides/agent-workflows/how-to-attach-agent-session-context-to-github-prs.mdx index cf3c374d..70215347 100644 --- a/src/content/docs/guides/agent-workflows/how-to-attach-agent-session-context-to-github-prs.mdx +++ b/src/content/docs/guides/agent-workflows/how-to-attach-agent-session-context-to-github-prs.mdx @@ -1,9 +1,8 @@ --- title: Share agent context in GitHub PRs description: >- - Share a Warp agent session or cloud agent run link in a GitHub pull request - so reviewers can inspect the prompt, plan, commands, logs, and output behind - agent-generated changes. + Share a Warp agent session or cloud agent run link in a GitHub pull request so + reviewers can inspect the context behind agent-generated changes. sidebar: label: "Attach agent context to PRs" tags: diff --git a/src/content/docs/guides/agent-workflows/how-to-run-multiple-ai-coding-agents.mdx b/src/content/docs/guides/agent-workflows/how-to-run-multiple-ai-coding-agents.mdx index 9d6a9278..3f5d51d8 100644 --- a/src/content/docs/guides/agent-workflows/how-to-run-multiple-ai-coding-agents.mdx +++ b/src/content/docs/guides/agent-workflows/how-to-run-multiple-ai-coding-agents.mdx @@ -1,9 +1,8 @@ --- title: How to run multiple AI coding agents description: >- - Coordinate multiple AI coding agents, including Claude Code and Codex, across - separate workspaces, Git worktrees, cloud agents, and orchestrated runs with - clear task ownership, validation, and review handoff. + Coordinate multiple AI coding agents across separate workspaces, Git worktrees, + cloud agents, and orchestrated runs with clear task ownership. sidebar: label: "Run multiple AI coding agents" --- diff --git a/src/content/docs/guides/agent-workflows/how-to-run-unattended-agents.mdx b/src/content/docs/guides/agent-workflows/how-to-run-unattended-agents.mdx index 07e68717..1dfcfc71 100644 --- a/src/content/docs/guides/agent-workflows/how-to-run-unattended-agents.mdx +++ b/src/content/docs/guides/agent-workflows/how-to-run-unattended-agents.mdx @@ -2,8 +2,7 @@ title: How to run unattended agents description: >- Run Warp agents in the background with schedules, Slack and Linear triggers, - GitHub Actions, the Oz CLI, or the API, then inspect every cloud agent run - from the Oz web app or the Warp app. + GitHub Actions, the Oz CLI, or the API and inspect every run. sidebar: label: "Run unattended agents" tags: diff --git a/src/content/docs/guides/external-tools/using-mcp-servers-with-warp.mdx b/src/content/docs/guides/external-tools/using-mcp-servers-with-warp.mdx index a1bda2ac..64068d48 100644 --- a/src/content/docs/guides/external-tools/using-mcp-servers-with-warp.mdx +++ b/src/content/docs/guides/external-tools/using-mcp-servers-with-warp.mdx @@ -1,9 +1,8 @@ --- title: Connect developer tools to agents with MCP workflows description: >- - Use Model Context Protocol (MCP) servers to connect Warp agents to developer - tools like GitHub, Linear, Sentry, Figma, Notion, and internal services across - local and cloud agent workflows. + Use MCP servers to connect Warp agents to developer tools like GitHub, Linear, + Sentry, and Figma across local and cloud agent workflows. sidebar: label: "Connect Agents to MCP servers" tags: diff --git a/src/content/docs/reference/api-and-sdk/troubleshooting/errors/insufficient-credits.mdx b/src/content/docs/reference/api-and-sdk/troubleshooting/errors/insufficient-credits.mdx index f7133cbf..7d504661 100644 --- a/src/content/docs/reference/api-and-sdk/troubleshooting/errors/insufficient-credits.mdx +++ b/src/content/docs/reference/api-and-sdk/troubleshooting/errors/insufficient-credits.mdx @@ -2,8 +2,7 @@ title: insufficient_credits description: >- The principal billed for the run has no remaining credits. Top up the - right pool — the triggering user's, or the team owner's for team API - key and scheduled runs — to continue. + triggering user's or team owner's credit pool to continue. --- The `insufficient_credits` error occurs when the principal billed for a cloud agent run has no remaining credits to charge against. From f5a3f5f8ec3594daa5850eed2cbe906bb8ce4ee7 Mon Sep 17 00:00:00 2001 From: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com> Date: Fri, 29 May 2026 08:23:57 -0600 Subject: [PATCH 2/2] Refine guide descriptions Co-Authored-By: Oz --- .../how-to-run-multiple-ai-coding-agents.mdx | 6 +++--- .../guides/agent-workflows/how-to-run-unattended-agents.mdx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/docs/guides/agent-workflows/how-to-run-multiple-ai-coding-agents.mdx b/src/content/docs/guides/agent-workflows/how-to-run-multiple-ai-coding-agents.mdx index 3f5d51d8..77aa871a 100644 --- a/src/content/docs/guides/agent-workflows/how-to-run-multiple-ai-coding-agents.mdx +++ b/src/content/docs/guides/agent-workflows/how-to-run-multiple-ai-coding-agents.mdx @@ -1,13 +1,13 @@ --- title: How to run multiple AI coding agents description: >- - Coordinate multiple AI coding agents across separate workspaces, Git worktrees, - cloud agents, and orchestrated runs with clear task ownership. + Run Claude Code, Codex, Warp Agent, and other coding agents across worktrees, + tabs, and cloud orchestration with clear task ownership. sidebar: label: "Run multiple AI coding agents" --- -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: +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: * **Local parallel sessions** - run Warp Agent, Claude Code, Codex, OpenCode, or another CLI agent in separate tabs or panes. * **Isolated worktrees** - give each agent its own Git worktree and branch so parallel edits do not collide. diff --git a/src/content/docs/guides/agent-workflows/how-to-run-unattended-agents.mdx b/src/content/docs/guides/agent-workflows/how-to-run-unattended-agents.mdx index 1dfcfc71..da98e7ed 100644 --- a/src/content/docs/guides/agent-workflows/how-to-run-unattended-agents.mdx +++ b/src/content/docs/guides/agent-workflows/how-to-run-unattended-agents.mdx @@ -1,8 +1,8 @@ --- title: How to run unattended agents description: >- - Run Warp agents in the background with schedules, Slack and Linear triggers, - GitHub Actions, the Oz CLI, or the API and inspect every run. + Start unattended cloud agents from schedules, Slack, Linear, GitHub Actions, + the Oz CLI, or the Oz API, then inspect every run. sidebar: label: "Run unattended agents" tags: