Severity
P1/P2 UX correctness
Affected area
Command palette navigation, Code Formatter, Data Generator
Repro
Open these built frontend routes directly:
/tool/code-formatter?format=xml
/tool/data-generator?preset=Address
These same URL shapes are used by command palette preset commands such as Code Formatter > XML and Data Generator > Address.
Actual
/tool/code-formatter?format=xml still opens Code Formatter in JSON mode.
/tool/data-generator?preset=Address still shows the default schema (UUID, Name, Email, Phone, Recent).
Expected
Preset-labeled command palette entries should land users in the selected mode/preset, or the command labels should be changed to plain tool navigation until query handling exists.
Recommended fix
Implement query-param handling in the target pages, or remove preset-looking query strings from command definitions.
Severity
P1/P2 UX correctness
Affected area
Command palette navigation, Code Formatter, Data Generator
Repro
Open these built frontend routes directly:
These same URL shapes are used by command palette preset commands such as
Code Formatter > XMLandData Generator > Address.Actual
/tool/code-formatter?format=xmlstill opens Code Formatter in JSON mode./tool/data-generator?preset=Addressstill shows the default schema (UUID,Name,Email,Phone,Recent).Expected
Preset-labeled command palette entries should land users in the selected mode/preset, or the command labels should be changed to plain tool navigation until query handling exists.
Recommended fix
Implement query-param handling in the target pages, or remove preset-looking query strings from command definitions.