Rename 'Oz agent' to 'agent' / 'Warp Agent' across docs#68
Conversation
Rename 'Oz agent(s)' to 'agent(s)' or 'Warp's built-in agent(s)' across enterprise, reference, support, terminal, and other docs. Rename 'Oz cloud agent(s)' to 'cloud agent(s)' and 'Oz conversation' to 'conversation'. Rename 'Oz Agent SDK' to 'Oz SDK'. Preserves all Oz platform terms (Oz CLI, Oz web app, Oz run, Oz dashboard, Oz Platform, Oz Open Source Partnership) and CLI command references (oz agent run, oz agent run-cloud, etc.) as-is. Files updated: 26 files across enterprise/, reference/, support-and-community/, terminal/, knowledge-and-collaboration/, guides/, changelog/2026.mdx, quickstart.mdx, and index.mdx. Co-Authored-By: Oz <oz-agent@warp.dev>
…iles Update terminology references, style guidelines, AGENTS.md, linter rules, templates, CI workflows, and API specs to reflect the new naming: - 'Oz agent' -> 'agent' (generic) or 'Warp Agent' (built-in harness) - 'Oz cloud agent' -> 'cloud agent' - 'Oz subagent' -> 'subagent' - Oz platform terms (Oz CLI, Oz web app, Oz run, etc.) kept as-is Co-Authored-By: Oz <oz-agent@warp.dev>
Update all agent-platform docs to reflect the new naming: - 'Oz agent' -> 'agent' (generic) or 'Warp Agent' (built-in harness) - 'Oz cloud agent' / 'Oz Cloud Agent' -> 'cloud agent' / 'Cloud Agent' - 'Oz subagent' -> 'subagent' - Oz platform terms (Oz CLI, Oz web app, Oz run, etc.) kept as-is Co-Authored-By: Oz <oz-agent@warp.dev>
…-oz-agent-to-warp-agent
…-agent-to-warp-agent
|
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
This PR updates the docs terminology from "Oz agent" toward generic "agent" / "Warp Agent" naming and adjusts related style/lint references.
Concerns
- The new style-lint rule for
Oz agents?is case-insensitive, so it will also match valid lowercaseoz agent ...CLI commands that this rename intends to preserve.
Verdict
Found: 0 critical, 1 important, 0 suggestions
Request changes
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
- Resolve conflict: keep our 'agent credits' rename + main's LICENSE-AGPL link fix - Fix check_oz_terms to properly skip fenced code blocks and strip inline code spans, so CLI commands like `oz agent run` are not falsely flagged Co-Authored-By: Oz <oz-agent@warp.dev>
hongyi-chen
left a comment
There was a problem hiding this comment.
looks good! we should set up this skill to run once a week in case we miss any of these with this rename + to keep future changes standardized
| ## Agent concepts | ||
|
|
||
| - **Ambient Agents** — Oz agents that run automatically in the background on a schedule or trigger, without interactive input. | ||
| - **Ambient Agents** — Agents that run automatically in the background on a schedule or trigger, without interactive input. |
There was a problem hiding this comment.
we should change this to something closer to oz cloud agents
| - **Oz dashboard** — The app surface to manage all Oz runs, unified across the Warp app and web. | ||
|
|
||
| - **Oz run** — A single execution lifecycle of an Oz agent, including actions, outputs, and logs. An Oz run is always ambient and cloud-based. | ||
| - **Oz run** — A single execution lifecycle of an agent, including actions, outputs, and logs. An Oz run is always ambient and cloud-based. |
There was a problem hiding this comment.
we should get rid of this "ambient" messaging - that's no longer a thing
|
|
||
| * [Warp Drive](/knowledge-and-collaboration/warp-drive/#using-warp-drive-offline) (Some files may be read-only in offline mode) | ||
| * [Oz agent](/agent-platform/local-agents/overview/) | ||
| * [Agent](/agent-platform/local-agents/overview/) |
There was a problem hiding this comment.
hmm I'm not sure if Agent or Warp Agent here would be better, could go either way
Summary
Renames "Oz agent" terminology throughout the docs to align with the new product naming:
Scope
74 files changed across three workstreams:
Decision rules applied
Oz conversation | Plan
Co-Authored-By: Oz oz-agent@warp.dev