iiRecord
Agentic AI Atlas · DISABLE_AUTOUPDATER
env-var:disable-autoupdatera5c.ai
II.
EnvVar JSON

env-var:disable-autoupdater

Structured · live

DISABLE_AUTOUPDATER json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/env-vars/claude-code-env-vars.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}