From 7f353084062dbc5e03f88be1ed5df59b49d8c987 Mon Sep 17 00:00:00 2001 From: "warp-factories[bot]" <243557089+warp-factories[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 14:49:33 +0000 Subject: [PATCH] chore: refresh UI path snapshot from warp settings_view Remove stale top-level Settings sections AI, Code, and MCP Servers from valid_paths.json after the settings navigation moved those entries under Agents/Code umbrellas (Warp Agent, MCP servers, etc.). Validated with validate_ui_refs.py --all: 0 path/command/format issues. --- .../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 4f14763e..3734e77b 100644 --- a/.agents/skills/validate_ui_refs/valid_paths.json +++ b/.agents/skills/validate_ui_refs/valid_paths.json @@ -82,11 +82,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": [], @@ -167,30 +162,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": [ @@ -240,14 +211,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": [ @@ -1553,5 +1516,5 @@ "description": "Toggle Maximize Code Review Panel" } ], - "generated_at": "2026-08-12T00:53:01.810914+00:00" + "generated_at": "2026-08-21T14:48:30.987258+00:00" } \ No newline at end of file