docs: document harness flags on oz agent run-cloud#331
Conversation
Add --harness, --claude-auth-secret, and --codex-auth-secret to the oz agent run-cloud key flags in the CLI reference, plus an example of launching a third-party harness cloud run and cross-links to the harness authentication docs. Co-Authored-By: Oz <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
Documents the oz agent run-cloud harness selection and harness-specific auth-secret flags, adds a worked Claude Code example, and links to the existing harness authentication and secrets documentation.
Concerns
- No blocking correctness, security, or spec-alignment concerns found.
spec_context.mdreports no approved or repository spec context for this PR.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
Summary
Documents the third-party harness flags on
oz agent run-cloudin the CLI reference. Surfaced by themissing_docsdrift-watch audit (new CLI flags since last snapshot).The harnesses feature (running Claude Code or Codex as cloud agents) is GA and documented under
platform/harnesses/, but the CLI reference didn't cover launching a harness run from the Oz CLI. This adds:--harness <HARNESS>— choose the execution harness (ozdefault,claude,codex).--claude-auth-secret <NAME>— Warp-managed secret for the Claude Code harness (only valid with--harness claude).--codex-auth-secret <NAME>— Warp-managed secret for the Codex harness (only valid with--harness codex).Plus a worked example and cross-links to the harness authentication and secrets docs.
Source:
warp:crates/warp_cli/src/agent.rs(RunCloudArgs,Harness).Validation
npm run buildpasses.Conversation: https://staging.warp.dev/conversation/0ee78198-1342-4558-b918-b484f4655005
Run: https://oz.staging.warp.dev/runs/019f5c6b-ee12-75f1-a353-e0ef6e3edd4f
This PR was generated with Oz.