docs: document harness flags on oz agent run-cloud#331
Draft
hongyi-chen wants to merge 1 commit into
Draft
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 <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.