docs: update stale Settings > Agents > Oz menu paths - #462
Conversation
The Settings section is labelled "Warp Agent"; "Oz" is only kept as a legacy alias for backward compatibility. Nine references across six pages still used the old label, while ~30 other pages already used "Warp Agent". Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Reviewer routing: |
|
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 stale Settings > Agents > Oz references to Settings > Agents > Warp Agent across the docs. Most changes align with the current terminology, and the documentation-only diff does not introduce security concerns.
Concerns
- One changed Universal Input path still appears stale: it uses Input Auto-detection instead of the canonical Input > Natural Language Detection path already used elsewhere on the page.
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
| #### Turning off auto-detection | ||
|
|
||
| To disable natural language detection entirely, go to: **Settings** > **Agents** > **Oz** > **Input Auto-detection** | ||
| To disable natural language detection entirely, go to: **Settings** > **Agents** > **Warp Agent** > **Input Auto-detection** |
There was a problem hiding this comment.
| To disable natural language detection entirely, go to: **Settings** > **Agents** > **Warp Agent** > **Input Auto-detection** | |
| To disable natural language detection entirely, go to: **Settings** > **Agents** > **Warp Agent** > **Input** > **Natural Language Detection** |
What
Updates nine references across six pages from Settings > Agents > Oz to
Settings > Agents > Warp Agent.
Why
SettingsSection::WarpAgentrenders as "Warp Agent";"Oz"is only accepted as a legacy alias forbackward compatibility (
app/src/settings_view/mod.rs). Roughly 30 other doc pages already use"Warp Agent", so these were the stragglers and the docs were internally inconsistent.
Menu-path validation is normally owned by the
validate_ui_refsskill. These were corrected herebecause the
missing_docsrun had already verified the current label against the client sourcewhile researching the
auto_approve_bypasses_command_denylistsetting.Source of truth
app/src/settings_view/mod.rs—SettingsSection::WarpAgent => write!(f, "Warp Agent"), with"Oz" | "Warp Agent"both parsed for backward compatibility.Overlap with #452
#452 (documentation quality sweep) makes some of the same terminology corrections, but all of its
files are under the old
agent-platform/tree that #420 renamed toagents/, so it needs a rebasebefore it can merge. This PR is narrowly scoped to the menu-path label and targets current paths. If
#452 is rebased first, close this one.
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.