Summary
URL Inspector is present in the sidebar and ToolRouter, but it is missing from the command palette command registry. Users who rely on Spotlight/command-palette navigation cannot discover or open URL Inspector from the palette.
Affected tool / area
URL Inspector, Command Palette / Spotlight navigation.
Repro steps
- Open the app.
- Open the command palette / Spotlight command UI.
- Search for
url or URL Inspector.
- Compare with the sidebar, which does contain
URL Inspector.
Expected
The command palette includes URL Inspector and routes to /tool/url-inspector.
Actual
The command palette COMMANDS direct navigation list includes tools like Color Converter, Cron Job Parser, RegExp Tester, and Text Diff, but not URL Inspector. TOOL_ICONS also has no url-inspector entry.
Evidence
Source inventory:
src/ToolRouter.jsx registers url-inspector.
src/components/Sidebar.jsx lists { id: 'url-inspector', name: 'URL Inspector', category: 'Developer' }.
src/components/CommandPalette.jsx has no URL Inspector command.
Priority
Medium: the tool is still reachable from the sidebar, but command-palette-first workflows miss it entirely.
Summary
URL Inspector is present in the sidebar and
ToolRouter, but it is missing from the command palette command registry. Users who rely on Spotlight/command-palette navigation cannot discover or open URL Inspector from the palette.Affected tool / area
URL Inspector, Command Palette / Spotlight navigation.
Repro steps
urlorURL Inspector.URL Inspector.Expected
The command palette includes
URL Inspectorand routes to/tool/url-inspector.Actual
The command palette
COMMANDSdirect navigation list includes tools like Color Converter, Cron Job Parser, RegExp Tester, and Text Diff, but not URL Inspector.TOOL_ICONSalso has nourl-inspectorentry.Evidence
Source inventory:
src/ToolRouter.jsxregistersurl-inspector.src/components/Sidebar.jsxlists{ id: 'url-inspector', name: 'URL Inspector', category: 'Developer' }.src/components/CommandPalette.jsxhas no URL Inspector command.Priority
Medium: the tool is still reachable from the sidebar, but command-palette-first workflows miss it entirely.