iiRecord
Agentic AI Atlas · BASH_DEFAULT_TIMEOUT_MS
env-var:bash-default-timeout-msa5c.ai
II.
EnvVar JSON

env-var:bash-default-timeout-ms

Structured · live

BASH_DEFAULT_TIMEOUT_MS 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: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": {}
    }
  ]
}