II.
EnvVar JSON
Structured · liveenv-var:disable-deep-link-registration
disableDeepLinkRegistration json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:disable-deep-link-registration",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "disableDeepLinkRegistration",
"description": "settings.json key (also surfaced as env passthrough in some launchers) that opts out of registering claude-cli:// URI handlers.",
"name": "disableDeepLinkRegistration",
"category": "ui",
"valueType": "enum",
"defaultValue": "enable",
"introducedInVersion": ">=2.1.91"
},
"outgoingEdges": [
{
"from": "env-var:disable-deep-link-registration",
"to": "agent-runtime-impl:claude-code.runtime@1.x",
"kind": "affects",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "env-var:disable-deep-link-registration",
"kind": "has_env_var",
"attributes": {}
}
]
}