II.
EnvVar JSON
Structured · liveenv-var:claude-code-effort-level
CLAUDE_CODE_EFFORT_LEVEL json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:claude-code-effort-level",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars-thinking.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "CLAUDE_CODE_EFFORT_LEVEL",
"description": "Effort level for supported models: low, medium, high, xhigh, max, or auto.",
"name": "CLAUDE_CODE_EFFORT_LEVEL",
"category": "thinking",
"valueType": "enum",
"defaultValue": "auto"
},
"outgoingEdges": [
{
"from": "env-var:claude-code-effort-level",
"to": "agent-runtime-impl:claude-code.runtime@1.x",
"kind": "affects",
"attributes": {}
}
],
"incomingEdges": []
}