II.
EnvVar JSON
Structured · liveenv-var:bash-default-timeout-ms
BASH_DEFAULT_TIMEOUT_MS json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:bash-default-timeout-ms",
"_kind": "EnvVar",
"_file": "extensions/env-vars/claude-code-env-vars.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "BASH_DEFAULT_TIMEOUT_MS",
"description": "Default timeout for the Bash tool when no per-call timeout is supplied.",
"name": "BASH_DEFAULT_TIMEOUT_MS",
"category": "shell",
"valueType": "int",
"defaultValue": "120000"
},
"outgoingEdges": [
{
"from": "env-var:bash-default-timeout-ms",
"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:bash-default-timeout-ms",
"kind": "has_env_var",
"attributes": {}
}
]
}