II.
EnvVar JSON
Structured · liveenv-var:claude-code-disable-attachments
CLAUDE_CODE_DISABLE_ATTACHMENTS json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:claude-code-disable-attachments",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars-file-ops.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "CLAUDE_CODE_DISABLE_ATTACHMENTS",
"description": "Set to 1 to disable attachment processing; file mentions are sent as plain text.",
"name": "CLAUDE_CODE_DISABLE_ATTACHMENTS",
"category": "file-ops",
"valueType": "bool"
},
"outgoingEdges": [
{
"from": "env-var:claude-code-disable-attachments",
"to": "agent-runtime-impl:claude-code.runtime@1.x",
"kind": "affects",
"attributes": {}
}
],
"incomingEdges": []
}