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
…t' language - Rename 'Ambient Agents' to 'Cloud Agents' in terminology glossary and AGENTS.md - Remove 'ambient' from Oz run definition and CLI command descriptions - Remove 'interactive or ambient' from agent definition - Update style_lint.py PROPER_FEATURE_NAMES to match Co-Authored-By: Oz <oz-agent@warp.dev>
|
Re: @hongyi-chen's review comment about setting up the style lint to run on a schedule — This is already covered! The existing scheduled agent "Docs: style lint (Codex)" runs Mon/Wed/Fri at 16:00 UTC using the same The lint rules updated in this PR (specifically the |
…aces - Add 'ambient agent(s)' to stale_terms.md as deprecated terminology - Add 'Ambient Agents' to terms-to-avoid in terminology.md and AGENTS.md with note that code identifiers (AmbientAgentConfig) are acceptable - Add lint rule to style_lint.py OZ_TERMS_TO_AVOID to auto-flag usage - Remove remaining 'ambient' language from oz-style-guidelines.md Co-Authored-By: Oz <oz-agent@warp.dev>
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