From 8773b0e091178889c55a1a0ce860c2704c39bf92 Mon Sep 17 00:00:00 2001 From: "oz-by-warp[bot]" <243557089+oz-by-warp[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 00:49:21 +0000 Subject: [PATCH] docs: refresh UI paths snapshot from warp settings_view Drop legacy top-level Settings sections AI, Code, and MCP Servers from valid_paths.json. Those entries are no longer SettingsSection variants; navigation lives under the Agents/Code umbrellas and deprecated_sections aliases. Docs validation remains clean with zero path issues. Co-Authored-By: Warp --- .../skills/validate_ui_refs/valid_paths.json | 39 +------------------ 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/.agents/skills/validate_ui_refs/valid_paths.json b/.agents/skills/validate_ui_refs/valid_paths.json index 5ab202346..a89f02f6a 100644 --- a/.agents/skills/validate_ui_refs/valid_paths.json +++ b/.agents/skills/validate_ui_refs/valid_paths.json @@ -83,11 +83,6 @@ "sub_sections": [], "source_file": "app/src/settings_view/mod.rs" }, - "MCP Servers": { - "display_name": "MCP Servers", - "sub_sections": [], - "source_file": "app/src/settings_view/mcp_servers_page.rs" - }, "Billing and usage": { "display_name": "Billing and usage", "sub_sections": [], @@ -168,30 +163,6 @@ ], "source_file": "app/src/settings_view/warpify_page.rs" }, - "AI": { - "display_name": "AI", - "sub_sections": [ - "Usage", - "Active AI", - "Agents", - "Profiles", - "Input", - "MCP Servers", - "Knowledge", - "Voice", - "Other", - "Third party CLI agents", - "Agent Attribution", - "Experimental", - "Cloud Handoff", - "Custom Inference", - "API Keys", - "AWS Bedrock", - "Gemini Enterprise", - "Custom Routers" - ], - "source_file": "app/src/settings_view/ai_page.rs" - }, "Warp Agent": { "display_name": "Warp Agent", "sub_sections": [ @@ -241,14 +212,6 @@ "source_file": "app/src/settings_view/ai_page.rs", "umbrella": "Agents" }, - "Code": { - "display_name": "Code", - "sub_sections": [ - "Codebase Indexing", - "Code Editor and Review" - ], - "source_file": "app/src/settings_view/code_page.rs" - }, "Indexing and projects": { "display_name": "Indexing and projects", "sub_sections": [ @@ -1554,5 +1517,5 @@ "description": "Toggle Maximize Code Review Panel" } ], - "generated_at": "2026-08-12T00:53:01.810914+00:00" + "generated_at": "2026-08-18T00:46:26.239028+00:00" } \ No newline at end of file