fix(web): merge one-field telemetry category into security

This commit is contained in:
Jeffrey Quesnelle 2026-07-27 00:27:23 -04:00 committed by GitHub
parent 9216198601
commit e56182c4f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -967,6 +967,9 @@ _CATEGORY_MERGE: Dict[str, str] = {
# field — fold it into the agent tab rather than spawning a one-field
# orphan category.
"computer_use": "agent",
# `telemetry.shared_metrics.enabled` is the only schema-surfaced telemetry
# field — fold it into security alongside the other privacy-posture toggles.
"telemetry": "security",
}
# Display order for tabs — unlisted categories sort alphabetically after these.