II.
EnvVar JSON
Structured · liveenv-var:disable-autoupdater
DISABLE_AUTOUPDATER json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:disable-autoupdater",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "DISABLE_AUTOUPDATER",
"description": "Opt out of plugin auto-updates from the official marketplace.",
"name": "DISABLE_AUTOUPDATER",
"category": "plugins",
"valueType": "bool",
"defaultValue": "0"
},
"outgoingEdges": [
{
"from": "env-var:disable-autoupdater",
"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-autoupdater",
"kind": "has_env_var",
"attributes": {}
}
]
}