From 59d2e8eaa918ed85dd66d8473275fb26dabf5124 Mon Sep 17 00:00:00 2001 From: Oz Date: Sun, 16 Aug 2026 23:16:36 +0000 Subject: [PATCH] chore: refresh UI paths snapshot from warp settings_view Regenerate valid_paths.json after settings_view changes in warpdotdev/warp. Remove top-level AI/Code/MCP Servers section aliases now covered by umbrellas/deprecated mappings, and restore verified Warp Agent sub_sections for shared ai_page.rs pages. Co-Authored-By: Oz --- .../skills/validate_ui_refs/valid_paths.json | 58 ++----------------- 1 file changed, 6 insertions(+), 52 deletions(-) diff --git a/.agents/skills/validate_ui_refs/valid_paths.json b/.agents/skills/validate_ui_refs/valid_paths.json index 5ab20234..8d081adb 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,51 +163,18 @@ ], "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": [ - "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" + "Custom Routers", + "Agent Attribution", + "Other", + "Experimental" ], "source_file": "app/src/settings_view/ai_page.rs", "umbrella": "Agents" @@ -241,14 +203,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 +1508,5 @@ "description": "Toggle Maximize Code Review Panel" } ], - "generated_at": "2026-08-12T00:53:01.810914+00:00" -} \ No newline at end of file + "generated_at": "2026-08-16T23:14:51.688750+00:00" +}