docs: document named agent base prompts and harness-specific model IDs - #460
Closed
hongyi-chen wants to merge 1 commit into
Closed
docs: document named agent base prompts and harness-specific model IDs#460hongyi-chen wants to merge 1 commit into
hongyi-chen wants to merge 1 commit into
Conversation
Three fixes to the Oz CLI reference: - `oz agent create --prompt` and `oz agent update --prompt`/`--remove-prompt` set a named agent's base prompt; neither flag was documented. - `--model` accepts harness-specific model IDs when paired with `--harness claude` or `--harness codex`. - The `run-cloud` flag list documented `--harness`, `--claude-auth-secret`, and `--codex-auth-secret` twice with conflicting wording; merged into one entry each. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
Closing as a duplicate: #440 already documents harness-specific Found while running the Both #440 and #387 touch |
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.
What
Three fixes to
reference/cli/index.mdx:oz agent create --promptandoz agent update --prompt/--remove-prompt.--modeltakes harness-specific model IDs when paired with--harness claudeor
--harness codex, with an example.--harness,--claude-auth-secret, and--codex-auth-secretwereeach listed twice in the
run-cloudflag list with conflicting wording.Why
Items 1 and 2 were flagged by the
missing_docschangelog cross-check (2026.07.31: "TheozCLIcan now set a named agent's prompt when creating or updating agents" and "The
ozCLI now acceptsharness-specific model IDs with
--harness claudeand--harness codex"). Item 3 was spotted whileverifying those flags against the CLI source.
Source of truth
crates/warp_cli/src/agent.rs—AgentCreateArgs::prompt("Base prompt for runs of this agent")and
AgentUpdateArgs::prompt/remove_prompt.crates/warp_cli/src/model.rs—ModelArgs, which documentsoz model listfor the defaultharness and pass-through of harness-specific values for third-party harnesses.
Deferred findings from this run
Nothing from the audit was silently dropped. The full deferral list lives in the companion
bookkeeping PR (
docs/missing-docs-audit-bookkeeping); in summary:sync-openapi-specskill rather than hand-written, per the skill's public/private guardrail.style_lintskill.report_external_reference) — reached only through the hiddenoz harness-supportCLI, so no public surface to document yet.Conversation: https://staging.warp.dev/conversation/c45bb2ea-d33b-4723-8249-478547f81a47
Run: https://oz.staging.warp.dev/runs/019fc891-7c04-779b-b006-328169d8a0d7
This PR was generated with Oz.