Skip to content

Commit f112ffe

Browse files
hongyi-chenoz-agent
andcommitted
docs(harnesses): note multi-harness orchestration is in beta
Add a short inline mention on the harnesses overview and the multi-agent orchestration overview that mixing Warp Agent, Claude Code, and Codex inside a single workflow is in beta and available to all users. Kept low-key (no callouts, no separate section) per the existing inline (beta) precedent on Deployment Patterns. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 7231038 commit f112ffe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/agent-platform/cloud-agents/harnesses/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
label: "Overview"
88
---
99

10-
Oz can run third-party agents — [Claude Code](/agent-platform/cloud-agents/harnesses/claude-code/) and [Codex](/agent-platform/cloud-agents/harnesses/codex/) — as cloud agents alongside Warp Agent. You choose the harness (agent runtime) that fits the task; the platform around the run stays the same.
10+
Oz can run third-party agents — [Claude Code](/agent-platform/cloud-agents/harnesses/claude-code/) and [Codex](/agent-platform/cloud-agents/harnesses/codex/) — as cloud agents alongside Warp Agent. You choose the harness (agent runtime) that fits the task; the platform around the run stays the same. Multi-harness orchestration — using more than one harness in a single workflow — is in beta and available to all users.
1111

1212
## What stays the same
1313

src/content/docs/agent-platform/cloud-agents/orchestration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The parent and child don't have to run in the same place. Orchestration supports
2727
* **Cloud → cloud** - a cloud parent spawns cloud children that each run in their own environment. This is the canonical pattern for review swarms, large fan-outs, and any orchestration triggered from Slack, Linear, a schedule, or the API.
2828
* **Cloud → cloud-local** - a cloud parent spawns children that run inside the parent's own cloud environment, rather than each child getting its own environment. Useful when children need to share state with the parent (a filesystem, a long-running process, a shell session) or when spinning up an environment per child would be wasteful.
2929

30-
Children can also run with a different agent runtime than the parent. A parent running with the default Warp Agent can spawn children that run with [Claude Code](/agent-platform/cli-agents/claude-code/) or [Codex](/agent-platform/cli-agents/codex/), and vice versa.
30+
Children can also run with a different agent runtime than the parent. A parent running with the default Warp Agent can spawn children that run with [Claude Code](/agent-platform/cli-agents/claude-code/) or [Codex](/agent-platform/cli-agents/codex/), and vice versa. Multi-harness orchestration is in beta and available to all users.
3131

3232
## Run state transitions
3333

0 commit comments

Comments
 (0)