II.
EnvVar JSON
Structured · liveenv-var:gemini-cli-debug
DEBUG json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:gemini-cli-debug",
"_kind": "EnvVar",
"_file": "extensions/env-vars/cross-vendor-essentials.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "DEBUG",
"name": "DEBUG",
"category": "debug",
"valueType": "string",
"description": "Standard Node.js debug channel selector consumed by Gemini CLI's debug\nnamespaces. Source: github.com/google-gemini/gemini-cli docs.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:gemini-cli.runtime@current",
"to": "env-var:gemini-cli-debug",
"kind": "has_env_var",
"attributes": {}
}
]
}