Skip to content

docs: update stale Settings > Agents > Oz menu paths - #462

Merged
hongyi-chen merged 1 commit into
mainfrom
docs/settings-warp-agent-menu-path
Aug 3, 2026
Merged

docs: update stale Settings > Agents > Oz menu paths#462
hongyi-chen merged 1 commit into
mainfrom
docs/settings-warp-agent-menu-path

Conversation

@hongyi-chen

Copy link
Copy Markdown
Collaborator

What

Updates nine references across six pages from Settings > Agents > Oz to
Settings > Agents > Warp Agent.

Why

SettingsSection::WarpAgent renders as "Warp Agent"; "Oz" is only accepted as a legacy alias for
backward 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_refs skill. These were corrected here
because the missing_docs run had already verified the current label against the client source
while researching the auto_approve_bypasses_command_denylist setting.

Source of truth

app/src/settings_view/mod.rsSettingsSection::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 to agents/, so it needs a rebase
before 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.

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>
@cla-bot cla-bot Bot added the cla-signed label Aug 3, 2026
@vercel

vercel Bot commented Aug 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Aug 3, 2026 5:24pm

Request Review

Copy link
Copy Markdown
Collaborator Author

Reviewer routing: scripts/suggest_reviewers.py resolves the source file behind this change to the @warpdotdev/oss-maintainers team (matched via the root / rule in the warp repo's .github/STAKEHOLDERS). Requesting that team as a reviewer didn't take through the API from this run, so it needs assigning manually.

@hongyi-chen
hongyi-chen marked this pull request as ready for review August 3, 2026 17:43
@hongyi-chen
hongyi-chen enabled auto-merge (squash) August 3, 2026 17:43
@oz-for-oss

oz-for-oss Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

@hongyi-chen

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 /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@oz-for-oss oz-for-oss Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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**

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] This still leaves a stale settings path; use the same Input > Natural Language Detection path used earlier on this page so readers can find the setting.

Suggested change
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**

@hongyi-chen
hongyi-chen merged commit ff9731c into main Aug 3, 2026
8 checks passed
@hongyi-chen
hongyi-chen deleted the docs/settings-warp-agent-menu-path branch August 3, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants