{
 "area": "settings",
 "version": "2.1.282",
 "items": [
  {
   "id": "settings-schema-overview",
   "title": "Settings schema",
   "group": "About the schema",
   "kind": "other",
   "text": null,
   "when": "From code: the settings object schema is built by one function; feature modules (autoMode, deepLink, voice, briefView, screenReader) add keys through a shared registry.",
   "documented": "https://code.claude.com/docs/en/settings-reference",
   "details": {
    "topLevelKeys": 185,
    "unknownKeys": "The base settings object schema is `.passthrough()` (from code).",
    "strictValidation": "Settings validation parses with a `.strict()` variant built with strictPolicyHelperKeys, so unrecognized keys are reported as validation errors (from code).",
    "jsonSchema": "The JSON-schema generator omits properties whose description starts with `@internal` (from code).",
    "featureModules": {
     "autoMode": {
      "buildGate": true
     },
     "deepLink": {
      "buildGate": true
     },
     "voice": {
      "buildGate": true
     },
     "briefView": {
      "buildGate": true
     },
     "screenReader": {
      "buildGate": true
     }
    },
    "uncapturedDescribeCalls": 0
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174303385,
     "length": 62177,
     "sha256": "11dae1611bbe8c26a88fa271809143cfba79c36f120df879b9b967347350938f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174446960,
     "length": 57,
     "sha256": "d0c8565ff23a71105cbd8baa270e55e9eddb2a4021fea307bbda101d4633e945",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174442261,
     "length": 97,
     "sha256": "a54be1126004ca300e73955a93d25004c4833ffe377b191eb652e4e7d0ac9939",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-model",
   "title": "model",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Override the default model used by Claude Code",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#model",
   "details": {
    "path": "model",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174315037,
     "length": 48,
     "sha256": "b6a9d3b56daf7d3c7811d110dede16a1b9d94babbb6bbb3b4fb2599ace5d5547",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174315007,
     "length": 79,
     "sha256": "3dbc6c52d10803b823bb43e57aabaf1af690e4a63e56d83b10dcdff4e607e560",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-fallback-model",
   "title": "fallbackModel",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Fallback model(s) tried in order when the primary model is overloaded or unavailable. Each element accepts a model name or alias; \"default\" expands to the default model. CLI --fallback-model takes precedence.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#fallbackmodel",
   "details": {
    "path": "fallbackModel",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Fallback model(s) tried in order when the primary model is overloaded or unavailable. Each element accepts a model name or alias; \"default\" expands to the default model. CLI --fallback-model takes precedence."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174315128,
     "length": 210,
     "sha256": "eca808d87306a1aca0a43cdf27703113f4199a9ae3d049a582c25bfaa3f03854",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174315087,
     "length": 252,
     "sha256": "86f82401e2f566b23b39ec9bacab758bd40758fc3026df51afc9cd24bea93819",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-available-models",
   "title": "availableModels",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Allowlist of models that users can select. Accepts family aliases (\"opus\" allows any opus version), version prefixes (\"opus-4-5\" allows only that version), and full model IDs. If undefined, all models are available. If empty array, only the default model is available. Typically set in managed settings by enterprise administrators.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#availablemodels",
   "details": {
    "path": "availableModels",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Allowlist of models that users can select. Accepts family aliases (\"opus\" allows any opus version), version prefixes (\"opus-4-5\" allows only that version), and full model IDs. If undefined, all models are available. If empty array, only the default model is available. Typically set in managed settings by enterprise administrators."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174315383,
     "length": 334,
     "sha256": "83f5f0664f4587185706d1b05e559af1f2c20e0cc406d8b94bb01fffe0e79cf6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174315340,
     "length": 378,
     "sha256": "251eac7b6510966225af2fa236809d35296d27eceda058faff5faa1b0d906e88",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-enforce-available-models",
   "title": "enforceAvailableModels",
   "group": "Model and responses",
   "kind": "setting",
   "text": "When true and availableModels is a non-empty array, the Default model selection is also constrained: if the default model for the user tier is not in availableModels, Default resolves to the first allowed availableModels entry instead. Has no effect when availableModels is unset or an empty array. Typically set in managed settings by enterprise administrators.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#enforceavailablemodels",
   "details": {
    "path": "enforceAvailableModels",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174315766,
     "length": 364,
     "sha256": "d70d5ee6afd51ebab1ffc7f2475a3bef7d335c9d4687b1adf9d366a93ed56c97",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174315719,
     "length": 412,
     "sha256": "87d302b9be17e023da9c57f3b43bf95db0037969171376102dd33a90a09bd8b2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-model-overrides",
   "title": "modelOverrides",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Override mapping from Anthropic model ID (e.g. \"claude-opus-4-6\") to provider-specific model ID (e.g. a Bedrock inference profile ARN). Typically set in managed settings by enterprise administrators.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#modeloverrides",
   "details": {
    "path": "modelOverrides",
    "type": "record<string, string>",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "record",
     "keys": {
      "type": "string"
     },
     "values": {
      "type": "string"
     },
     "optional": true,
     "description": "Override mapping from Anthropic model ID (e.g. \"claude-opus-4-6\") to provider-specific model ID (e.g. a Bedrock inference profile ARN). Typically set in managed settings by enterprise administrators."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174316179,
     "length": 201,
     "sha256": "e96a1af04bd2d207ca3f79d8f57d99421d9f10f474353a071a3286b9cae599ac",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174316132,
     "length": 249,
     "sha256": "dae850237f3e9b3e9545c00f1029630978dfdc392b28382de2c5086eecbe169a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-model-picker",
   "title": "modelPicker",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Curate the /model picker: an ordered list of models with your own labels, independent of the built-in lineup and of Claude Code releases. availableModels still applies to these rows. Honored from managed, --settings/SDK, and user settings only (not from a project checkout); the highest-precedence of those that defines modelPicker wins outright (no merging across sources). Typically set in managed settings by enterprise administrators.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#modelpicker",
   "details": {
    "path": "modelPicker",
    "type": "object {options, replaceBuiltInOptions}",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174316783,
     "length": 440,
     "sha256": "6c422b2db13bec0cca292f724242d0dabde33c93bbf06ccd7264a83f4e38dc58",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174316382,
     "length": 842,
     "sha256": "924a740c7599d7c706893aae2146a78ed805aec02f218d2eec794f9e2dfed7fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-model-picker--options",
   "title": "modelPicker.options",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Rows to show in the /model picker, in order.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#modelpicker",
   "details": {
    "path": "modelPicker.options",
    "type": "array of object {model, label, description, behavesAs}",
    "documentedVia": "field in `modelPicker` entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "object",
      "properties": {
       "model": {
        "type": "string",
        "description": "Model to select, taken verbatim: an alias (\"opus\"), an Anthropic model ID, or a provider-format ID (Vertex, Bedrock, gateway). Same values --model accepts."
       },
       "label": {
        "type": "string",
        "optional": true,
        "description": "Row title. Defaults to the model name."
       },
       "description": {
        "type": "string",
        "optional": true,
        "description": "Row subtitle. Defaults to a generic description."
       },
       "behavesAs": {
        "type": "string",
        "optional": true,
        "description": "For a model this version of Claude Code does not know: the ID of a model it does know (e.g. \"claude-opus-4-8\") whose client-side handling — prompt profile, capability and effort defaults — applies to it. Changes neither the row's label nor the model ID sent. Without it, a model-catalog row for a model this version does not know is not offered until Claude Code is updated."
       }
      }
     },
     "description": "Rows to show in the /model picker, in order."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174316422,
     "length": 46,
     "sha256": "7dcd72b197e3c1aab039421d72476e44714c6f24748d0d38af51c032e93fa0f7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174316397,
     "length": 72,
     "sha256": "7a432d10fa3dd7b9543b5e6c4573f9deaf9d2099d7c6175377f3254731e66784",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-model-picker--replace-built-in-options",
   "title": "modelPicker.replaceBuiltInOptions",
   "group": "Model and responses",
   "kind": "setting",
   "text": "When true, the picker shows only the Default row and these options — the built-in lineup, gateway-discovered models and ANTHROPIC_CUSTOM_MODEL_OPTION are hidden. When false or unset, these options are added after the built-in lineup.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#modelpicker",
   "details": {
    "path": "modelPicker.replaceBuiltInOptions",
    "type": "boolean",
    "optional": true,
    "documentedVia": "field in `modelPicker` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174316516,
     "length": 243,
     "sha256": "af71b02788a44099aa0a382e530f924ce20486316f638691362ff0e9eeb64e0e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174316470,
     "length": 290,
     "sha256": "a993a0eeb370303dadad3a921d0327e2975ef79c60d34771c8a20979a443b039",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-model-pricing",
   "title": "modelPricing",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Price usage at your organization's contracted rates instead of list price. Affects every spend figure Claude Code reports — /cost, the status line, the SDK total_cost_usd, --max-budget-usd, and the OpenTelemetry cost metric and events — which remain USD estimates, not an invoice (the per-Mtok price labels in /model stay at list). \"overrides\" maps a model ID to its USD-per-million-token rates (input, output, cacheRead, cacheWrite — all four required, each 0 to 10000; cacheWrite prices both 5-minute and 1-hour cache writes). A matching row is charged exactly as written; fast-mode and US-data-residency surcharges are not added on top. A key Claude Code itself uses for a built-in model — its ID such as \"claude-sonnet-4-6\", or its first-party, Bedrock (any or no region prefix), Vertex or Foundry ID — covers every dated and provider form of that model; any other key — a gateway model alias, or a spelling Claude Code does not itself use — matches that model ID only (case-insensitive), and such an exact match wins over a built-in row. On Bedrock an application inference profile is matched by its backing model. An invalid row or multiplier is reported and skipped; the rest still apply. \"multiplier\" in (0, 10] scales every computed cost, overridden or not (0.85 = 85% of the price, 1.2 = 120%). Only honored from managed settings (server-managed, MDM / OS policy, or managed-settings.json), or — when none of those sets it — when supplied by a host application that manages the model provider; ignored in user, project, local and --settings sources.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#modelpricing",
   "details": {
    "path": "modelPricing",
    "type": "object {multiplier, overrides}",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174317313,
     "length": 1639,
     "sha256": "48c159a134480358b3aeaa81e2ec7200b3289a31fa40e7dcf274d835ff548e77",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174317225,
     "length": 1728,
     "sha256": "1892866da8865d2ff5a8fbd1606a7f8c71ac1100b0950a36a3b117e8b6ebb1ea",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-model-pricing--multiplier",
   "title": "modelPricing.multiplier",
   "group": "Model and responses",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#modelpricing",
   "details": {
    "path": "modelPricing.multiplier",
    "type": "number (> 0, <= 10)",
    "constraints": {
     "gt": 0,
     "lte": 10
    },
    "optional": true,
    "documentedVia": "field in `modelPricing` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174317241,
     "length": 15,
     "sha256": "7a2fbbe7daf77f9c36a66f436c9f737700ece85959d6e01a00f47dc28503ed0f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-model-pricing--overrides",
   "title": "modelPricing.overrides",
   "group": "Model and responses",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#modelpricing",
   "details": {
    "path": "modelPricing.overrides",
    "type": "record<string, object {input, output, cacheRead, cacheWrite}>",
    "optional": true,
    "documentedVia": "field in `modelPricing` entry",
    "schema": {
     "type": "record",
     "keys": {
      "type": "string"
     },
     "values": {
      "type": "object",
      "properties": {
       "input": {
        "type": "number",
        "constraints": {
         "min": 0,
         "max": 10000
        }
       },
       "output": {
        "type": "number",
        "constraints": {
         "min": 0,
         "max": 10000
        }
       },
       "cacheRead": {
        "type": "number",
        "constraints": {
         "min": 0,
         "max": 10000
        }
       },
       "cacheWrite": {
        "type": "number",
        "constraints": {
         "min": 0,
         "max": 10000
        }
       }
      }
     },
     "optional": true
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174317257,
     "length": 33,
     "sha256": "5cb1cd0421f20228555e07e575ec91496349e2cd93d01912f5979e7a603234ae",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-output-style",
   "title": "outputStyle",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Controls the output style for assistant responses",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#outputstyle",
   "details": {
    "path": "outputStyle",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174342802,
     "length": 51,
     "sha256": "e6c1ed7e8ba2914ddd0fd868243e007bbdc0507aa74cb08fb2147a5e56b95fb4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174342766,
     "length": 88,
     "sha256": "c826f9edcf6896ac57074686873752c6778162926d6d32f6d1649d1679fd25cc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-language",
   "title": "language",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Preferred language for Claude responses and voice dictation (e.g., \"japanese\", \"spanish\")",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#language",
   "details": {
    "path": "language",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343007,
     "length": 91,
     "sha256": "7c7507f3fd680b991844bf93626040513691d4d41f6921f2b3647ad146b12dea",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174342974,
     "length": 125,
     "sha256": "9888c08c008670c57e2e0e3c408825c61408c8a04377610a794519cb405957f9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-prompt-cache-ttl",
   "title": "promptCacheTtl",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Prompt cache TTL for the main conversation (interactive, -p and SDK turns, plus the helpers that run inline with it): \"5m\" or \"1h\". Unset = automatic: 1 hour on a Claude subscription within its usage limits, 5 minutes on an API key, Bedrock, Vertex or Foundry. 1-hour cache writes are billed at a higher rate; the cache stays warm across longer breaks. The CLAUDE_CODE_PROMPT_CACHE_TTL environment variable takes precedence.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#promptcachettl",
   "details": {
    "path": "promptCacheTtl",
    "type": "\"5m\" | \"1h\"",
    "values": [
     "5m",
     "1h"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174346725,
     "length": 426,
     "sha256": "e18db89979e02191d07d372de83e9aaed97640918d60108f9c26a9fe7a975381",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174346669,
     "length": 483,
     "sha256": "ed1ce47bb04db87d601e48781dd3e096d7078ef8c841671ada791e1a17fa9f5e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-subagent-prompt-cache-ttl",
   "title": "subagentPromptCacheTtl",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Prompt cache TTL for everything outside the main conversation — subagents, workflows, background and helper requests: \"5m\" or \"1h\". Unset = automatic (5 minutes unless ENABLE_PROMPT_CACHING_1H=1). The CLAUDE_CODE_SUBAGENT_PROMPT_CACHE_TTL environment variable takes precedence.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#subagentpromptcachettl",
   "details": {
    "path": "subagentPromptCacheTtl",
    "type": "\"5m\" | \"1h\"",
    "values": [
     "5m",
     "1h"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174347217,
     "length": 287,
     "sha256": "af588959b8499d55e4fd29e33a7b105a5600253684196df2981fedf1296022f5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174347153,
     "length": 352,
     "sha256": "4fb12f80cea13fa90b163059baa7e19d900b0f8fa3bbe977e1729aa8c45dc119",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-always-thinking-enabled",
   "title": "alwaysThinkingEnabled",
   "group": "Model and responses",
   "kind": "setting",
   "text": "When false, thinking is disabled. When absent or true, thinking is enabled automatically for supported models.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#alwaysthinkingenabled",
   "details": {
    "path": "alwaysThinkingEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174347552,
     "length": 112,
     "sha256": "51bbf1e3a41b4a8c13cefc96e5d7a24b8ef4623ad8794e927a04aa62c2b0627e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174347506,
     "length": 159,
     "sha256": "41f691c05fc88ce27dcf53506b861fdf534b5e88a8908dd05cbe0fd8e84a5496",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-effort-level",
   "title": "effortLevel",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Persisted effort level for supported models.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#effortlevel",
   "details": {
    "path": "effortLevel",
    "type": "\"low\" | \"medium\" | \"high\" | \"xhigh\"",
    "values": [
     "low",
     "medium",
     "high",
     "xhigh"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174347747,
     "length": 46,
     "sha256": "3edcb0c39e58effe01c89c167a51f665ec572f623e721d704b678ddc390fd4ef",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174347666,
     "length": 128,
     "sha256": "189a508348f9f22a5453a30999dc64111522182a55b42f522909460bfa8d57af",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-max-effort-level",
   "title": "maxEffortLevel",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Maximum effort level. Anything above it (an /effort or /model pick, --effort, CLAUDE_CODE_EFFORT_LEVEL, a model default) is clamped to it, on every provider including Bedrock, Vertex and Foundry. Combines with an organization's per-model effort cap by taking the lower of the two; across settings files the lowest value wins, and modelSettings.<model>.maxEffortLevel replaces it per model. Enforced client-side: an effort supplied through CLAUDE_CODE_EXTRA_BODY is not clamped.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#maxeffortlevel",
   "details": {
    "path": "maxEffortLevel",
    "type": "\"low\" | \"medium\" | \"high\" | \"xhigh\" | \"max\"",
    "values": [
     "low",
     "medium",
     "high",
     "xhigh",
     "max"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174347850,
     "length": 479,
     "sha256": "dbbaa0d3f8995e158bfa2f6696a60e7cddfa055a487c2a43318d4197c7ec1bf3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174347795,
     "length": 535,
     "sha256": "5fd8ec580a65e9d423704eaa8b691fc2b5b3e18a7ef0c94888dd107d1b6d5934",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-model-settings",
   "title": "modelSettings",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Per-model settings keyed by canonical model name.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#modelsettings",
   "details": {
    "path": "modelSettings",
    "type": "record<string, object {effortLevel, maxEffortLevel}>",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "record",
     "keys": {
      "type": "string"
     },
     "values": {
      "type": "object",
      "properties": {
       "effortLevel": {
        "type": "enum",
        "values": [
         "low",
         "medium",
         "high",
         "xhigh"
        ],
        "optional": true,
        "invalidDropped": true,
        "description": "Persisted effort level for this model."
       },
       "maxEffortLevel": {
        "type": "enum",
        "values": [
         "low",
         "medium",
         "high",
         "xhigh",
         "max"
        ],
        "optional": true,
        "invalidDropped": true,
        "description": "Maximum effort level for this model. Within one settings file it replaces the top-level maxEffortLevel for the model (\"max\" exempts it); across settings files the lowest applicable value wins. Keyed like effortLevel: the canonical model name also matches its dated, [1m], Bedrock and Vertex spellings."
       }
      },
      "passthrough": true,
      "optional": true,
      "invalidDropped": true
     },
     "optional": true,
     "invalidDropped": true,
     "description": "Per-model settings keyed by canonical model name."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174349021,
     "length": 51,
     "sha256": "62cdc3ae04b97639d61285a87abbbc101a80e53feadffd7b008b48497325febf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174348331,
     "length": 742,
     "sha256": "11ee5674d3b35e76b836d7a723fa7319a72298cad20ccc4fdc5fb6f804b6cc77",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-ultracode",
   "title": "ultracode",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Enable ultracode for the session: xhigh effort plus standing dynamic-workflow orchestration. Session-scoped — typically provided via --settings or the apply_flag_settings control request; interactive toggles never persist it. Requires workflows to be enabled and an xhigh-capable model.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#ultracode",
   "details": {
    "path": "ultracode",
    "type": "boolean",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174349122,
     "length": 299,
     "sha256": "903617b213eb36bbe1814a6c44d1603243eb708d0a5b6b96991a6e821563ca79",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174349074,
     "length": 348,
     "sha256": "272da1e97b787e5217ef143dc9923dcbc8a7873b4d2e2c3a82b04123731d9391",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-advisor-model",
   "title": "advisorModel",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Advisor model for the server-side advisor tool.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#advisormodel",
   "details": {
    "path": "advisorModel",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174349526,
     "length": 49,
     "sha256": "ebecdff7d9dc6995d0b7baac41097e756b01cf4f6670e32d964339c3abab7aa3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174349489,
     "length": 87,
     "sha256": "9a5f4cbdc494bd6c7e58f17587ea9aa5978db85554fb60d32f7a7ac0c6cee345",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-fast-mode",
   "title": "fastMode",
   "group": "Model and responses",
   "kind": "setting",
   "text": "When true, fast mode is enabled. When absent or false, fast mode is off.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#fastmode",
   "details": {
    "path": "fastMode",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174349610,
     "length": 74,
     "sha256": "b70219f66ca233267f1d779d12344982341859d2be49bf5b7fa382882caf3a77",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174349577,
     "length": 108,
     "sha256": "d26f0fe12b4471b076960f2a34e50076c0c4c8678a17b00add8d34e82c85b6ed",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-fast-mode-per-session-opt-in",
   "title": "fastModePerSessionOptIn",
   "group": "Model and responses",
   "kind": "setting",
   "text": "When true, fast mode does not persist across sessions. Each session starts with fast mode off.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#fastmodepersessionoptin",
   "details": {
    "path": "fastModePerSessionOptIn",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174349734,
     "length": 96,
     "sha256": "d02b638842189ca7e596536fb3bc7e0436afd5fe81e2237c048a82822078bc68",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174349686,
     "length": 145,
     "sha256": "6528bf89531398984f3d51f070194d0ea4d19dddee3dd3e5c65505dd65e9f584",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-show-thinking-summaries",
   "title": "showThinkingSummaries",
   "group": "Model and responses",
   "kind": "setting",
   "text": "Request API-side thinking summaries and show them in the conversation and in the transcript view (ctrl+o). Set explicitly to override the default for your install.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#showthinkingsummaries",
   "details": {
    "path": "showThinkingSummaries",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174358215,
     "length": 165,
     "sha256": "0949ebdbc9d8963cd3eff679921b1248d5a3f05ba73c2a2afbc264437d0ddb26",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174358169,
     "length": 212,
     "sha256": "6da5aef0496cbae0ee4d897d1a6371654211cf46908ee947d95e0260ae5ff027",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-switch-models-on-flag",
   "title": "switchModelsOnFlag",
   "group": "Model and responses",
   "kind": "setting",
   "text": "When safeguards flag a message, automatically switch to a different model to keep chatting. When off, your session will pause instead.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#switchmodelsonflag",
   "details": {
    "path": "switchModelsOnFlag",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174362161,
     "length": 136,
     "sha256": "03f1a7d0fc5ae186b9da1a3c63df79ee8c08b420eba82c619fe20664fe1be263",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174362118,
     "length": 180,
     "sha256": "fafe64b914517c4dde177b24edef05e30e39396a32efad04e517bc13e862f66a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-permissions",
   "title": "permissions",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Tool usage permissions configuration",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#permissions",
   "details": {
    "path": "permissions",
    "type": "object {allow, deny, ask, defaultMode, disableBypassPermissionsMode, blockReadsOutsideWorkingDirectories, disableAutoMode, additionalDirectories}",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174314967,
     "length": 38,
     "sha256": "a746c29c960ab0f7c92f782263b3cafb9fc4f2d1562a91be06679430a99d783e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174314932,
     "length": 74,
     "sha256": "7b7ac03cdc9939207dd15ed09988e7ca21eada0b8d3fad11f0b586d2a62cbcbe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-permissions--allow",
   "title": "permissions.allow",
   "group": "Permission settings",
   "kind": "setting",
   "text": "List of permission rules for allowed operations",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#permissions-allow",
   "details": {
    "path": "permissions.allow",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "List of permission rules for allowed operations"
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174286905,
     "length": 49,
     "sha256": "d7e3e4eaf64c8bc79a53f411c46ca1aaaa78989588a64270404137c895cb3faf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174286871,
     "length": 84,
     "sha256": "8c8cb39a4706af23480dab98ea0d0ab449619f920c199d318c56773f6ab6bc6c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-permissions--deny",
   "title": "permissions.deny",
   "group": "Permission settings",
   "kind": "setting",
   "text": "List of permission rules for denied operations",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#permissions-deny",
   "details": {
    "path": "permissions.deny",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "List of permission rules for denied operations"
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174286989,
     "length": 48,
     "sha256": "33ee5b6bd3950d388f74fa422fb9582ea2ad0247d4c04bcd6342f06bd50e8b1b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174286956,
     "length": 82,
     "sha256": "42272b4fd1fa4465e076f17ee9e11c718625f72498019837c77f2bbe00fc8134",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-permissions--ask",
   "title": "permissions.ask",
   "group": "Permission settings",
   "kind": "setting",
   "text": "List of permission rules that should always prompt for confirmation",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#permissions-ask",
   "details": {
    "path": "permissions.ask",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "List of permission rules that should always prompt for confirmation"
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174287071,
     "length": 69,
     "sha256": "a9f6396d0fe4da72c30803d65402c782bc45a375b9eaf229198cd9c9d199227d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174287039,
     "length": 102,
     "sha256": "8a8367cdf822c1f97836ebef1be1624173d2cb34c52eb2ae641478fddc7bd071",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-permissions--default-mode",
   "title": "permissions.defaultMode",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Default permission mode when Claude Code needs access ('manual' is accepted as an alias for 'default')",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#permissions-defaultmode",
   "details": {
    "path": "permissions.defaultMode",
    "type": "\"acceptEdits\" | \"auto\" | \"bypassPermissions\" | \"default\" | \"dontAsk\" | \"plan\"",
    "values": [
     "acceptEdits",
     "auto",
     "bypassPermissions",
     "default",
     "dontAsk",
     "plan"
    ],
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174287201,
     "length": 104,
     "sha256": "3b33237d1d1d54ae3488672d5f005c1f276d315164640dbd2744e64960ac3e88",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174287142,
     "length": 164,
     "sha256": "c3b5787980a0a0d7d1d83d3b6f26047b4daecfd6e2189c3e2ee029ef700e48de",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-permissions--disable-bypass-permissions-mode",
   "title": "permissions.disableBypassPermissionsMode",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Disable the ability to bypass permission prompts",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#permissions-disablebypasspermissionsmode",
   "details": {
    "path": "permissions.disableBypassPermissionsMode",
    "type": "\"disable\"",
    "values": [
     "disable"
    ],
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174287371,
     "length": 50,
     "sha256": "3addfcfa310ed6e843b9d5904dd233bdce44021e4486737775bb17b6350eeaa0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174287307,
     "length": 115,
     "sha256": "9a141a78ab33c2e443c339d8dd79fbbb688104437cd2d64195739b5ceed0ce56",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-permissions--block-reads-outside-working-directories",
   "title": "permissions.blockReadsOutsideWorkingDirectories",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Refuse file-tool reads (Read, Grep, Glob, LSP) outside the working directories in every permission mode; true in any settings source wins. Also set when the user picks \"block\" on the one-time auto-mode prompt for a read outside the working directories.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#permissions-blockreadsoutsideworkingdirectories",
   "details": {
    "path": "permissions.blockReadsOutsideWorkingDirectories",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174287483,
     "length": 254,
     "sha256": "cf415a20a50088b60bf6593b3f9f41e4181a4766dd57d17b7b6171dbce1b0067",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174287423,
     "length": 315,
     "sha256": "c664ef5a8c322e81b8f404e980ee6515f31c20445d3782edc17f4ef9fe13adfe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-permissions--disable-auto-mode",
   "title": "permissions.disableAutoMode",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Disable auto mode",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#permissions",
   "details": {
    "path": "permissions.disableAutoMode",
    "type": "\"disable\"",
    "values": [
     "disable"
    ],
    "optional": true,
    "featureModule": "autoMode",
    "buildGate": "enabled in this build (buildGate returns true)",
    "documentedVia": "field in `permissions` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276218,
     "length": 19,
     "sha256": "4c01ca530a6a42fcd37c9030d1a67c98661861a8e57c1a24bea1063780b79661",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276167,
     "length": 71,
     "sha256": "2d8965f477bc177f3403e73842c04b46d48b6024abfd61d9f9cfe720c67a5e85",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174274675,
     "length": 1618,
     "sha256": "b36d6701dc5344f2d5de0916a426f96f4983270e2ceadb45116fca5475b41157",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-permissions--additional-directories",
   "title": "permissions.additionalDirectories",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Additional directories to include in the permission scope",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#permissions-additionaldirectories",
   "details": {
    "path": "permissions.additionalDirectories",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Additional directories to include in the permission scope"
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174287797,
     "length": 59,
     "sha256": "a0a4a16261e1a4bd78a40a0c1da0c1074368f3dfb09459501a9186725d9e4aea",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174287748,
     "length": 109,
     "sha256": "8d50adbb887c9f521f03cc0f6d20c4942b0047cd8425621d92207ce07ef2f7a1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-allow-managed-permission-rules-only",
   "title": "allowManagedPermissionRulesOnly",
   "group": "Permission settings",
   "kind": "setting",
   "text": "When true (and set in managed settings), permission rules from user, project, local, and --settings files and allow rules from --allowedTools are ignored; only managed settings can add allow rules through settings. The allowed-tools frontmatter of skills and custom commands from user, project, and --add-dir sources, and of plugins Claude Code adopts from a .claude-plugin manifest inside those skills directories, is ignored too; other plugins and managed and bundled skills keep theirs. --disallowedTools, skill disallowed-tools, and other deny and ask rules from the command line or the current session still apply.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#allowmanagedpermissionrulesonly",
   "details": {
    "path": "allowManagedPermissionRulesOnly",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174328627,
     "length": 621,
     "sha256": "76339eea367a03c201cddbd544f14f6a93b54b7de62bb7a4b16d955bfc988ca5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174328571,
     "length": 678,
     "sha256": "4da24450b369c7ea16848d3a63dc4cc2e361a3e6cbd9878f6d8b7447d86eae6c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-skip-dangerous-mode-permission-prompt",
   "title": "skipDangerousModePermissionPrompt",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Whether the user has accepted the bypass permissions mode dialog",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#skipdangerousmodepermissionprompt",
   "details": {
    "path": "skipDangerousModePermissionPrompt",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174358440,
     "length": 66,
     "sha256": "622bf264935b3d200f87dc6f9ba5acd9a232e97366788b21e16a5f738252033e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174358382,
     "length": 125,
     "sha256": "91fd7f6dd5914cce4bcb9b13ddbf9bca0468df24d97d827420059f9952f5f64e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-disable-auto-mode",
   "title": "disableAutoMode",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Disable auto mode",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#disableautomode",
   "details": {
    "path": "disableAutoMode",
    "type": "\"disable\"",
    "values": [
     "disable"
    ],
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174358758,
     "length": 19,
     "sha256": "4c01ca530a6a42fcd37c9030d1a67c98661861a8e57c1a24bea1063780b79661",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174358707,
     "length": 71,
     "sha256": "2d8965f477bc177f3403e73842c04b46d48b6024abfd61d9f9cfe720c67a5e85",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-skip-auto-permission-prompt",
   "title": "skipAutoPermissionPrompt",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Whether the user has accepted the auto mode opt-in dialog",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#skipautopermissionprompt",
   "details": {
    "path": "skipAutoPermissionPrompt",
    "type": "boolean",
    "optional": true,
    "featureModule": "autoMode",
    "buildGate": "enabled in this build (buildGate returns true)",
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174274763,
     "length": 59,
     "sha256": "740f7683e787c2cfa7dd8ad79c25d762a3f7fe6f530a8936d33bf80000f4ed53",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174274714,
     "length": 109,
     "sha256": "e6358fa2c8da03a66d2106ddbcb63012ac303966de04c44228c1215511516dea",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174274675,
     "length": 1618,
     "sha256": "b36d6701dc5344f2d5de0916a426f96f4983270e2ceadb45116fca5475b41157",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-use-auto-mode-during-plan",
   "title": "useAutoModeDuringPlan",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Whether plan mode uses auto mode semantics when auto mode is available (default: true)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#useautomodeduringplan",
   "details": {
    "path": "useAutoModeDuringPlan",
    "type": "boolean",
    "optional": true,
    "featureModule": "autoMode",
    "buildGate": "enabled in this build (buildGate returns true)",
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174274870,
     "length": 88,
     "sha256": "cb9c1a74be92bee064d39ffedd581e152d17ab151ebb058f22b810e1e69af0b2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174274824,
     "length": 135,
     "sha256": "1290630a4d0d04f8a8fbc3e640b03425785b3a72a29041943220fbe339825908",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174274675,
     "length": 1618,
     "sha256": "b36d6701dc5344f2d5de0916a426f96f4983270e2ceadb45116fca5475b41157",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-mode",
   "title": "autoMode",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Auto mode classifier prompt customization",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#automode",
   "details": {
    "path": "autoMode",
    "type": "object {allow, soft_deny, hard_deny, environment, classifyAllShell}",
    "optional": true,
    "featureModule": "autoMode",
    "buildGate": "enabled in this build (buildGate returns true)",
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276097,
     "length": 43,
     "sha256": "e31ba7f155fad12dd810664367db0665878794c5cfb29d9bee6c2e1e41552031",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174274960,
     "length": 1181,
     "sha256": "8652f1d2103f0072fcfc6296e7c0c927ade710204eea9110dfb6e1f820bb02ac",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174274675,
     "length": 1618,
     "sha256": "b36d6701dc5344f2d5de0916a426f96f4983270e2ceadb45116fca5475b41157",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-mode--allow",
   "title": "autoMode.allow",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Rules for the auto mode classifier allow section. Include the literal string \"$defaults\" to inherit the built-in rules at that position.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#automode",
   "details": {
    "path": "autoMode.allow",
    "type": "array of string",
    "optional": true,
    "documentedVia": "field in `autoMode` entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Rules for the auto mode classifier allow section. Include the literal string \"$defaults\" to inherit the built-in rules at that position."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174275005,
     "length": 138,
     "sha256": "33b92bfd8546f2895003e2d2f0d543e8f0cc4951eac5985a9bdb561caa7ae7d3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174274972,
     "length": 172,
     "sha256": "5d44a1d4dcdd0b8a7b913cfc396699b1cef8b3840e9d61232025747bae83b020",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-mode--soft-deny",
   "title": "autoMode.soft_deny",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Rules for the auto mode classifier SOFT BLOCK section — destructive/irreversible actions that user intent can clear. Include the literal string \"$defaults\" to inherit the built-in rules at that position.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#automode",
   "details": {
    "path": "autoMode.soft_deny",
    "type": "array of string",
    "optional": true,
    "documentedVia": "field in `autoMode` entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Rules for the auto mode classifier SOFT BLOCK section — destructive/irreversible actions that user intent can clear. Include the literal string \"$defaults\" to inherit the built-in rules at that position."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174275182,
     "length": 210,
     "sha256": "e484268b89f363859cf3f8390bb70b4f137899b24afde5a83d8a3f272fbdb394",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174275145,
     "length": 248,
     "sha256": "02d9ec01237cec3558a7a1957dc9cb8d75d0d1770f89ee8371cf535006bd8b79",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-mode--hard-deny",
   "title": "autoMode.hard_deny",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Rules for the auto mode classifier HARD BLOCK section — security boundaries that user intent does NOT clear. Include the literal string \"$defaults\" to inherit the built-in rules at that position.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#automode",
   "details": {
    "path": "autoMode.hard_deny",
    "type": "array of string",
    "optional": true,
    "documentedVia": "field in `autoMode` entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Rules for the auto mode classifier HARD BLOCK section — security boundaries that user intent does NOT clear. Include the literal string \"$defaults\" to inherit the built-in rules at that position."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174275431,
     "length": 202,
     "sha256": "8e0d90508b8b45bef4d6a2c2081b0cb62355937be0368166e9a0a424eed8b60c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174275394,
     "length": 240,
     "sha256": "0b4f4e99deffa70ec452a38523931e1c75a0ed2b9a6f54048e1f330426a98691",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-mode--environment",
   "title": "autoMode.environment",
   "group": "Permission settings",
   "kind": "setting",
   "text": "Entries for the auto mode classifier environment section. Include the literal string \"$defaults\" to inherit the built-in entries at that position.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#automode",
   "details": {
    "path": "autoMode.environment",
    "type": "array of string",
    "optional": true,
    "documentedVia": "field in `autoMode` entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Entries for the auto mode classifier environment section. Include the literal string \"$defaults\" to inherit the built-in entries at that position."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174275686,
     "length": 148,
     "sha256": "1c416dc3605847671cb18db06ae4832d7aac8657ce4903cb69348d0fb45ce21b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174275647,
     "length": 188,
     "sha256": "77ac37ffd0284a5a31466ba77f953dc5e5e7a0b7ca202507eeb381bf84a3ffc1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-mode--classify-all-shell",
   "title": "autoMode.classifyAllShell",
   "group": "Permission settings",
   "kind": "setting",
   "text": "When true, every Bash/PowerShell allow rule is suspended while auto mode is active so all shell commands are routed through the classifier (higher safety, more classifier calls). Default: false.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#automode-classifyallshell",
   "details": {
    "path": "autoMode.classifyAllShell",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174275877,
     "length": 196,
     "sha256": "67146569f754ff9f8d929c171dd4e1c219b2970708b89ca21c9817fca3ef1e11",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174275836,
     "length": 238,
     "sha256": "00852e79522832dfd14399b5837416aa53f320c9d8f4839c16b3c2e2df23b44f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox",
   "title": "sandbox",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox",
   "details": {
    "path": "sandbox",
    "type": "object {enabled, failIfUnavailable, autoAllowBashIfSandboxed, allowUnsandboxedCommands, network, filesystem, credentials, ignoreViolations, enableWeakerNestedSandbox, enableWeakerNetworkIsolation, allowAppleEvents, excludedCommands, ripgrep, bwrapPath, socatPath}",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343246,
     "length": 21,
     "sha256": "46a4cf8f4bd5f339fb1a05b97dba841f446db3afc87aa639b4d08b0c62fd26c8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--enabled",
   "title": "sandbox.enabled",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-enabled",
   "details": {
    "path": "sandbox.enabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174134694,
     "length": 22,
     "sha256": "1234856b67ecf17256e803b8f941b038a703ad6b452bf23c50a441b6a5f75e88",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--fail-if-unavailable",
   "title": "sandbox.failIfUnavailable",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Exit with an error at startup if sandbox.enabled is true but the sandbox cannot start (missing dependencies or unsupported platform). When false (default), a warning is shown and commands run unsandboxed. Intended for managed-settings deployments that require sandboxing as a hard gate.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-failifunavailable",
   "details": {
    "path": "sandbox.failIfUnavailable",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174134759,
     "length": 288,
     "sha256": "8d367e53638ab7c894ed12fba200040861bf71bef01f90b31a2fba2719d6e62a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174134717,
     "length": 331,
     "sha256": "84144f6a9ac9aca755f29e34c8721f9dd72d0590f30d62f5d3039844fba24c19",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--auto-allow-bash-if-sandboxed",
   "title": "sandbox.autoAllowBashIfSandboxed",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-autoallowbashifsandboxed",
   "details": {
    "path": "sandbox.autoAllowBashIfSandboxed",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174135049,
     "length": 39,
     "sha256": "f966f1b59c0ae86f7c88b43f03a890ac19e685958b9682efad626e9eb1dee1c2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--allow-unsandboxed-commands",
   "title": "sandbox.allowUnsandboxedCommands",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Allow commands to run outside the sandbox via the dangerouslyDisableSandbox parameter. When false, the dangerouslyDisableSandbox parameter is completely ignored and all commands must run sandboxed. Default: true.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-allowunsandboxedcommands",
   "details": {
    "path": "sandbox.allowUnsandboxedCommands",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174135138,
     "length": 214,
     "sha256": "73d1ddda6d3bb1092f1236bf5bbc1795af3d8113f1fa4e911b0df5eaeb23b685",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174135089,
     "length": 264,
     "sha256": "a8b21bf5540b6fce93213c700672fe5b816b64bd38acf5c092bc48b6317a3977",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--network",
   "title": "sandbox.network",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-network",
   "details": {
    "path": "sandbox.network",
    "type": "object {allowedDomains, deniedDomains, strictAllowlist, allowManagedDomainsOnly, allowUnixSockets, allowAllUnixSockets, allowLocalBinding, allowMachLookup, httpProxyPort, socksProxyPort, tlsTerminate}",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174135354,
     "length": 12,
     "sha256": "efd25fbce8c931cc5b92b9744ba7c0c27a97b01b35ee011d3ee289a7ec097c5d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--network--allowed-domains",
   "title": "sandbox.network.allowedDomains",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-network-alloweddomains",
   "details": {
    "path": "sandbox.network.allowedDomains",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174114695,
     "length": 32,
     "sha256": "a245caff10814a332b3f34e71e39a104547bd222036d84e28308a5360e98f875",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--network--denied-domains",
   "title": "sandbox.network.deniedDomains",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Domains that are always blocked, even if matched by allowedDomains. Supports the same wildcard syntax as allowedDomains. Merged from all settings sources regardless of allowManagedDomainsOnly.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-network-denieddomains",
   "details": {
    "path": "sandbox.network.deniedDomains",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Domains that are always blocked, even if matched by allowedDomains. Supports the same wildcard syntax as allowedDomains. Merged from all settings sources regardless of allowManagedDomainsOnly."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174114769,
     "length": 194,
     "sha256": "ac2e4b37789f99b5063cd09773d19d221c1b047e2d98b03cd32a5c8f43c4cf0d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174114728,
     "length": 236,
     "sha256": "89d574119ba63413d2f1ca272c0079974f1c82c2aa8f1e6a84b0332203658fff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--network--strict-allowlist",
   "title": "sandbox.network.strictAllowlist",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "When true, the sandbox runtime deterministically denies hosts not in allowedDomains instead of prompting. Enforced for sandboxed commands only — in-process tools such as WebFetch are not gated by this setting. Only honored from user, managed/policy, or CLI (--settings) settings — project settings (.claude/settings.json and .claude/settings.local.json) are ignored.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-network-strictallowlist",
   "details": {
    "path": "sandbox.network.strictAllowlist",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174115005,
     "length": 387,
     "sha256": "cecb73edd500c8adcaa1c5b4c8fd78e283a9e0077614927dc2033bb7c0d7b29b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174114965,
     "length": 428,
     "sha256": "8e3b2944b3464a744e86e9b0332a8eb9ac0dfd2a57c09e73d02932fb43c15088",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--network--allow-managed-domains-only",
   "title": "sandbox.network.allowManagedDomainsOnly",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "When true (and set in managed settings), only allowedDomains and WebFetch(domain:...) allow rules from managed settings are respected. User, project, local, and flag settings domains are ignored. Denied domains are still respected from all sources.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-network-allowmanageddomainsonly",
   "details": {
    "path": "sandbox.network.allowManagedDomainsOnly",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174115442,
     "length": 250,
     "sha256": "20b6b184a405e62d13eb7cc6a9c2e2438f39020af6a3fd0a02fb6bbcecdcfa11",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174115394,
     "length": 299,
     "sha256": "c197d1386ac49b4ced73fd2ece4a75ec3de0e44c32e090ab32743ed9040e2c0e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--network--allow-unix-sockets",
   "title": "sandbox.network.allowUnixSockets",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "macOS only: Unix socket paths to allow. Ignored on Linux (seccomp cannot filter by path).",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-network-allowunixsockets",
   "details": {
    "path": "sandbox.network.allowUnixSockets",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "macOS only: Unix socket paths to allow. Ignored on Linux (seccomp cannot filter by path)."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174115738,
     "length": 91,
     "sha256": "6fef57bb34b49afb32c6ef269117fe99faa8f260e0e3ad3326db1ef2abd6addf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174115694,
     "length": 136,
     "sha256": "8896829642e1037d9b53243fb25fae6533e92cd5b34ce517a0b99483b4f89835",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--network--allow-all-unix-sockets",
   "title": "sandbox.network.allowAllUnixSockets",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "If true, allow all Unix sockets (disables blocking on both platforms).",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-network-allowallunixsockets",
   "details": {
    "path": "sandbox.network.allowAllUnixSockets",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174115875,
     "length": 72,
     "sha256": "a7809fa852262c018eae6d58f32224529aed7f42b7e9b908ca58605a3e216497",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174115831,
     "length": 117,
     "sha256": "74b7fb52c095429ca3aa55f6f2333d897b9a77ae4b0a336e00253c6e4ce979f2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--network--allow-local-binding",
   "title": "sandbox.network.allowLocalBinding",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-network-allowlocalbinding",
   "details": {
    "path": "sandbox.network.allowLocalBinding",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174115949,
     "length": 32,
     "sha256": "d80ee1d017a692918ea41644c8a38f82110de5b488e99c576e905ac0bac19a44",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--network--allow-mach-lookup",
   "title": "sandbox.network.allowMachLookup",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "macOS only: Additional XPC/Mach service names to allow looking up. Supports trailing-wildcard prefix matching (e.g., \"com.apple.coresimulator.*\"). Needed for tools that communicate via XPC such as the iOS Simulator or Playwright.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-network-allowmachlookup",
   "details": {
    "path": "sandbox.network.allowMachLookup",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "macOS only: Additional XPC/Mach service names to allow looking up. Supports trailing-wildcard prefix matching (e.g., \"com.apple.coresimulator.*\"). Needed for tools that communicate via XPC such as the iOS Simulator or Playwright."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174116200,
     "length": 231,
     "sha256": "2797f96ecd9881650b6ec1070612972832428dfce7ca6604672564459defc4b6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174115982,
     "length": 450,
     "sha256": "6f676d76572b0e9cbdf402864e8c5a7e31a7f3333ed0999ad770d1d8d02b7bad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--network--http-proxy-port",
   "title": "sandbox.network.httpProxyPort",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-network-httpproxyport",
   "details": {
    "path": "sandbox.network.httpProxyPort",
    "type": "number",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174116433,
     "length": 28,
     "sha256": "02b7fd55ad5474d0917d436ec0f666d654ed3944f4974529e1420d23085409ee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--network--socks-proxy-port",
   "title": "sandbox.network.socksProxyPort",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-network-socksproxyport",
   "details": {
    "path": "sandbox.network.socksProxyPort",
    "type": "number",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174116462,
     "length": 29,
     "sha256": "0535b08ec71afe4cfeb4fb227d0f169177d5d0d98e0eeaa62193086c68e374a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--network--tls-terminate",
   "title": "sandbox.network.tlsTerminate",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "[EXPERIMENTAL] Enable in-process TLS termination so the per-request filter can see HTTPS request bodies. Provide a CA cert+key, or omit both to have sandbox-runtime generate an ephemeral one for the session. On native Windows an ephemeral CA cannot pass the sandbox trust check, so omitting the paths uses a persistent CA managed by the sandbox runtime (set up and trusted via /sandbox install); configured paths are passed to the sandbox runtime verbatim, which rejects a bad or incomplete pair at sandbox initialization. Only honored from user, managed/policy, or CLI (`--settings`) settings — project settings (.claude/settings.json and .claude/settings.local.json) are ignored.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-network-tlsterminate",
   "details": {
    "path": "sandbox.network.tlsTerminate",
    "type": "object {caCertPath, caKeyPath}",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174116595,
     "length": 694,
     "sha256": "9461752ca9a9ad60c8611e554c48e24469e821a10683771c1214ac57e6253c61",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174116492,
     "length": 798,
     "sha256": "f137caacc923fab6f15e085531d6c6e5a00b7c4a5935f1c11cdcd9f30b0b50c0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--network--tls-terminate--ca-cert-path",
   "title": "sandbox.network.tlsTerminate.caCertPath",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-network-tlsterminate",
   "details": {
    "path": "sandbox.network.tlsTerminate.caCertPath",
    "type": "string (>= 1)",
    "constraints": {
     "min": 1
    },
    "optional": true,
    "documentedVia": "field in `sandbox.network.tlsTerminate` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174116508,
     "length": 32,
     "sha256": "244b5a329bef2d028532da43984abaa1c0b67284f5a28c349b841c43ab5a0515",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--network--tls-terminate--ca-key-path",
   "title": "sandbox.network.tlsTerminate.caKeyPath",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-network-tlsterminate",
   "details": {
    "path": "sandbox.network.tlsTerminate.caKeyPath",
    "type": "string (>= 1)",
    "constraints": {
     "min": 1
    },
    "optional": true,
    "documentedVia": "field in `sandbox.network.tlsTerminate` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174116541,
     "length": 31,
     "sha256": "02b35620bcc077ef73ecfdda2be64be086b8ce8ec9ded4629c7d2714c21d8119",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--filesystem",
   "title": "sandbox.filesystem",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-filesystem",
   "details": {
    "path": "sandbox.filesystem",
    "type": "object {allowWrite, denyWrite, denyRead, allowRead, allowManagedReadPathsOnly, disabled}",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174135367,
     "length": 15,
     "sha256": "504198e64f5a6b87bdbd5a52256a07b165898b7eebf87567b2f6abc20f433e6d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--filesystem--allow-write",
   "title": "sandbox.filesystem.allowWrite",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Additional paths to allow writing within the sandbox. Merged with paths from Edit(...) allow permission rules.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-filesystem-allowwrite",
   "details": {
    "path": "sandbox.filesystem.allowWrite",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Additional paths to allow writing within the sandbox. Merged with paths from Edit(...) allow permission rules."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174117355,
     "length": 112,
     "sha256": "a0ada5a0ec1610e12ee400d8f1e71449c5d91e308efe13630ac6744991dd2346",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174117317,
     "length": 151,
     "sha256": "833fd21ac10219537af9b3fe856fb8f0e893b6ee66fab81c16ca33bf3fb27815",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--filesystem--deny-write",
   "title": "sandbox.filesystem.denyWrite",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Additional paths to deny writing within the sandbox. Merged with paths from Edit(...) deny permission rules.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-filesystem-denywrite",
   "details": {
    "path": "sandbox.filesystem.denyWrite",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Additional paths to deny writing within the sandbox. Merged with paths from Edit(...) deny permission rules."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174117506,
     "length": 110,
     "sha256": "1cbeff3fbafd828889034aee21002998d12dd20fa612181cab839f9f84888c61",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174117469,
     "length": 148,
     "sha256": "ab5ab4599a92e0a0df7d4bbd84b9ad5f300617f2b4142299efa50cbda497fd0d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--filesystem--deny-read",
   "title": "sandbox.filesystem.denyRead",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Additional paths to deny reading within the sandbox. Merged with paths from Read(...) deny permission rules.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-filesystem-denyread",
   "details": {
    "path": "sandbox.filesystem.denyRead",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Additional paths to deny reading within the sandbox. Merged with paths from Read(...) deny permission rules."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174117654,
     "length": 110,
     "sha256": "4b99598fc7aa989ba9197262539aa2148b9971869d2111204b3d21452c3be5b0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174117618,
     "length": 147,
     "sha256": "80b0d84fdd0314b95cb8bb7340aa54678279fe5bba9b92bc48a87af9e895da70",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--filesystem--allow-read",
   "title": "sandbox.filesystem.allowRead",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Paths to re-allow reading within denyRead regions. Takes precedence over denyRead for matching paths.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-filesystem-allowread",
   "details": {
    "path": "sandbox.filesystem.allowRead",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Paths to re-allow reading within denyRead regions. Takes precedence over denyRead for matching paths."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174117803,
     "length": 103,
     "sha256": "994d6f86eb3dc783f4d1b9d0158fb5ab9aab6da8400b65f4636c3aeac49f184b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174117766,
     "length": 141,
     "sha256": "6878785407c1162b3cdc9b9aa8c4aeaa4961a7e22b0773d423994e1cc9b8e4f1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--filesystem--allow-managed-read-paths-only",
   "title": "sandbox.filesystem.allowManagedReadPathsOnly",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "When true (set in managed settings), only allowRead paths from policySettings are used.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-filesystem-allowmanagedreadpathsonly",
   "details": {
    "path": "sandbox.filesystem.allowManagedReadPathsOnly",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174117958,
     "length": 89,
     "sha256": "7a08c31646720b2190ebb3dab17bbc3e2372d9a1f201ff6b63554beda30d8c07",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174117908,
     "length": 140,
     "sha256": "be8dbe2282d1d551efdcf1714dd3537f747f2a8f2e6a20674c372496bcb95711",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--filesystem--disabled",
   "title": "sandbox.filesystem.disabled",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "macOS and Linux/WSL only: skip filesystem isolation entirely while keeping network and seccomp isolation. Ignored on native Windows, where the sandboxed process runs as a separate user with no inherent rights, so skipping the filesystem rules would withhold every access grant rather than loosen them — filesystem isolation stays on there. Sandboxed commands get unrestricted read/write access to the host filesystem; network egress is still confined to network.allowedDomains. Intended for deployments whose goal is egress control rather than filesystem containment. Does not change Bash prompting: sandbox.autoAllowBashIfSandboxed is independent and still defaults to true, so set it to false to keep prompting for sandboxed commands. Drops the read protection from filesystem.denyRead and credentials.files deny entries for sandboxed commands, since both are enforced by the filesystem layer this turns off; credentials.files mask entries (sentinel binds) and credentials.envVars deny/mask are unaffected. Only honored from user, managed/policy, or CLI (`--settings`) settings — project settings (.claude/settings.json and .claude/settings.local.json) are ignored. If managed settings configure sandbox.filesystem at all, or list any sandbox.credentials.files deny entry, only managed settings can set this: an admin who deployed filesystem restrictions must not have them switched off by a user-writable file. (sandbox.credentials.envVars and credentials.files mask entries do not pin it — env scrubbing and sentinel binds are independent of the filesystem layer and survive this setting.) When unset, filesystem isolation stays on.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-filesystem-disabled",
   "details": {
    "path": "sandbox.filesystem.disabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174118082,
     "length": 1671,
     "sha256": "5e3e19fdc4cd71b33640ffc1609993680859844cf06ab13c4e43649e3bcc4b2e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174118049,
     "length": 1705,
     "sha256": "aa4077950708cf79e2dd40c5408b2b8ea0e7bbdbbeca19e9ecd7bc302856fe10",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--credentials",
   "title": "sandbox.credentials",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-credentials",
   "details": {
    "path": "sandbox.credentials",
    "type": "object {files, envVars, allowPlaintextInject, awsPairs, sigv4}",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174135383,
     "length": 16,
     "sha256": "7ce79011177301af10282de63058709736529831478faa1e7b7eef538c46c68d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--credentials--files",
   "title": "sandbox.credentials.files",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Credential files or directories to protect. `deny` blocks reads inside the sandbox; `mask` substitutes a sentinel inside the sandbox (whole-file, or per-`extract` capture) and injects the real value at the proxy. On macOS and Windows `mask` degrades to `deny`.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-credentials-files",
   "details": {
    "path": "sandbox.credentials.files",
    "type": "array of object {path, mode, extract, onExtractNoMatch, decode, maskClaims, maskDuplicates, injectHosts}",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "object",
      "properties": {
       "path": {
        "type": "string",
        "constraints": {
         "min": 1
        },
        "description": "Path to a credential file or directory. Same resolution as sandbox.filesystem.* paths: absolute, ~ expanded, or relative to the settings file root (project root for project settings, ~/.claude for user settings)."
       },
       "mode": {
        "type": "enum",
        "values": [
         "deny",
         "mask"
        ],
        "description": "Access mode for this path. `deny` blocks reads inside the sandbox; `mask` shows sandboxed commands a sentinel-substituted copy (whole-file, or only the spans captured by `extract`) and the host proxy swaps sentinel→real on egress to `injectHosts`. On macOS and Windows `mask` currently degrades to `deny`."
       },
       "extract": {
        "type": "string",
        "optional": true,
        "description": "Optional regex for structured masking when mode is `mask`. Applied globally to the file; capture group 1 of each match is a credential value, and only those captured spans are replaced with sentinels — the rest of the file is preserved so a tool that parses it (.netrc, JSON, YAML) still succeeds. Without `extract`, the entire file content is replaced with one sentinel (whole-file masking, suited to single-secret files). If the regex matches nothing, behavior is governed by `onExtractNoMatch` (default `warn`). Accepted but ignored for `deny`."
       },
       "onExtractNoMatch": {
        "type": "enum",
        "values": [
         "warn",
         "deny",
         "error"
        ],
        "optional": true,
        "description": "What to do when `extract` matches nothing in the file — or, with `decode`, when no candidate survives verification. `warn` (default) emits a stderr warning and leaves the file readable as-is inside the sandbox (fail-open, for credentials that may be legitimately absent); `deny` degrades the entry to mode `deny` so the file is unreadable (fail-closed) — under `sandbox.filesystem.disabled` it is treated as `error`, since read-denies are dropped in that mode; `error` aborts at sandbox setup so nothing runs until the config is fixed. Only meaningful when mode is `mask` and `extract` or `decode` is set; accepted but ignored otherwise."
       },
       "decode": {
        "type": "enum",
        "values": [
         "jwt"
        ],
        "optional": true,
        "description": "Optional encoded-credential format for `mask` mode. `jwt`: candidates are located with a built-in JWT regex (or the explicit `extract` pattern, if set), verified to actually be JWTs before masking, and replaced with a structurally valid fake JWT so client-side token parsing inside the sandbox keeps working. If no candidate verifies, behavior is governed by `onExtractNoMatch` (default `warn`). Accepted but ignored for `deny`."
       },
       "maskClaims": {
        "type": "array",
        "items": {
         "type": "string"
        },
        "optional": true,
        "description": "Names of top-level payload claims to mask inside each decoded value, instead of replacing the whole token. Each named claim present with a string value gets its own sentinel and the token is rebuilt around the modified payload; all other claims are preserved so a tool that decodes the token and reads a non-secret claim keeps working. Requires `decode`. If no named claim matches in any verified token, behavior is governed by `onExtractNoMatch` (default `warn`). Only meaningful when mode is `mask`; accepted but ignored for `deny`."
       },
       "maskDuplicates": {
        "type": "boolean",
        "optional": true,
        "description": "If true, verbatim occurrences of each captured credential value outside the regex-matched spans are also replaced with the corresponding sentinel — for a secret repeated where the regex does not reach (e.g. pasted into a comment). Matches raw substrings, so short or common values may corrupt unrelated content; intended for long, high-entropy secrets. Defaults to false. Only meaningful when mode is `mask` and `extract` or `decode` is set; accepted but ignored otherwise."
       },
       "injectHosts": {
        "type": "array",
        "items": {
         "type": "string"
        },
        "optional": true,
        "description": "Optional narrowing of where the proxy substitutes this credential. Only meaningful when mode is `mask`; accepted but ignored for `deny`. If unset, defaults to `network.allowedDomains` — the credential is injected at every reachable host. Each entry must be reachable via `network.allowedDomains` (sandbox-runtime validates this)."
       }
      }
     },
     "optional": true,
     "description": "Credential files or directories to protect. `deny` blocks reads inside the sandbox; `mask` substitutes a sentinel inside the sandbox (whole-file, or per-`extract` capture) and injects the real value at the proxy. On macOS and Windows `mask` degrades to `deny`."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174131834,
     "length": 262,
     "sha256": "6739e05084511a4bda860019f13ac74b883e3d86ee6711976346ccf31d4bbd8d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174131800,
     "length": 297,
     "sha256": "936665c3ad2810bea6f2d0c7b16e7d3a02b252828a43cb719cef0b6da7c1e00f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--credentials--env-vars",
   "title": "sandbox.credentials.envVars",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Environment variables to protect. `deny` unsets the variable for sandboxed commands; `mask` substitutes a sentinel inside the sandbox and injects the real value at the proxy.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-credentials-envvars",
   "details": {
    "path": "sandbox.credentials.envVars",
    "type": "array of object {name, mode, extract, onExtractNoMatch, decode, maskClaims, injectHosts}",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "object",
      "properties": {
       "name": {
        "type": "string",
        "constraints": {
         "regex": true
        },
        "description": "Environment variable name."
       },
       "mode": {
        "type": "enum",
        "values": [
         "deny",
         "mask"
        ],
        "description": "Access mode for this environment variable. `deny` unsets the variable for sandboxed commands; `mask` shows sandboxed commands a sentinel value and the host proxy swaps sentinel→real on egress to `injectHosts`."
       },
       "extract": {
        "type": "string",
        "optional": true,
        "description": "Optional regex for structured masking when mode is `mask`. Applied globally to the value; capture group 1 of each match is a credential value, and only those captured spans are replaced with sentinels — the rest of the value is preserved so a tool that parses it (a `DATABASE_URL` connection string, a composite `KEY:SECRET` pair) still succeeds inside the sandbox. Without `extract`, the entire value is replaced with one sentinel (whole-value masking, suited to bare tokens). If the regex matches nothing, behavior is governed by `onExtractNoMatch` (default `warn`). Cannot be combined with `decode` (the decode path never consults it). Accepted but ignored for `deny`."
       },
       "onExtractNoMatch": {
        "type": "enum",
        "values": [
         "warn",
         "deny",
         "error"
        ],
        "optional": true,
        "description": "What to do when `extract` matches nothing in the value. `warn` (default) emits a stderr warning and lets the variable pass through unmasked (fail-open, for credentials that may be legitimately absent); `deny` unsets the variable inside the sandbox (fail-closed); `error` aborts at sandbox setup so nothing runs until the config is fixed. Only meaningful when mode is `mask` and `extract` is set without `decode`. On a mask entry with `decode`, the runtime takes the decode path and never consults this field, so a fail-closed setting cannot be honored — `deny` and `error` are rejected there; only `warn` is accepted. In all other shapes the field is accepted but ignored."
       },
       "decode": {
        "type": "enum",
        "values": [
         "jwt"
        ],
        "optional": true,
        "description": "Optional encoded-credential format for `mask` mode. `jwt`: the variable's whole value is verified to actually be a JWT and replaced with a structurally valid fake JWT so client-side token parsing inside the sandbox keeps working; the proxy swaps the whole fake token on egress. If the value does not verify, the variable is left unmasked with a stderr warning (fail-open). Cannot be combined with `extract` — the decode path never consults it. Accepted but ignored for `deny`."
       },
       "maskClaims": {
        "type": "array",
        "items": {
         "type": "string"
        },
        "optional": true,
        "description": "Names of top-level payload claims to mask inside the decoded value, instead of replacing the whole token. Each named claim present with a string value gets its own sentinel and the token is rebuilt around the modified payload; all other claims are preserved so claim-reading clients keep working. Requires `decode`. If no named claim matches, the variable is left unmasked with a stderr warning (fail-open). Only meaningful when mode is `mask`; accepted but ignored for `deny`."
       },
       "injectHosts": {
        "type": "array",
        "items": {
         "type": "string"
        },
        "optional": true,
        "description": "Optional narrowing of where the proxy substitutes this credential. Only meaningful when mode is `mask`; accepted but ignored for `deny`. If unset, defaults to `network.allowedDomains` — the credential is injected at every reachable host. Each entry must be reachable via `network.allowedDomains` (sandbox-runtime validates this)."
       }
      }
     },
     "optional": true,
     "description": "Environment variables to protect. `deny` unsets the variable for sandboxed commands; `mask` substitutes a sentinel inside the sandbox and injects the real value at the proxy."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174132134,
     "length": 176,
     "sha256": "dc08d15c0a168fe92ddfcf62e381154c844217bebd0b6e3536e9f5e0c6440ca8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174132098,
     "length": 213,
     "sha256": "319bc5003e3b90674012ff8443c4fdea96cbead6534d75a31a4dca7f77885dc8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--credentials--allow-plaintext-inject",
   "title": "sandbox.credentials.allowPlaintextInject",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Allow sentinel→real substitution on the plain-HTTP proxy path. Defaults to false: without TLS termination the upstream identity is unverified and the credential travels in cleartext. Set only for trusted-network test fixtures. Only honored from user, managed/policy, or CLI (`--settings`) settings — project settings (.claude/settings.json and .claude/settings.local.json) are ignored.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-credentials-allowplaintextinject",
   "details": {
    "path": "sandbox.credentials.allowPlaintextInject",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174132357,
     "length": 406,
     "sha256": "c58c549bad33c05836a68d5db0acc73b4089ce1cf7c69fba0ddf31ac7cfa99b6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174132312,
     "length": 452,
     "sha256": "346179c8d8406c01b89c05587ba03e97c19ee8b19e804b60233784719746326b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--credentials--aws-pairs",
   "title": "sandbox.credentials.awsPairs",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Explicit groupings of masked env vars into AWS credential pairs for SigV4 re-signing, for non-standard variable names. The conventional AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY / AWS_SESSION_TOKEN trio is paired automatically when masked. Only honored from user, managed/policy, or CLI (`--settings`) settings — project settings (.claude/settings.json and .claude/settings.local.json) are ignored. A member is only usable when its env var is forwarded as a whole-value `mask` entry (an entry carrying `extract` or `decode` does not qualify — re-signing needs the whole real value). A pair whose key id or secret member is unusable never re-signs: it is dropped, unless it names a conventional AWS variable, in which case it is forwarded as an inert suppressor so implicit auto-pairing stays overridden. A pair whose ONLY unusable member is the session token still re-signs, without an x-amz-security-token (temporary-credential requests fail upstream until the entry is fixed).",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-credentials-awspairs",
   "details": {
    "path": "sandbox.credentials.awsPairs",
    "type": "array of object {accessKeyIdVar, secretAccessKeyVar, sessionTokenVar}",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "object",
      "properties": {
       "accessKeyIdVar": {
        "type": "string",
        "constraints": {
         "regex": true
        },
        "description": "Name of the masked env var holding the AWS access key id."
       },
       "secretAccessKeyVar": {
        "type": "string",
        "constraints": {
         "regex": true
        },
        "description": "Name of the masked env var holding the AWS secret access key."
       },
       "sessionTokenVar": {
        "type": "string",
        "constraints": {
         "regex": true
        },
        "optional": true,
        "description": "Optional name of the masked env var holding the AWS session token (temporary credentials). When set, the proxy sends the real token as x-amz-security-token on re-signed requests and adds it to the signed header set if the client did not."
       }
      }
     },
     "optional": true,
     "description": "Explicit groupings of masked env vars into AWS credential pairs for SigV4 re-signing, for non-standard variable names. The conventional AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY / AWS_SESSION_TOKEN trio is paired automatically when masked. Only honored from user, managed/policy, or CLI (`--settings`) settings — project settings (.claude/settings.json and .claude/settings.local.json) are ignored. A member is only usable when its env var is forwarded as a whole-value `mask` entry (an entry carrying `extract` or `decode` does not qualify — re-signing needs the whole real value). A pair whose key id or secret member is unusable never re-signs: it is dropped, unless it names a conventional AWS variable, in which case it is forwarded as an inert suppressor so implicit auto-pairing stays overridden. A pair whose ONLY unusable member is the session token still re-signs, without an x-amz-security-token (temporary-credential requests fail upstream until the entry is fixed)."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174132802,
     "length": 1002,
     "sha256": "42ea324ad71df501adf109d3e2c396cd47c6cc373fa073a1ce771dbbd9ee551c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174132765,
     "length": 1040,
     "sha256": "5ea8580c2794023c8b541bf9cffea611e18c810b0a55640d02051e7b6f726d53",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--credentials--sigv4",
   "title": "sandbox.credentials.sigv4",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Policies for AWS SigV4 request shapes the proxy cannot re-sign (streaming, presigned, sigv4a) when they reference a masked credential pair: `deny` (default) or `passthrough`. Only honored from user, managed/policy, or CLI (`--settings`) settings — project settings (.claude/settings.json and .claude/settings.local.json) are ignored.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-credentials-sigv4",
   "details": {
    "path": "sandbox.credentials.sigv4",
    "type": "object {streaming, presigned, sigv4a}",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174133837,
     "length": 346,
     "sha256": "86e53a5fc081810e7064e57f7e0c26a45f7172f9fbe7214992e5bdf7a624b202",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174133806,
     "length": 378,
     "sha256": "cdf60ace18e10db00fd610268ce3715e575f4956b5d0964c6d3bd98f1d422c36",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--credentials--sigv4--streaming",
   "title": "sandbox.credentials.sigv4.streaming",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Policy for aws-chunked streaming uploads (x-amz-content-sha256: STREAMING-*): per-chunk signatures chain off the seed signature, so re-signing would require rewriting the body. `deny` (default) fails closed with a 403; `passthrough` forwards the request unre-signed (the upstream will reject its signature).",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-credentials-sigv4",
   "details": {
    "path": "sandbox.credentials.sigv4.streaming",
    "type": "\"deny\" | \"passthrough\"",
    "values": [
     "deny",
     "passthrough"
    ],
    "optional": true,
    "documentedVia": "field in `sandbox.credentials.sigv4` entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174131090,
     "length": 309,
     "sha256": "05b9cc61434a4544bff6c11a0888b204cef3a5dcf98f745c643c1c186bd78db3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174131058,
     "length": 342,
     "sha256": "5cc5dec580dcda3e125c213e4b2abdfecc39d06eedb4bfc649ae4223362b79ae",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--credentials--sigv4--presigned",
   "title": "sandbox.credentials.sigv4.presigned",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Policy for presigned URLs (X-Amz-Algorithm/X-Amz-Signature in the query, no Authorization header): the signature lives in the URL itself. `deny` (default) or `passthrough`.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-credentials-sigv4",
   "details": {
    "path": "sandbox.credentials.sigv4.presigned",
    "type": "\"deny\" | \"passthrough\"",
    "values": [
     "deny",
     "passthrough"
    ],
    "optional": true,
    "documentedVia": "field in `sandbox.credentials.sigv4` entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174131433,
     "length": 174,
     "sha256": "edaf4a52d636bc2012656b80c77db53a8e37d3312bf3d03cacb163f17c76c181",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174131401,
     "length": 207,
     "sha256": "30c56042dfc0beda1b586761eec30c184dc658de2617ef1d3d5cc32655003690",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--credentials--sigv4--sigv4a",
   "title": "sandbox.credentials.sigv4.sigv4a",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Policy for SigV4A (AWS4-ECDSA-P256-SHA256) asymmetric signatures: there is no shared-key HMAC to recompute. `deny` (default) or `passthrough`.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-credentials-sigv4",
   "details": {
    "path": "sandbox.credentials.sigv4.sigv4a",
    "type": "\"deny\" | \"passthrough\"",
    "values": [
     "deny",
     "passthrough"
    ],
    "optional": true,
    "documentedVia": "field in `sandbox.credentials.sigv4` entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174131638,
     "length": 144,
     "sha256": "a88a955f1baf966104ca4d66c38690330f4f5381d25b56bac474a9e27ac41222",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174131609,
     "length": 174,
     "sha256": "a32da49b8fdb7626eff260dda90b24553512e6c64830347d4ab46eccbe9876d9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--ignore-violations",
   "title": "sandbox.ignoreViolations",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-ignoreviolations",
   "details": {
    "path": "sandbox.ignoreViolations",
    "type": "record<string, array of string>",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "record",
     "keys": {
      "type": "string"
     },
     "values": {
      "type": "array",
      "items": {
       "type": "string"
      }
     },
     "optional": true
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174135400,
     "length": 42,
     "sha256": "257373a60b784dcaee90920768aeb2e41524bb9da36196b4c008bec2e0cda66c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--enable-weaker-nested-sandbox",
   "title": "sandbox.enableWeakerNestedSandbox",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-enableweakernestedsandbox",
   "details": {
    "path": "sandbox.enableWeakerNestedSandbox",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174135443,
     "length": 40,
     "sha256": "d325ca83c96abeeada5b7492ef8e32b35e3e3df5301c874791f0af3e3af7d65a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--enable-weaker-network-isolation",
   "title": "sandbox.enableWeakerNetworkIsolation",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "macOS only: Allow access to com.apple.trustd.agent in the sandbox. Needed for Go-based CLI tools (gh, gcloud, terraform, etc.) to verify TLS certificates when using httpProxyPort with a MITM proxy and custom CA. **Reduces security** — opens a potential data exfiltration vector through the trustd service. Default: false",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-enableweakernetworkisolation",
   "details": {
    "path": "sandbox.enableWeakerNetworkIsolation",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174135537,
     "length": 330,
     "sha256": "3236d939b3fe2203b114004985421424d4e25228c9a823c17d4eced65720b8a5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174135484,
     "length": 384,
     "sha256": "f1aa94e8f2dbd0780a321c80d6c23e30713dde159cc45a3ba698a382f5144408",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--allow-apple-events",
   "title": "sandbox.allowAppleEvents",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "macOS only: Allow sandboxed commands to send Apple Events (and look up the appleeventsd Mach service). Needed for `open`, `osascript`, and browser-based auth flows that open URLs. **Removes code-execution isolation** — sandboxed commands can launch other applications unsandboxed with no user prompt, and can script running apps (e.g. Terminal) subject to the user's per-app TCC automation consent. Only honored from user, managed/policy, or CLI (--settings) settings — project settings (.claude/settings.json and .claude/settings.local.json) are ignored. Default: false",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-allowappleevents",
   "details": {
    "path": "sandbox.allowAppleEvents",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174135910,
     "length": 594,
     "sha256": "d22920a92bdd427bb16a7b18b38805850b5bb60755c0fa1c1f8506df4846e5ff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174135869,
     "length": 636,
     "sha256": "6de9f62ade97d9984ecc3d5a1a906f90511c6c33db6cd608ac3275f2fcdfb4d5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--excluded-commands",
   "title": "sandbox.excludedCommands",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-excludedcommands",
   "details": {
    "path": "sandbox.excludedCommands",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174136506,
     "length": 34,
     "sha256": "41d80d9a1d16a69db6249cb3f3acdfed24ca406baf438c475313cee9fad3004e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--ripgrep",
   "title": "sandbox.ripgrep",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Custom ripgrep configuration for bundled ripgrep support. Only honored from user, managed/policy, or CLI (--settings) settings — project settings (.claude/settings.json and .claude/settings.local.json) are ignored.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-ripgrep",
   "details": {
    "path": "sandbox.ripgrep",
    "type": "object {command, args}",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174136837,
     "length": 227,
     "sha256": "9ef42d4bafea9c7be5fcc42e7ca90df8a8cccc905d47ae3bb9054ea23d9e07fd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174136769,
     "length": 296,
     "sha256": "41145ed051f73589e790d4d1e984da8834e13a62f052e69300daae2ea0c0d957",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--ripgrep--command",
   "title": "sandbox.ripgrep.command",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-ripgrep",
   "details": {
    "path": "sandbox.ripgrep.command",
    "type": "string",
    "documentedVia": "field in `sandbox.ripgrep` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174136780,
     "length": 11,
     "sha256": "81b46fda50f1b5517e5a18cac5f16921c29a659d413f1fbb5ec8866a09c1ada5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--ripgrep--args",
   "title": "sandbox.ripgrep.args",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-ripgrep",
   "details": {
    "path": "sandbox.ripgrep.args",
    "type": "array of string",
    "optional": true,
    "documentedVia": "field in `sandbox.ripgrep` entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174136792,
     "length": 22,
     "sha256": "8b7fc227f0886b89e96650b0ead6a4f55a9a9f9c4ddffac5792a88a27d05c1ae",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--bwrap-path",
   "title": "sandbox.bwrapPath",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Linux/WSL only: Absolute path to the bwrap (bubblewrap) binary. Overrides auto-detection via PATH. Only honored from admin-controlled managed settings.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-bwrappath",
   "details": {
    "path": "sandbox.bwrapPath",
    "type": "string",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174137159,
     "length": 153,
     "sha256": "833ad201233bd40f65913b6bac1f214d7407c3c1c4cac55fbfc46c59192531b6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174137066,
     "length": 247,
     "sha256": "e40cd9677db98974542e9b411eb5d4e1d0aa6ea0214ab8425b9811c91bc078bd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sandbox--socat-path",
   "title": "sandbox.socatPath",
   "group": "Sandbox settings",
   "kind": "setting",
   "text": "Linux/WSL only: Absolute path to the socat binary used for the sandbox network proxy. Overrides auto-detection via PATH. Only honored from admin-controlled managed settings.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sandbox-socatpath",
   "details": {
    "path": "sandbox.socatPath",
    "type": "string",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174137407,
     "length": 175,
     "sha256": "d91afdc29f49870eb7216a2edf7bc5e369a095df6cde80b2c05f4a1871fec4f5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174137314,
     "length": 269,
     "sha256": "3349ac48fdb0b3b0dc21f14d5fdca271605f47723d427a08720c9f016bc87704",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-skill-listing-max-desc-chars",
   "title": "skillListingMaxDescChars",
   "group": "Memory and context",
   "kind": "setting",
   "text": "Per-skill description character cap in the skill listing sent to Claude (default: 1536). Descriptions longer than this are truncated. Raise to opt in to higher per-turn context cost.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#skilllistingmaxdescchars",
   "details": {
    "path": "skillListingMaxDescChars",
    "type": "number (integer, > 0)",
    "constraints": {
     "int": true,
     "positive": true
    },
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174312568,
     "length": 184,
     "sha256": "23b90c26319397f2e1265b7e0aa176c59e123e39361483ac042d34fc259a5587",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174312502,
     "length": 251,
     "sha256": "4ae26c8a3627548d26524a1db0e5dac2422f6d9baf44a69673c347f39b63f8c9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-skill-listing-budget-fraction",
   "title": "skillListingBudgetFraction",
   "group": "Memory and context",
   "kind": "setting",
   "text": "Fraction of the context window (in characters) reserved for the skill listing sent to Claude (default: 0.01 = 1%). When the listing exceeds this, descriptions are shortened to fit. Raise to opt in to higher per-turn context cost.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#skilllistingbudgetfraction",
   "details": {
    "path": "skillListingBudgetFraction",
    "type": "number (> 0, <= 1)",
    "constraints": {
     "gt": 0,
     "lte": 1
    },
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174312818,
     "length": 231,
     "sha256": "4a5df7a7c7ae87dd8e53f238426a10a1fa380f5d42f5e423f6665e488a3bdd37",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174312754,
     "length": 296,
     "sha256": "14a3bd71ba2b8c6412dceca43c360eff52e068618022eb07ef17531b0ef9c250",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-env",
   "title": "env",
   "group": "Memory and context",
   "kind": "setting",
   "text": "Environment variables to set for Claude Code sessions",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#env",
   "details": {
    "path": "env",
    "type": "record<string, string>",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "record",
     "keys": {
      "type": "string"
     },
     "values": {
      "type": "string",
      "coerced": true
     },
     "optional": true,
     "description": "Environment variables to set for Claude Code sessions"
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174313657,
     "length": 55,
     "sha256": "e2a83ceb4fa6a3c23fc45fc544599960841940b2a1a94b1084439a77fd5a6513",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174313631,
     "length": 82,
     "sha256": "1763554b3986e5eff3fbc8f061c2a4fce5d9675d127793de16a4cadc79d87e4b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-bash-output-max-chars",
   "title": "bashOutputMaxChars",
   "group": "Memory and context",
   "kind": "setting",
   "text": "How many characters of a successful Bash or PowerShell command's output Claude receives inline (default 30000; values clamp to 4000-128000). Output past this is saved to a file and Claude receives a short preview plus the path. When set, this also replaces BASH_MAX_OUTPUT_LENGTH, which on its own only sizes the read-back window.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#bashoutputmaxchars",
   "details": {
    "path": "bashOutputMaxChars",
    "type": "number (integer, > 0)",
    "constraints": {
     "int": true,
     "positive": true
    },
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174326772,
     "length": 332,
     "sha256": "d1501e214fc47852aa5b99c335c35b8f3156c280e70b44d8e17f5031de2637bd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174326698,
     "length": 407,
     "sha256": "7a422bd3607baa949ba1c9c8ad0486adeec6ad8aaf195502c7116a742781091a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-task-output-max-chars",
   "title": "taskOutputMaxChars",
   "group": "Memory and context",
   "kind": "setting",
   "text": "Deprecated: no longer has any effect (the TaskOutput tool was removed). Read a background task's output file with the Read tool instead.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#taskoutputmaxchars",
   "details": {
    "path": "taskOutputMaxChars",
    "type": "number (integer, > 0)",
    "constraints": {
     "int": true,
     "positive": true
    },
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174327180,
     "length": 138,
     "sha256": "f06859550b181b00bac221c689033bb5bb977afd4ad6edae2edcf104b1c6d583",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174327106,
     "length": 213,
     "sha256": "33507987b3ca39f2563ae1dfe528594020a88227f04ad21e05c0a09ad37795ed",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-compact-window",
   "title": "autoCompactWindow",
   "group": "Memory and context",
   "kind": "setting",
   "text": "Auto-compact window size",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#autocompactwindow",
   "details": {
    "path": "autoCompactWindow",
    "type": "number (integer, >= 100000, <= 1000000)",
    "constraints": {
     "int": true,
     "min": 100000,
     "max": 1000000
    },
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174349455,
     "length": 26,
     "sha256": "821940b63f44f0cc304788dc594a35bb0f30e978cc1793fe45c6e1c9f8732d44",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174349423,
     "length": 59,
     "sha256": "4fb9dff96bfbf74070b2645d45a96e4b3c8ad3483c0276eac86e4e2bd8b60c34",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-plans-directory",
   "title": "plansDirectory",
   "group": "Memory and context",
   "kind": "setting",
   "text": "Custom directory for plan files, relative to project root. If not set, defaults to ~/.claude/plans/",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#plansdirectory",
   "details": {
    "path": "plansDirectory",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174353757,
     "length": 101,
     "sha256": "9046b03080530ef5869c47075cc096c86acc4382022fb82642ce25f4d230a795",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174353718,
     "length": 141,
     "sha256": "631d2a1df30d81b90ea86bd09a1bfb1b6d67b2fa519f0c6185292b38f3afc99e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-memory-enabled",
   "title": "autoMemoryEnabled",
   "group": "Memory and context",
   "kind": "setting",
   "text": "Enable auto-memory for this project. When false, Claude will not read from or write to the auto-memory directory.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#automemoryenabled",
   "details": {
    "path": "autoMemoryEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174357616,
     "length": 115,
     "sha256": "fb5535295990d56ea3cadf76e2de9a92ca43d6dd22c7ed4babaf0d06be3ac0da",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174357574,
     "length": 158,
     "sha256": "9d6363274b82f4ebffb2f187f9cdf98f19dac43fb78d95624cc010278c4ddefa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-memory-directory",
   "title": "autoMemoryDirectory",
   "group": "Memory and context",
   "kind": "setting",
   "text": "Custom directory path for auto-memory storage. Supports ~/ prefix for home directory expansion. Ignored if set in projectSettings (checked-in .claude/settings.json) for security. When unset, defaults to ~/.claude/projects/<sanitized-cwd>/memory/.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#automemorydirectory",
   "details": {
    "path": "autoMemoryDirectory",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174357777,
     "length": 248,
     "sha256": "e468d60b480c53c67174c22cbf3dfdde7bd043c1d2450a458ae06a2f1f364aa6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174357733,
     "length": 293,
     "sha256": "241b9b08d230b6f85b3bf81b4ae993afce6cbaeed257b1e7a99c4b6c0fe54f81",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-claude-md",
   "title": "claudeMd",
   "group": "Memory and context",
   "kind": "setting",
   "text": "CLAUDE.md-style instructions injected as organization-managed memory. Only honored from managed/policy settings.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#claudemd",
   "details": {
    "path": "claudeMd",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174360131,
     "length": 114,
     "sha256": "c462ee36e4956a767b27bdc4a97759b4edf07786364b1e018ed24357236d5e42",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174360098,
     "length": 148,
     "sha256": "6880f2795f835b752266a19ee109d99213d796047cc9a77d42b43de7fb7fe6a8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-claude-md-excludes",
   "title": "claudeMdExcludes",
   "group": "Memory and context",
   "kind": "setting",
   "text": "Glob patterns or absolute paths of CLAUDE.md files to exclude from loading. Patterns are matched against absolute file paths using picomatch. Only applies to User, Project, and Local memory types (Managed/policy files cannot be excluded). Examples: \"/home/user/monorepo/CLAUDE.md\", \"**/code/CLAUDE.md\", \"**/some-dir/.claude/rules/**\"",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#claudemdexcludes",
   "details": {
    "path": "claudeMdExcludes",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Glob patterns or absolute paths of CLAUDE.md files to exclude from loading. Patterns are matched against absolute file paths using picomatch. Only applies to User, Project, and Local memory types (Managed/policy files cannot be excluded). Examples: \"/home/user/monorepo/CLAUDE.md\", \"**/code/CLAUDE.md\", \"**/some-dir/.claude/rules/**\""
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174360291,
     "length": 335,
     "sha256": "2cbace6ffd087794ccabf7ef099cff3625790b21ac58ffec211802c2120e2318",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174360247,
     "length": 380,
     "sha256": "7775a5a3dfeab92d861bd63e0bc51a975570208afb7a5e397e538fd2fb6e3463",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-compact-enabled",
   "title": "autoCompactEnabled",
   "group": "Memory and context",
   "kind": "setting",
   "text": "Automatically compact conversation when context fills",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#autocompactenabled",
   "details": {
    "path": "autoCompactEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174361895,
     "length": 55,
     "sha256": "50e4bddc1ca361aa6958be438750f977b684603eff889977fb876f61a6212e58",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174361852,
     "length": 99,
     "sha256": "346c142e988aae15cfcc77a03b51ea10a325bbfe37582b08e3f3c0a39f68cf4a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-file-checkpointing-enabled",
   "title": "fileCheckpointingEnabled",
   "group": "Memory and context",
   "kind": "setting",
   "text": "Snapshot files before edits so /rewind can restore them",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#filecheckpointingenabled",
   "details": {
    "path": "fileCheckpointingEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174362821,
     "length": 57,
     "sha256": "c06d6b219c943ff3ae7b3925aba8a342fdee70d4ae4867497f354b2dae0ffed9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174362772,
     "length": 107,
     "sha256": "9f359d7a0ecfd59343bee92e83ed44efd7ef497745b10e8c75d14afc90ed2e72",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-file-suggestion",
   "title": "fileSuggestion",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Custom file suggestion configuration for @ mentions",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#filesuggestion",
   "details": {
    "path": "fileSuggestion",
    "type": "object {type, command}",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307557,
     "length": 53,
     "sha256": "2ed587f2caf14bf3311f69d5dff2ed8da185c45b1bd5ca36428457014d6f16ef",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307487,
     "length": 124,
     "sha256": "3875de5de3af74a0e10682bd11698074283abd10d66a071002eea371ad4028c3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-file-suggestion--type",
   "title": "fileSuggestion.type",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#filesuggestion",
   "details": {
    "path": "fileSuggestion.type",
    "type": "\"command\"",
    "value": "command",
    "documentedVia": "field in `fileSuggestion` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307505,
     "length": 17,
     "sha256": "15a4934d78e0a3a937391a2c06eb097805af5cb1f0dc75fd88dc59c891c17ce3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-file-suggestion--command",
   "title": "fileSuggestion.command",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#filesuggestion",
   "details": {
    "path": "fileSuggestion.command",
    "type": "string",
    "documentedVia": "field in `fileSuggestion` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307523,
     "length": 11,
     "sha256": "81b46fda50f1b5517e5a18cac5f16921c29a659d413f1fbb5ec8866a09c1ada5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-respect-gitignore",
   "title": "respectGitignore",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Whether file picker should respect .gitignore files (default: true). Note: .ignore files are always respected.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#respectgitignore",
   "details": {
    "path": "respectGitignore",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307653,
     "length": 112,
     "sha256": "2d8b86f1cbeee89b9666e8d2a7a3a3c8d1bfe0a626d0034eaeb13480efde823c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307612,
     "length": 154,
     "sha256": "c3e46edb7f98a634cff3de8632c701f3de960cf910d9fa7c4fcaf9b98003fe58",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-default-shell",
   "title": "defaultShell",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Default shell for input-box ! commands. Defaults to 'bash' on all platforms (no Windows auto-flip).",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#defaultshell",
   "details": {
    "path": "defaultShell",
    "type": "\"bash\" | \"powershell\"",
    "values": [
     "bash",
     "powershell"
    ],
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174326234,
     "length": 101,
     "sha256": "231f7f27f3b74a3a3ffc78096a444c2fca2c6fca789511a9c987a72b52b591a8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174326176,
     "length": 160,
     "sha256": "fac9ddca806311955f6255556457eb44a0d5985b8242eb3604a0ed19907860c8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-bash-edit-diff-enabled",
   "title": "bashEditDiffEnabled",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Whether the Bash tool shows a diff of the files a Bash command changed (PostToolUse Bash hooks get the changed-file list in tool_response). Set to false to turn that off. Default: on when the Bash tool handles file edits. Only user, flag or policy settings can turn it on outside auto and bypassPermissions modes.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#basheditdiffenabled",
   "details": {
    "path": "bashEditDiffEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174326381,
     "length": 315,
     "sha256": "f7cf5eb8e0d008c329b6837102eed432d0405537f532d06c59db10166cd94891",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174326337,
     "length": 360,
     "sha256": "fc65698f99e0274a5568b893594f734e8a47fb76fc2fc386bfcfe5945bcc7a57",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-respond-to-bash-commands",
   "title": "respondToBashCommands",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Whether Claude responds after an input-box ! bash command runs. Set to false to add the command output to context without a response. Default: true.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#respondtobashcommands",
   "details": {
    "path": "respondToBashCommands",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174327366,
     "length": 150,
     "sha256": "0f25f6d8e98b9a65c79395504c147d9f074d58c1e2b7191170599a71cedfb9bf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174327320,
     "length": 197,
     "sha256": "bdf7089f99f3267ad35e04e783df46327ac1b191ce2fd068476c5a0dc523920f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-status-line",
   "title": "statusLine",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Custom status line display configuration",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#statusline",
   "details": {
    "path": "statusLine",
    "type": "object {type, command, padding, refreshInterval, hideVimModeIndicator}",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174331329,
     "length": 42,
     "sha256": "22fb1f6aa0ae7047974e679f3b9a0426640fb3a827e229426db9999dc7db05cf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174330902,
     "length": 470,
     "sha256": "5f7af3a90cd247668f850a897249776dec840af0edfa830e5aeeb38abeb7598f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-status-line--type",
   "title": "statusLine.type",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#statusline",
   "details": {
    "path": "statusLine.type",
    "type": "\"command\"",
    "value": "command",
    "documentedVia": "field in `statusLine` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174330916,
     "length": 17,
     "sha256": "15a4934d78e0a3a937391a2c06eb097805af5cb1f0dc75fd88dc59c891c17ce3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-status-line--command",
   "title": "statusLine.command",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#statusline",
   "details": {
    "path": "statusLine.command",
    "type": "string",
    "documentedVia": "field in `statusLine` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174330934,
     "length": 11,
     "sha256": "81b46fda50f1b5517e5a18cac5f16921c29a659d413f1fbb5ec8866a09c1ada5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-status-line--padding",
   "title": "statusLine.padding",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#statusline",
   "details": {
    "path": "statusLine.padding",
    "type": "number",
    "optional": true,
    "documentedVia": "field in `statusLine` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174330946,
     "length": 22,
     "sha256": "871c467c3f7a065890b1e752e64c2440a07bf1b4c21858e347e271550552f8bb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-status-line--refresh-interval",
   "title": "statusLine.refreshInterval",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Re-run the status line command every N seconds in addition to event-driven updates",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#statusline",
   "details": {
    "path": "statusLine.refreshInterval",
    "type": "number (>= 1)",
    "constraints": {
     "min": 1
    },
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "field in `statusLine` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174331030,
     "length": 84,
     "sha256": "83662cbe5ec4d15dc42d32205bbe1c98cab9dc996a8f5fd840275045a45510e9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174330969,
     "length": 146,
     "sha256": "06ca4ed2f2e3faf0dd78ac137932ed3b047fbd28ea655c2c1d90195a9bf8ac57",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-status-line--hide-vim-mode-indicator",
   "title": "statusLine.hideVimModeIndicator",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Hide the built-in `-- INSERT --` / `-- VISUAL --` indicator below the prompt. Use this when your status line script renders `vim.mode` itself.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#statusline",
   "details": {
    "path": "statusLine.hideVimModeIndicator",
    "type": "boolean",
    "optional": true,
    "documentedVia": "field in `statusLine` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174331161,
     "length": 144,
     "sha256": "a951aec2eed58500500a3a7a501acbedc09320f7bb556af048bf72d69c24c959",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174331116,
     "length": 190,
     "sha256": "daa2513afa7f5248ed8e83030db607e18ce78548b2cad67b7fd1f7b1babd6000",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-footer-links-regexes",
   "title": "footerLinksRegexes",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Extra clickable footer badges that appear when a regex matches turn output (tool results and assistant responses). Read from user, flag, and managed settings only; ignored in project .claude/settings.json and local .claude/settings.local.json. At most 5 badges render; the oldest is displaced by newer matches and /clear removes them. Use to surface IDs printed by project CLIs as session links.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#footerlinksregexes",
   "details": {
    "path": "footerLinksRegexes",
    "type": "array of object | object",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "union",
      "options": [
       {
        "type": "object",
        "properties": {
         "type": {
          "type": "literal",
          "value": "regex",
          "description": "Config variant. This client understands \"regex\": matches turn output and builds a URL from named capture groups. Entries with other variants are preserved but skipped at runtime."
         },
         "pattern": {
          "type": "string",
          "description": "Regex matched against turn output (tool results and assistant text)"
         },
         "url": {
          "type": "string",
          "description": "Link target. {name} placeholders are filled from named regex capture groups, e.g. (?<id>...) -> {id}. Values are URL-encoded; the origin must be literal in the template. The scheme must be https, http, or a recognized editor or workspace deep-link scheme: vscode, vscode-insiders, cursor, windsurf, zed, jetbrains, idea, slack, linear, notion, figma."
         },
         "label": {
          "type": "string",
          "optional": true,
          "description": "Badge text. {name} placeholders filled from named capture groups; defaults to the full match."
         }
        },
        "passthrough": true
       },
       {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "description": "Config variant discriminator for entries this client does not understand; the entry is preserved as-is and skipped at runtime."
         }
        },
        "passthrough": true
       }
      ],
      "invalidDropped": true
     },
     "optional": true,
     "invalidDropped": true,
     "description": "Extra clickable footer badges that appear when a regex matches turn output (tool results and assistant responses). Read from user, flag, and managed settings only; ignored in project .claude/settings.json and local .claude/settings.local.json. At most 5 badges render; the oldest is displaced by newer matches and /clear removes them. Use to surface IDs printed by project CLIs as session links."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174331780,
     "length": 397,
     "sha256": "e1fb6c5dcfacfdf1fc791aa76c5f73812e443e84ebe97bf01c5c24ec8e882df9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174331671,
     "length": 507,
     "sha256": "4bbf68a4c093363d4e971e544b4c887a7fb2db8093e4a8a2cda4270d6f75452b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-subagent-status-line",
   "title": "subagentStatusLine",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Custom per-subagent status line shown in the agent panel; receives row context as JSON on stdin",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#subagentstatusline",
   "details": {
    "path": "subagentStatusLine",
    "type": "object {type, command}",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174332253,
     "length": 97,
     "sha256": "a4281cb64193dfaa0bd24be535a4383f08186f08758b4132dea8535e7cdace14",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174332179,
     "length": 172,
     "sha256": "b1129c1a7b9dfcb851359d9ff5f644b7492d3174b2ba5d4e62a5e780b66e4ea1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-subagent-status-line--type",
   "title": "subagentStatusLine.type",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#subagentstatusline",
   "details": {
    "path": "subagentStatusLine.type",
    "type": "\"command\"",
    "value": "command",
    "documentedVia": "field in `subagentStatusLine` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174332201,
     "length": 17,
     "sha256": "15a4934d78e0a3a937391a2c06eb097805af5cb1f0dc75fd88dc59c891c17ce3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-subagent-status-line--command",
   "title": "subagentStatusLine.command",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#subagentstatusline",
   "details": {
    "path": "subagentStatusLine.command",
    "type": "string",
    "documentedVia": "field in `subagentStatusLine` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174332219,
     "length": 11,
     "sha256": "81b46fda50f1b5517e5a18cac5f16921c29a659d413f1fbb5ec8866a09c1ada5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-view-mode",
   "title": "viewMode",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Default transcript view mode on startup",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#viewmode",
   "details": {
    "path": "viewMode",
    "type": "\"default\" | \"verbose\" | \"focus\"",
    "values": [
     "default",
     "verbose",
     "focus"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174342931,
     "length": 41,
     "sha256": "c38dfea5454188ba75551585ffb3b26b2af3a5b6bb6abb918937edbba6a234bd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174342855,
     "length": 118,
     "sha256": "230545d813fb17e31763bc37461d38440d07b09508d8f266188ea392ba010c50",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-spinner-tips-enabled",
   "title": "spinnerTipsEnabled",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Whether to show tips in the spinner",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#spinnertipsenabled",
   "details": {
    "path": "spinnerTipsEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343773,
     "length": 37,
     "sha256": "53045ded5fd758df4ead2b0d361fdc33e18140aa92d4c4e98f65e9d09b544455",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343730,
     "length": 81,
     "sha256": "44c98c359181abcaa3996b2556276c4b06ecefc10f074369e76cf00eaeb03df5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-spinner-verbs",
   "title": "spinnerVerbs",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Customize spinner verbs. mode: \"append\" adds verbs to defaults, \"replace\" uses only your verbs.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#spinnerverbs",
   "details": {
    "path": "spinnerVerbs",
    "type": "object {mode, verbs}",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343892,
     "length": 97,
     "sha256": "4797cdf909dbb7dae67a978ab22af1da2aedc7dda37a41c1af3b7d7cc08a4795",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343812,
     "length": 178,
     "sha256": "5f241291613f31a1bdf7770b5204c2467e0a7ff13ad5e974ab27339e194bded5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-spinner-verbs--mode",
   "title": "spinnerVerbs.mode",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#spinnerverbs",
   "details": {
    "path": "spinnerVerbs.mode",
    "type": "\"append\" | \"replace\"",
    "values": [
     "append",
     "replace"
    ],
    "documentedVia": "field in `spinnerVerbs` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343828,
     "length": 28,
     "sha256": "849b79d63e40d9cb3757f12a29b82760bdc694113ef9ad11c393af8fe7050be6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-spinner-verbs--verbs",
   "title": "spinnerVerbs.verbs",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#spinnerverbs",
   "details": {
    "path": "spinnerVerbs.verbs",
    "type": "array of string",
    "documentedVia": "field in `spinnerVerbs` entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     }
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343857,
     "length": 12,
     "sha256": "218e6e803abc57f933f3efc1aa17f5e7cdef3836612373230de6b5488a219766",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-spinner-tips-override",
   "title": "spinnerTipsOverride",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Add your organization's own tips to the spinner tip rotation. tips: strings or {id, text, cooldownSessions?, priority?} objects; tipsFile: a JSON file of the same; label: prefix shown before your tips; excludeDefault: if true, only show your tips (default: false).",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#spinnertipsoverride",
   "details": {
    "path": "spinnerTipsOverride",
    "type": "object {excludeDefault, tips, tipsFile, label}",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174344498,
     "length": 266,
     "sha256": "1b3661af259b5d67752b5a3b53e08e884d70d44abc61b399b1e8f2c09bb8c67e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343991,
     "length": 774,
     "sha256": "308a982604a11327f40e925d5d4425ebf08d91cf3a3a4831abc8b787a36b5bdc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-spinner-tips-override--exclude-default",
   "title": "spinnerTipsOverride.excludeDefault",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#spinnertipsoverride",
   "details": {
    "path": "spinnerTipsOverride.excludeDefault",
    "type": "boolean",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "field in `spinnerTipsOverride` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174344014,
     "length": 43,
     "sha256": "5f9f96cf1f58f61a6f55f01c31a1fee2b9620b1392abca7cf780eb01aaf0c721",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-spinner-tips-override--tips",
   "title": "spinnerTipsOverride.tips",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#spinnertipsoverride",
   "details": {
    "path": "spinnerTipsOverride.tips",
    "type": "array of string | object",
    "optional": true,
    "documentedVia": "field in `spinnerTipsOverride` entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "union",
      "options": [
       {
        "type": "string"
       },
       {
        "type": "object",
        "properties": {},
        "passthrough": true,
        "description": "{ id: stable id (letters, digits, \".\", \"_\", \"-\"; max 64), text: the tip (max 500 characters, one line), cooldownSessions?: sessions to wait before showing it again (default 0), priority?: tie-break weight among never-shown tips (default 0) }"
       }
      ]
     },
     "optional": true
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174344058,
     "length": 21,
     "sha256": "d8ce8273a9fcd0aac3fa07aadb9db578b039b17ee65c33bf7da061b46ffbb6ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-spinner-tips-override--tips-file",
   "title": "spinnerTipsOverride.tipsFile",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Absolute or ~/ local path to a JSON file holding an array of tips (same shapes as `tips`); honored from user, --settings and on-disk managed settings only. Read once per CLI process (restart to pick up edits).",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#spinnertipsoverride",
   "details": {
    "path": "spinnerTipsOverride.tipsFile",
    "type": "string",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "field in `spinnerTipsOverride` entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174344127,
     "length": 211,
     "sha256": "d4b3adbf30f4c19b5b73f7c9bb9af9af7c4ff8ac2eb95a60d03b551f0f6e63c9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174344080,
     "length": 259,
     "sha256": "f49ecce71ca3daf3a8ccbb5a7567ce05366da7e4a3e84e13014e8cf1029df2fc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-spinner-tips-override--label",
   "title": "spinnerTipsOverride.label",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Prefix shown before your tips in the spinner (default \"Tip\")",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#spinnertipsoverride",
   "details": {
    "path": "spinnerTipsOverride.label",
    "type": "string",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "field in `spinnerTipsOverride` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174344384,
     "length": 62,
     "sha256": "92b3889dd0309fe481c704ae62d90399a98422b0f16a20fad3129fea93540456",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174344340,
     "length": 107,
     "sha256": "55109e91dfd79e389d89be1d807dc00f86896fe07fd836c3f4b78128c4da85a7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-syntax-highlighting-disabled",
   "title": "syntaxHighlightingDisabled",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Whether to disable syntax highlighting in diffs",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#syntaxhighlightingdisabled",
   "details": {
    "path": "syntaxHighlightingDisabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174344817,
     "length": 49,
     "sha256": "ec334ebe804d054cf644312da734582d0de623768af23dfb23f44976bd9397f1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174344766,
     "length": 101,
     "sha256": "16ff89b3e66345488fe80d0b7c54b2754d27d45613ccea455c74e7e8bde923d8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-spellcheck",
   "title": "spellcheck",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Underline misspelled words in the prompt input as you type, using an installed aspell, hunspell or ispell (off unless \"enabled\" is true; does nothing if none is installed). Read from user, flag and managed settings only (the whole block from the highest-precedence of those applies); ignored in project .claude/settings.json and .claude/settings.local.json.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#spellcheck",
   "details": {
    "path": "spellcheck",
    "type": "object {enabled, checker, language, color}",
    "optional": true,
    "invalidValueDropped": true,
    "constants": {
     "oEe": [
      "aspell",
      "hunspell",
      "ispell"
     ]
    },
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174346120,
     "length": 379,
     "sha256": "61939a419d8e28c6e1e58ee4c0ea9c6bd8ffb0cc73a7137288b2272f420f51be",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174345285,
     "length": 1215,
     "sha256": "440ccccb9cd755532066f80ed9ca046bf005234015eec2aef122ef4a62dbc744",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-spellcheck--enabled",
   "title": "spellcheck.enabled",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Turn on spell checking of the prompt input (default: false)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#spellcheck",
   "details": {
    "path": "spellcheck.enabled",
    "type": "boolean",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "field in `spellcheck` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174345345,
     "length": 61,
     "sha256": "7cfd066ff7e123f56dedb514e82999bf9500a649ffdd5a1baa3fd8485e1e0f45",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174345299,
     "length": 108,
     "sha256": "e941d2b886329fd6f2333fbc3707d349b23de4ed9de311e0d8cdb8a044b3bfd6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-spellcheck--checker",
   "title": "spellcheck.checker",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Which spell checker to run: \"aspell\", \"hunspell\", \"ispell\", or \"auto\" (default) for the first of those found on PATH",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#spellcheck",
   "details": {
    "path": "spellcheck.checker",
    "type": "string",
    "optional": true,
    "invalidValueDropped": true,
    "constants": {
     "oEe": [
      "aspell",
      "hunspell",
      "ispell"
     ]
    },
    "documentedVia": "field in `spellcheck` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174345454,
     "length": 124,
     "sha256": "6bed277518c9e9470589ac619e67b06289c1d37e5bd6d0f9b79b745666dfb177",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174345408,
     "length": 171,
     "sha256": "8c5e19b2373135a7384dc761d339fae569e66879333eef1cb0a05d5c3190f390",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-spellcheck--language",
   "title": "spellcheck.language",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Dictionary to use, passed to the checker as-is (aspell --lang, hunspell -d, ispell -d), e.g. \"en_GB\"; names are checker-specific (letters, digits and _ - . , only). Default: the checker's own default",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#spellcheck",
   "details": {
    "path": "spellcheck.language",
    "type": "string",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "field in `spellcheck` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174345627,
     "length": 201,
     "sha256": "22b81ece46a0063d86111fd2410c34b4794f18fe2eda64e849d4b8c2c9239a80",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174345580,
     "length": 249,
     "sha256": "8d3df7856398f36a5471e96386e968c2b6887350ffa5be7334f2b43876d4f6bf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-spellcheck--color",
   "title": "spellcheck.color",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Color of misspelled words (they are also underlined): a terminal color name such as \"red\" or \"magenta\", \"#rrggbb\", \"rgb(r,g,b)\", \"ansi256(n)\" or \"ansi:<name>\". Default: the theme's error color",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#spellcheck",
   "details": {
    "path": "spellcheck.color",
    "type": "string",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "field in `spellcheck` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174345874,
     "length": 194,
     "sha256": "d9ae79314ac4d1be4bcf6f5c8627bdfa5319c5f496e81b9f6d241beacac81b28",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174345830,
     "length": 239,
     "sha256": "be5a2b72141afb6bb4b323af43f828027a8bb7894db1749f241121d6d1dc7622",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-terminal-title-from-rename",
   "title": "terminalTitleFromRename",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Whether /rename updates the terminal tab title (defaults to true). Set to false to keep auto-generated topic titles.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#terminaltitlefromrename",
   "details": {
    "path": "terminalTitleFromRename",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174346549,
     "length": 118,
     "sha256": "8657af13a7c13a93b696e0aebfca933b1bca44c40c25ac986f22ff20461245b7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174346501,
     "length": 167,
     "sha256": "8bae78c1ffa80db316ab30b12853681be7c08b57657fd7fa281c1646ef53b93d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-prompt-suggestion-enabled",
   "title": "promptSuggestionEnabled",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "When false, prompt suggestions are disabled. When absent or true, prompt suggestions are enabled.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#promptsuggestionenabled",
   "details": {
    "path": "promptSuggestionEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174349880,
     "length": 99,
     "sha256": "267f3af99cabff3b657236809effb13e77a73e18e32a2a00d02b4bf4ad07a038",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174349832,
     "length": 148,
     "sha256": "818de8f6c5a65e4515c51761f358d55487082105f4194812743736b426c11a5c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-emoji-completion-enabled",
   "title": "emojiCompletionEnabled",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "When false, the :emoji: shortcode typeahead (the suggestion popup and the :name: inline replacement) is disabled. When absent or true, it is enabled.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#emojicompletionenabled",
   "details": {
    "path": "emojiCompletionEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174350028,
     "length": 151,
     "sha256": "23b6afbfe7ac8572635983dfaca39895ab05a052e53fbc435803cc83a799c7a6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174349981,
     "length": 199,
     "sha256": "83662900021b31c05237aa8a7f616a9900d5a0767ec691523932451565b5059a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-show-clear-context-on-plan-accept",
   "title": "showClearContextOnPlanAccept",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "When true, the plan-approval dialog offers a \"clear context\" option. Defaults to false.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#showclearcontextonplanaccept",
   "details": {
    "path": "showClearContextOnPlanAccept",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174350480,
     "length": 89,
     "sha256": "5d2c2aa85cdb48631f4c73146949ddac627b00c38588f9ce4aa04dd8d6064ade",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174350427,
     "length": 143,
     "sha256": "1cd82fad62c5c3c62b26afbb81127b175851eb5aa640405f66935bd976086f73",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-ask-user-question-timeout",
   "title": "askUserQuestionTimeout",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Idle time before Claude's questions auto-continue with any answers selected so far. Defaults to never — auto-continue only runs when explicitly set to 60s/5m/10m.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#askuserquestiontimeout",
   "details": {
    "path": "askUserQuestionTimeout",
    "type": "\"60s\" | \"5m\" | \"10m\" | \"never\"",
    "values": [
     "60s",
     "5m",
     "10m",
     "never"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174350658,
     "length": 175,
     "sha256": "9dc180f2a6ddda62aa82519f2e153293c8bc4b3f94b17a5403e4f9089f96caa1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174350571,
     "length": 263,
     "sha256": "f1140db2de0254198681a121c61cc1752ce41954bb6b4c3f5d20f3d4dcc138d2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-dialog-expiry",
   "title": "dialogExpiry",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Max time a permission/user dialog forwarded to a remote client stays parked awaiting an answer, and how long a HELD cross-session message awaits approval, before either resolves to its safe no-action default (cancelled / dropped-with-denial). Defaults to 5m to match the long-standing remote-dialog deadline; \"never\" disables the deadline. Local-only permission prompts (no remote client) are unaffected. The CLAUDE_CODE_USER_DIALOG_TIMEOUT_MS env var, when set, overrides this. Read from trusted sources only (never a checked-in repo settings file).",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#dialogexpiry",
   "details": {
    "path": "dialogExpiry",
    "type": "\"60s\" | \"5m\" | \"10m\" | \"never\"",
    "values": [
     "60s",
     "5m",
     "10m",
     "never"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174350912,
     "length": 552,
     "sha256": "95ca1f19efb439d26c2abca734442fe214cca0a18f94487f9ad3db08b33099e2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174350835,
     "length": 630,
     "sha256": "683fb34777960d459cf98648ba9c1ac1c9c9ee7abb519dae750e8b429498f04f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-company-announcements",
   "title": "companyAnnouncements",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Company announcements to display at startup (one will be randomly selected if multiple are provided)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#companyannouncements",
   "details": {
    "path": "companyAnnouncements",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Company announcements to display at startup (one will be randomly selected if multiple are provided)"
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174352221,
     "length": 102,
     "sha256": "c4831eb3ff59bc0ffa78fe322127e2b845260d780f84c5d2ba7b9a185226c58c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174352173,
     "length": 151,
     "sha256": "a0feabc80d247960ddbd705c4c036a150e7a07a234c6c5de010e1bd2ad762728",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-tui",
   "title": "tui",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Terminal UI renderer. \"fullscreen\" uses the flicker-free alt-screen renderer with virtualized scrollback (equivalent to CLAUDE_CODE_NO_FLICKER=1). \"default\" uses the classic main-screen renderer.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#tui",
   "details": {
    "path": "tui",
    "type": "\"default\" | \"fullscreen\"",
    "values": [
     "default",
     "fullscreen"
    ],
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174353912,
     "length": 197,
     "sha256": "801d3f8a5f20b71e8e4901f3b3f04560a3fc98b2316ac15da9eb3bbf7743507c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174353860,
     "length": 250,
     "sha256": "c68b87009c1684997ce96a874769b774a2fe5e36ad57d7d5cc1344c87b64a645",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-voice",
   "title": "voice",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Voice mode settings (hold-to-talk / tap-to-toggle dictation)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#voice",
   "details": {
    "path": "voice",
    "type": "object {enabled, mode, autoSubmit}",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174354393,
     "length": 62,
     "sha256": "88ae2b41343434cf9b49b6b01d8dd7f6af16c913c401f6eb08dff4dc3317ffc7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174354117,
     "length": 339,
     "sha256": "46558584fc2c1ff9056c2f67937353b2d9192e5257bceb7ce44cab93ac861498",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-voice--enabled",
   "title": "voice.enabled",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#voice",
   "details": {
    "path": "voice.enabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "field in `voice` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174354126,
     "length": 22,
     "sha256": "1234856b67ecf17256e803b8f941b038a703ad6b452bf23c50a441b6a5f75e88",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-voice--mode",
   "title": "voice.mode",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "'hold' (default): hold to talk. 'tap': tap to start, tap to stop+submit.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#voice",
   "details": {
    "path": "voice.mode",
    "type": "\"hold\" | \"tap\"",
    "values": [
     "hold",
     "tap"
    ],
    "optional": true,
    "documentedVia": "field in `voice` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174354192,
     "length": 74,
     "sha256": "f41fea1350041cbd0385a81548278aa9dc50a33fc92554cdbcddf1a169e0e7e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174354149,
     "length": 118,
     "sha256": "25f65d966e4eca7e308a2e508262dae6e0094067267af69bf0173fe39e72fbf1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-voice--auto-submit",
   "title": "voice.autoSubmit",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Submit the prompt when hold-to-talk is released (hold mode only)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#voice",
   "details": {
    "path": "voice.autoSubmit",
    "type": "boolean",
    "optional": true,
    "documentedVia": "field in `voice` entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174354303,
     "length": 66,
     "sha256": "066760b5f4b130d53880dfd53a9c6d8fd1f34008896a1f08b90743172af97a9e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174354268,
     "length": 102,
     "sha256": "d3277f32547ebbf56fd1aac4c480db637979ebf3c995c78f565b8278f36175ca",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-prefers-reduced-motion",
   "title": "prefersReducedMotion",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Reduce or disable animations for accessibility (spinner shimmer, flash effects, etc.)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#prefersreducedmotion",
   "details": {
    "path": "prefersReducedMotion",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174355101,
     "length": 87,
     "sha256": "a590b58856e349bd7a890a140b71dc402135729cfb664b2aba8e12f8d25c88d5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174355056,
     "length": 133,
     "sha256": "78556f060b477a7f6dc397ff9edeed4c2f6ff6ed02fbd1df4c202376b79c536e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-time-format",
   "title": "timeFormat",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Clock format for times shown in the UI: \"auto\" (default, follows the locale), \"12-hour\", \"24-hour\", \"24-hour-utc\" (\"18:05Z\"), or a strftime pattern such as \"%H:%M\" (any value containing \"%\"; other values read as \"auto\"). A pattern replaces the time everywhere; message timestamps show only the pattern, so include %Y-%m-%d for the date. /config offers the presets; a pattern is set here.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#timeformat",
   "details": {
    "path": "timeFormat",
    "type": "\"auto\" | \"12-hour\" | \"24-hour\" | \"24-hour-utc\" | string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "union",
     "options": [
      {
       "type": "enum",
       "values": [
        "auto",
        "12-hour",
        "24-hour",
        "24-hour-utc"
       ]
      },
      {
       "type": "string"
      }
     ],
     "optional": true,
     "description": "Clock format for times shown in the UI: \"auto\" (default, follows the locale), \"12-hour\", \"24-hour\", \"24-hour-utc\" (\"18:05Z\"), or a strftime pattern such as \"%H:%M\" (any value containing \"%\"; other values read as \"auto\"). A pattern replaces the time everywhere; message timestamps show only the pattern, so include %Y-%m-%d for the date. /config offers the presets; a pattern is set here."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174355238,
     "length": 389,
     "sha256": "6ad5671c212e08f9e2f0ddbf6835175c64dc61124bf7a1de3705613e13f6241a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174355190,
     "length": 438,
     "sha256": "3165e664ac7877831c3e8e6ea57ab1477b49ba47dd5527732f415f11ff4c8881",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-time-zone",
   "title": "timeZone",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "IANA time zone for times shown in the UI, e.g. \"UTC\" or \"Europe/Dublin\". Default: the system time zone. An unknown name falls back to the system time zone.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#timezone",
   "details": {
    "path": "timeZone",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174355662,
     "length": 157,
     "sha256": "22e1c4d6d5a0eba721b5e1f62f0299ce37ef03e1d8420612902711591ec597d0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174355629,
     "length": 191,
     "sha256": "382e0bad6d517364a97f3ee83872a18c65b06892fb9de7e434139bbdc4ed132e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-theme",
   "title": "theme",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Color theme for the UI",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#theme",
   "details": {
    "path": "theme",
    "type": "\"auto\" | \"dark\" | \"light\" | \"light-daltonized\" | \"dark-daltonized\" | \"light-ansi\" | \"dark-ansi\" | string",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "union",
     "options": [
      {
       "type": "enum",
       "values": [
        "auto",
        "dark",
        "light",
        "light-daltonized",
        "dark-daltonized",
        "light-ansi",
        "dark-ansi"
       ]
      },
      {
       "type": "string",
       "constraints": {
        "startsWith": true
       }
      }
     ],
     "optional": true,
     "invalidDropped": true,
     "description": "Color theme for the UI"
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174361065,
     "length": 24,
     "sha256": "e9de4f4b9bfa481a6b98d5576793edd738a80f103a192ac4c410a69ab9d76a99",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174360968,
     "length": 122,
     "sha256": "c739348064aa5a8e1e9ca5de264d95c2247576808b4ddd9249652cb65beb6e88",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-editor-mode",
   "title": "editorMode",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Key binding mode for the prompt input",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#editormode",
   "details": {
    "path": "editorMode",
    "type": "\"normal\" | \"vim\"",
    "values": [
     "normal",
     "vim"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174361143,
     "length": 39,
     "sha256": "e6ed24266fd52fd3dbcfc1e39c8cc153f987fbbf280baeb761f371ee77adb7e1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174361091,
     "length": 92,
     "sha256": "9a448c55d0e6359c6ce069b5a5882e2ac0513ad0671d19f69e732a85c6a0674b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-keybinding-flavor",
   "title": "keybindingFlavor",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Deprecated: no longer has any effect. The prompt's word-editing keys always follow Bash (readline) conventions.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#keybindingflavor",
   "details": {
    "path": "keybindingFlavor",
    "type": "\"classic\" | \"readline\"",
    "values": [
     "classic",
     "readline"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174361261,
     "length": 113,
     "sha256": "42f925f264ef255d57b0851ad675b85b201ee63accb31ae5e5ef2d647d56c056",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174361184,
     "length": 191,
     "sha256": "00bbe70180a564e9419b6232cec16c51397fca82f20ca6c52521b541f79a437e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-vim-insert-mode-remaps",
   "title": "vimInsertModeRemaps",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Vim INSERT-mode key-sequence remaps, e.g. {\"jj\": \"<Esc>\"}. Each key is exactly two printable characters typed in sequence; \"<Esc>\" (return to NORMAL mode) is the only supported target. Applies when editorMode is \"vim\".",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#viminsertmoderemaps",
   "details": {
    "path": "vimInsertModeRemaps",
    "type": "record<string, any JSON value>",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "record",
     "keys": {
      "type": "string"
     },
     "values": {
      "type": "unknown"
     },
     "optional": true,
     "invalidDropped": true,
     "description": "Vim INSERT-mode key-sequence remaps, e.g. {\"jj\": \"<Esc>\"}. Each key is exactly two printable characters typed in sequence; \"<Esc>\" (return to NORMAL mode) is the only supported target. Applies when editorMode is \"vim\"."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174361443,
     "length": 220,
     "sha256": "3b86c736b6ddae7990f52a2a50feb5d997a00436b679b569759ae692b5ffc15d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174361376,
     "length": 288,
     "sha256": "bd4960a98f696cecc3a481c2146e9915a3ee27bcde04f20f979105ace29a3cca",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-verbose",
   "title": "verbose",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Show full tool output instead of truncated summaries",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#verbose",
   "details": {
    "path": "verbose",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174361697,
     "length": 54,
     "sha256": "855e32a56c345f35de99a42c3f793b7da7be6f6b6427e972f6815afb682b5cd9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174361665,
     "length": 87,
     "sha256": "5a46a6ba78d9067499174f8bf9c74dff89dd6eb572f7423122405221d4103ce1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-continue-at-usage-limit",
   "title": "autoContinueAtUsageLimit",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "When a claude.ai usage limit stops your session, wait for the limit to reset and continue the task automatically. When off, the limit dialog offers the wait as a choice instead.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#autocontinueatusagelimit",
   "details": {
    "path": "autoContinueAtUsageLimit",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174362348,
     "length": 179,
     "sha256": "9b2d2c0f17eac6cee753d870d571fad1f2a3b84877bbfdb7d38cc0105ffded42",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174362299,
     "length": 229,
     "sha256": "43a4d10cb766bc4762d445656f4cca2ff024e6ba362adda455499f19621daeb3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-scroll-enabled",
   "title": "autoScrollEnabled",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Auto-scroll the conversation view to bottom (fullscreen mode only)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#autoscrollenabled",
   "details": {
    "path": "autoScrollEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174362571,
     "length": 68,
     "sha256": "9b9385f0bb6609be2006c21be812651499ef2503c9dc1240f4d0ef8aeeddcc2d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174362529,
     "length": 111,
     "sha256": "2ffa069a227eb27d8ba3a7cfa6a407f666518bcc3d325d90720a8cb5993231a9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-wheel-scroll-acceleration-enabled",
   "title": "wheelScrollAccelerationEnabled",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Ramp mouse-wheel scroll speed during fast scrolls (fullscreen mode only)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#wheelscrollaccelerationenabled",
   "details": {
    "path": "wheelScrollAccelerationEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174362696,
     "length": 74,
     "sha256": "ac3a4cd6175b447a82fbe951721eb9c10d79c2a393fac8dbf351bcafa9f33381",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174362641,
     "length": 130,
     "sha256": "c68fdbbf02db80caf1e42a43ca61cc5655638815a55ec4978212ff6974154a67",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-show-turn-duration",
   "title": "showTurnDuration",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Show \"Cooked for Nm Ns\" after each assistant turn",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#showturnduration",
   "details": {
    "path": "showTurnDuration",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174362921,
     "length": 51,
     "sha256": "16b4adf03ef08e5e053c6e06ad03fadf73d17893998849bdaa0a16aca1d3fd1a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174362880,
     "length": 93,
     "sha256": "b1aecbd6738f557c4f5e0aa7283c171e40bd0dc8db917ed4853fae7ecacc03a2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-terminal-progress-bar-enabled",
   "title": "terminalProgressBarEnabled",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Emit OSC 9;4 progress sequences during long operations",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#terminalprogressbarenabled",
   "details": {
    "path": "terminalProgressBarEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174363115,
     "length": 56,
     "sha256": "5168489d55c6758843984e1d7dab5c3a81f312f85aeab49c3d6ecdd7681af0a3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174363064,
     "length": 108,
     "sha256": "0d5ef8baf5b0f854accf692390fa469f93dae52bf60727a820101b5ea6073b79",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-voice-enabled",
   "title": "voiceEnabled",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Enable voice mode (hold-to-talk dictation)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#voiceenabled",
   "details": {
    "path": "voiceEnabled",
    "type": "boolean",
    "optional": true,
    "featureModule": "voice",
    "buildGate": "enabled in this build (buildGate returns true)",
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276539,
     "length": 44,
     "sha256": "fd668fb77dec8b19b06c2f9c0163211b467aaed608bc723232c5ec211be32594",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276502,
     "length": 82,
     "sha256": "7d2996a270974324ca0c451dac391f5f5209ae4ac11987bbfa4b76b8ec328348",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276466,
     "length": 121,
     "sha256": "3f4a3a040c1d5f8703f6d7797db7c9e9975483d6caee92ec17e94c9542b4b44c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-ax-screen-reader",
   "title": "axScreenReader",
   "group": "Interface and terminal",
   "kind": "setting",
   "text": "Render screen-reader friendly output (flat text, no decorative borders or animations). Overridden by the CLAUDE_AX_SCREEN_READER env var and the --ax-screen-reader CLI flag.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#axscreenreader",
   "details": {
    "path": "axScreenReader",
    "type": "boolean",
    "optional": true,
    "featureModule": "screenReader",
    "buildGate": "enabled in this build (buildGate returns true)",
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276859,
     "length": 175,
     "sha256": "dc99d4a9180a3d7ee37331a8e07db95b11407c5d9b64e1d61f32996a7a4b01c6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276820,
     "length": 215,
     "sha256": "c1750737e0fe36c09aa11104493f3c0ac60ad611adb97375e104a47605a02099",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276777,
     "length": 261,
     "sha256": "1e5a03e0bd7823901807e1706f655a96bdf8a224d741903ba81632db69b6f947",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-attribution",
   "title": "attribution",
   "group": "Git and attribution",
   "kind": "setting",
   "text": "Customize attribution text for commits and PRs. Each field defaults to the standard Claude Code attribution if not set. Set to false to hide all attribution, the same as { \"commit\": \"\", \"pr\": \"\", \"sessionUrl\": false }. Setting it to true is the same as leaving it out. Older Claude Code versions reject true or false here, so use the object form in settings files shared across versions.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#attribution",
   "details": {
    "path": "attribution",
    "type": "object {commit, pr, sessionUrl}",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174314207,
     "length": 389,
     "sha256": "0236a5e6a17e788658c5acb24268201171f3118bc7b279f0dcd3a9b09c1215b9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174303851,
     "length": 470,
     "sha256": "14b97c5b671edd0216914a2101152ab56d5414c8623162ee8bd7eb6bf439a201",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-attribution--commit",
   "title": "attribution.commit",
   "group": "Git and attribution",
   "kind": "setting",
   "text": "Attribution text for git commits, including any trailers. Empty string hides attribution.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#attribution-commit",
   "details": {
    "path": "attribution.commit",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174303883,
     "length": 91,
     "sha256": "004d57fd2837f7e1cb41798c26f519c2778c32d9b7ccde439419c0b98badb53c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174303852,
     "length": 123,
     "sha256": "41550e1035484f4cf94de1ac13b4568150004ff5b2d353ca4e0b69dbee195c94",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-attribution--pr",
   "title": "attribution.pr",
   "group": "Git and attribution",
   "kind": "setting",
   "text": "Attribution text for pull request descriptions. Empty string hides attribution.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#attribution-pr",
   "details": {
    "path": "attribution.pr",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304003,
     "length": 81,
     "sha256": "1750fa5a970c80cb9ecce008fad834b095716e4a15d2c73bf5a71e6c71456468",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174303976,
     "length": 109,
     "sha256": "0d3562b8c29d12cbcb7e760baf6e55f12a894463ae61ec4cc3ea9cb0a4ab4972",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-attribution--session-url",
   "title": "attribution.sessionUrl",
   "group": "Git and attribution",
   "kind": "setting",
   "text": "Whether to append the claude.ai session link to commits and PRs created from web or Remote Control sessions (default: true). Set to false to omit the Claude-Session trailer and PR-body link.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#attribution-sessionurl",
   "details": {
    "path": "attribution.sessionUrl",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304121,
     "length": 192,
     "sha256": "eb104f4cbeabb12205c9cccd6fae5f23fce5254d0b33af048efa2542a55e5058",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304086,
     "length": 228,
     "sha256": "3524ee7ceaa5812f1fef9ba51664e44b0e245ec9ea07ebb5f010c28521847a93",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-include-co-authored-by",
   "title": "includeCoAuthoredBy",
   "group": "Git and attribution",
   "kind": "setting",
   "text": "Deprecated: Use attribution instead. Whether to include Claude's co-authored by attribution in commits and PRs (defaults to true)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#includecoauthoredby",
   "details": {
    "path": "includeCoAuthoredBy",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174314642,
     "length": 131,
     "sha256": "b320c81a7ff6b4cbde88a0665e9341d626877b8ffd15b4cf727d53fc33d90474",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174314598,
     "length": 176,
     "sha256": "2153bb8cfc173d35dc36a895b254b2a77bc6b0f19bc62ca82027e9e09b84bd18",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-include-git-instructions",
   "title": "includeGitInstructions",
   "group": "Git and attribution",
   "kind": "setting",
   "text": "Include built-in commit and PR workflow instructions in Claude's system prompt (default: true)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#includegitinstructions",
   "details": {
    "path": "includeGitInstructions",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174314834,
     "length": 96,
     "sha256": "2c4427c26e5553c5a150c7f2e198c7a9f932cec3107d48615f1cf9953ef1953e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174314787,
     "length": 144,
     "sha256": "929e7c957ea2be6d4aa6417edeb871c6da9815f0cad8408d9519b61b09e04a45",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-pr-url-template",
   "title": "prUrlTemplate",
   "group": "Git and attribution",
   "kind": "setting",
   "text": "URL template for PR links in the footer link badges and inline messages. The detected git PR is rendered as the first footer-link badge. Placeholders: {host} {owner} {repo} {number} {url}. Example: \"https://reviews.example.com/{owner}/{repo}/pull/{number}\"",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#prurltemplate",
   "details": {
    "path": "prUrlTemplate",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174331411,
     "length": 258,
     "sha256": "29f92b5d2b550f3eb94f8dc32549add37f1a24beb5cc1f9ea745e6c99678d862",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174331373,
     "length": 297,
     "sha256": "1a971c12234aaac2c1763a8ddef4826913d4050bc8a3a84a9c9279d733ad57f7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-hooks",
   "title": "hooks",
   "group": "Hooks and automation",
   "kind": "setting",
   "text": "Custom commands to run before/after tool executions",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#hooks",
   "details": {
    "path": "hooks",
    "type": "record<\"PreToolUse\" | \"PostToolUse\" | \"PostToolUseFailure\" | \"PostToolBatch\" | \"Notification\" | \"UserPromptSubmit\" | \"UserPromptExpansion\" | \"SessionStart\" | \"SessionEnd\" | \"Stop\" | \"StopFailure\" | \"SubagentStart\" | \"SubagentStop\" | \"PreCompact\" | \"PostCompact\" | \"PreModelSwitch\" | \"PostModelSwitch\" | \"PermissionRequest\" | \"PermissionDenied\" | \"Setup\" | \"TeammateIdle\" | \"TaskCreated\" | \"TaskCompleted\" | \"Elicitation\" | \"ElicitationResult\" | \"ConfigChange\" | \"WorktreeCreate\" | \"WorktreeRemove\" | \"InstructionsLoaded\" | \"CwdChanged\" | \"FileChanged\" | \"DirectoryAdded\" | \"MessageDisplay\", array of object>",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "record",
     "keys": {
      "type": "enum",
      "values": [
       "PreToolUse",
       "PostToolUse",
       "PostToolUseFailure",
       "PostToolBatch",
       "Notification",
       "UserPromptSubmit",
       "UserPromptExpansion",
       "SessionStart",
       "SessionEnd",
       "Stop",
       "StopFailure",
       "SubagentStart",
       "SubagentStop",
       "PreCompact",
       "PostCompact",
       "PreModelSwitch",
       "PostModelSwitch",
       "PermissionRequest",
       "PermissionDenied",
       "Setup",
       "TeammateIdle",
       "TaskCreated",
       "TaskCompleted",
       "Elicitation",
       "ElicitationResult",
       "ConfigChange",
       "WorktreeCreate",
       "WorktreeRemove",
       "InstructionsLoaded",
       "CwdChanged",
       "FileChanged",
       "DirectoryAdded",
       "MessageDisplay"
      ]
     },
     "values": {
      "type": "array",
      "items": {
       "type": "object",
       "properties": {
        "matcher": {
         "type": "string",
         "optional": true,
         "description": "String pattern to match (e.g. tool names like \"Write\")"
        },
        "hooks": {
         "type": "array",
         "items": {
          "type": "union",
          "discriminator": "type",
          "options": [
           {
            "type": "object",
            "properties": {
             "type": {
              "type": "literal",
              "value": "command",
              "description": "Shell command hook type"
             },
             "command": {
              "type": "string",
              "description": "Shell command to execute"
             },
             "args": {
              "type": "array",
              "items": {
               "type": "string"
              },
              "optional": true,
              "description": "Argument list for exec form. When present, `command` is resolved as an executable and spawned directly with these arguments — no shell. Path placeholders like ${CLAUDE_PLUGIN_ROOT} are substituted per-element as plain strings, so paths with quotes, $, or backticks never reach a shell parser. When absent, `command` runs through a shell (bash on POSIX, PowerShell on Windows without Git Bash)."
             },
             "if": {
              "type": "string",
              "optional": true,
              "description": "Permission rule syntax to filter when this hook runs (e.g., \"Bash(git *)\"). Only runs if the tool call matches the pattern. Avoids spawning hooks for non-matching commands."
             },
             "shell": {
              "type": "enum",
              "values": [
               "bash",
               "powershell"
              ],
              "optional": true,
              "description": "Shell interpreter. 'bash' uses your $SHELL (bash/zsh/sh); 'powershell' uses pwsh. Defaults to bash (powershell on Windows without Git Bash)."
             },
             "timeout": {
              "type": "number",
              "constraints": {
               "positive": true
              },
              "optional": true,
              "description": "Timeout in seconds for this specific command"
             },
             "statusMessage": {
              "type": "string",
              "optional": true,
              "description": "Custom status message to display in spinner while hook runs"
             },
             "once": {
              "type": "boolean",
              "optional": true,
              "description": "If true, hook runs once and is removed after execution"
             },
             "async": {
              "type": "boolean",
              "optional": true,
              "description": "If true, hook runs in background without blocking"
             },
             "asyncRewake": {
              "type": "boolean",
              "optional": true,
              "description": "If true, hook runs in background and wakes the model on exit code 2 (blocking error). Implies async."
             },
             "rewakeMessage": {
              "type": "string",
              "constraints": {
               "min": 1
              },
              "optional": true,
              "description": "@internal Custom prefix for the system-reminder shown to the model when an asyncRewake hook exits with code 2. The hook output is appended after this prefix."
             },
             "rewakeSummary": {
              "type": "string",
              "constraints": {
               "min": 1
              },
              "optional": true,
              "description": "@internal One-line summary shown to the user in the terminal when an asyncRewake hook exits with code 2. Defaults to \"Stop hook feedback\"."
             },
             "cloud": {
              "type": "enum",
              "values": [
               "device",
               "skip"
              ],
              "optional": true,
              "invalidDropped": true,
              "description": "@internal Where this hook may run when a cloud session is driven from this machine. 'device': offer it to the cloud session and run it here even when its script sits where the cloud session can write on this machine or cannot be pinned — the author accepts that the session may have changed files this hook executes. 'skip': never offer it to cloud sessions. Omit for the default: a command hook whose script could be read and pinned and lies outside everything the cloud session can write here is offered; other command hooks are not. Applies to this entry only: the same hook written in another settings scope keeps its own setting. An unrecognised value reads as 'skip' (the file still loads; the hook stays on this machine)."
             }
            }
           },
           {
            "type": "object",
            "properties": {
             "type": {
              "type": "literal",
              "value": "prompt",
              "description": "LLM prompt hook type"
             },
             "prompt": {
              "type": "string",
              "description": "Prompt to evaluate with LLM. Use $ARGUMENTS placeholder for hook input JSON."
             },
             "if": {
              "type": "string",
              "optional": true,
              "description": "Permission rule syntax to filter when this hook runs (e.g., \"Bash(git *)\"). Only runs if the tool call matches the pattern. Avoids spawning hooks for non-matching commands."
             },
             "timeout": {
              "type": "number",
              "constraints": {
               "positive": true
              },
              "optional": true,
              "description": "Timeout in seconds for this specific prompt evaluation"
             },
             "model": {
              "type": "string",
              "optional": true,
              "description": "Model to use for this prompt hook (e.g., \"claude-sonnet-5\"). If not specified, uses the default small fast model."
             },
             "continueOnBlock": {
              "type": "boolean",
              "optional": true,
              "description": "Sets the continue value for the decision:\"block\" produced when ok is false. Default false (turn ends). Whether continue:true lets the turn proceed depends on the event's decision:\"block\" semantics. On PostToolUse, the reason is fed back to Claude and the turn continues."
             },
             "statusMessage": {
              "type": "string",
              "optional": true,
              "description": "Custom status message to display in spinner while hook runs"
             },
             "once": {
              "type": "boolean",
              "optional": true,
              "description": "If true, hook runs once and is removed after execution"
             }
            }
           },
           {
            "type": "object",
            "properties": {
             "type": {
              "type": "literal",
              "value": "agent",
              "description": "Agentic verifier hook type"
             },
             "prompt": {
              "type": "string",
              "description": "Prompt describing what to verify (e.g. \"Verify that unit tests ran and passed.\"). Use $ARGUMENTS placeholder for hook input JSON."
             },
             "if": {
              "type": "string",
              "optional": true,
              "description": "Permission rule syntax to filter when this hook runs (e.g., \"Bash(git *)\"). Only runs if the tool call matches the pattern. Avoids spawning hooks for non-matching commands."
             },
             "timeout": {
              "type": "number",
              "constraints": {
               "positive": true
              },
              "optional": true,
              "description": "Timeout in seconds for agent execution (default 60)"
             },
             "model": {
              "type": "string",
              "optional": true,
              "description": "Model to use for this agent hook (e.g., \"claude-sonnet-5\"). If not specified, uses Haiku."
             },
             "statusMessage": {
              "type": "string",
              "optional": true,
              "description": "Custom status message to display in spinner while hook runs"
             },
             "once": {
              "type": "boolean",
              "optional": true,
              "description": "If true, hook runs once and is removed after execution"
             }
            }
           },
           {
            "type": "object",
            "properties": {
             "type": {
              "type": "literal",
              "value": "http",
              "description": "HTTP hook type"
             },
             "url": {
              "type": "string",
              "constraints": {
               "url": true
              },
              "description": "URL to POST the hook input JSON to"
             },
             "if": {
              "type": "string",
              "optional": true,
              "description": "Permission rule syntax to filter when this hook runs (e.g., \"Bash(git *)\"). Only runs if the tool call matches the pattern. Avoids spawning hooks for non-matching commands."
             },
             "timeout": {
              "type": "number",
              "constraints": {
               "positive": true
              },
              "optional": true,
              "description": "Timeout in seconds for this specific request"
             },
             "headers": {
              "type": "record",
              "keys": {
               "type": "string"
              },
              "values": {
               "type": "string"
              },
              "optional": true,
              "description": "Additional headers to include in the request. Values may reference environment variables using $VAR_NAME or ${VAR_NAME} syntax (e.g., \"Authorization\": \"Bearer $MY_TOKEN\"). Only variables listed in allowedEnvVars will be interpolated."
             },
             "allowedEnvVars": {
              "type": "array",
              "items": {
               "type": "string"
              },
              "optional": true,
              "description": "Explicit list of environment variable names that may be interpolated in header values. Only variables listed here will be resolved; all other $VAR references are left as empty strings. Required for env var interpolation to work."
             },
             "statusMessage": {
              "type": "string",
              "optional": true,
              "description": "Custom status message to display in spinner while hook runs"
             },
             "once": {
              "type": "boolean",
              "optional": true,
              "description": "If true, hook runs once and is removed after execution"
             },
             "cloud": {
              "type": "enum",
              "values": [
               "device",
               "skip"
              ],
              "optional": true,
              "invalidDropped": true,
              "description": "@internal Where this hook may run when a cloud session is driven from this machine. 'skip': never offer it to cloud sessions; 'device' or omitted: offered (an HTTP hook has no script to pin). Applies to this entry only. An unrecognised value reads as 'skip' (the file still loads)."
             }
            }
           },
           {
            "type": "object",
            "properties": {
             "type": {
              "type": "literal",
              "value": "mcp_tool",
              "description": "MCP tool hook type"
             },
             "server": {
              "type": "string",
              "description": "Name of an already-configured MCP server to invoke"
             },
             "tool": {
              "type": "string",
              "description": "Name of the tool on that server to call"
             },
             "input": {
              "type": "record",
              "keys": {
               "type": "string"
              },
              "values": {
               "type": "unknown"
              },
              "optional": true,
              "description": "Arguments passed to the MCP tool. String values support ${path} interpolation from the hook input JSON (e.g. \"${tool_input.file_path}\")."
             },
             "if": {
              "type": "string",
              "optional": true,
              "description": "Permission rule syntax to filter when this hook runs (e.g., \"Bash(git *)\"). Only runs if the tool call matches the pattern. Avoids spawning hooks for non-matching commands."
             },
             "timeout": {
              "type": "number",
              "constraints": {
               "positive": true
              },
              "optional": true,
              "description": "Timeout in seconds for this specific tool call"
             },
             "statusMessage": {
              "type": "string",
              "optional": true,
              "description": "Custom status message to display in spinner while hook runs"
             },
             "once": {
              "type": "boolean",
              "optional": true,
              "description": "If true, hook runs once and is removed after execution"
             }
            }
           }
          ]
         },
         "description": "List of hooks to execute when the matcher matches"
        }
       }
      }
     },
     "optional": true,
     "description": "Custom commands to run before/after tool executions"
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174322036,
     "length": 53,
     "sha256": "458efeab7514f84ffe0baf5157e26f20f0c586a6f33cda76584fe8e27ad00688",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174322008,
     "length": 82,
     "sha256": "6e84644be67f11339309191e308911509c2510c85761e049a765faad1379e261",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-disable-all-hooks",
   "title": "disableAllHooks",
   "group": "Hooks and automation",
   "kind": "setting",
   "text": "Disable all hooks and statusLine execution: the hooks defined in settings files and by installed plugins. Features built into Claude Code are not hooks in this sense and keep working; each has its own switch.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#disableallhooks",
   "details": {
    "path": "disableAllHooks",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174323863,
     "length": 210,
     "sha256": "207a00150c7cc2645647ccd26b06293dce1201a9f370c51462068dfcb0989389",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174323823,
     "length": 251,
     "sha256": "6ece6a94c1fde2cb9a9f49999f891e4ab2b5536f90fd5329d92dafd0441137df",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-disable-workflows",
   "title": "disableWorkflows",
   "group": "Hooks and automation",
   "kind": "setting",
   "text": "Disable the Workflows feature (also via CLAUDE_CODE_DISABLE_WORKFLOWS).",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#disableworkflows",
   "details": {
    "path": "disableWorkflows",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174324539,
     "length": 73,
     "sha256": "7d602d4eb4ec5dea7cfd3bdca5d15ee3de8efe09e78e017fb111b5c99002f97d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174324498,
     "length": 115,
     "sha256": "71c4f31a98159b0482ccc6a421bf44ce5d5c37af4cb737ca26a52be62b3a4c19",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-enable-workflows",
   "title": "enableWorkflows",
   "group": "Hooks and automation",
   "kind": "setting",
   "text": "Enable or disable the Workflows feature for this user. Unset = default by plan once the feature is available.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#enableworkflows",
   "details": {
    "path": "enableWorkflows",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174325043,
     "length": 111,
     "sha256": "92c09f0c5014e2cd41edc5a2fc79c02dc61d59469e374b950e83c9a69815857d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174325003,
     "length": 152,
     "sha256": "b5bb851fb456dcb17131622b69761e6e835d9895cba81070e925b92396971138",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-workflow-size-guideline",
   "title": "workflowSizeGuideline",
   "group": "Hooks and automation",
   "kind": "setting",
   "text": "Advisory size guideline for the dynamic workflows Claude writes: \"small\" aims for fewer than 5 agents, \"medium\" fewer than 10, \"large\" fewer than 50, and \"unrestricted\" sends no guideline. Unset defaults to \"medium\", or \"small\" on Pro plans. A value here — including from managed settings — takes precedence over the \"Dynamic workflow size\" choice in /config, and that /config row is hidden while a settings file provides the key. This is a guideline, not an enforced limit.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#workflowsizeguideline",
   "details": {
    "path": "workflowSizeGuideline",
    "type": "\"unrestricted\" | \"small\" | \"medium\" | \"large\"",
    "values": [
     "unrestricted",
     "small",
     "medium",
     "large"
    ],
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174325243,
     "length": 486,
     "sha256": "c982fbcb9148d97c3b4186251a00727d70ea93500f2850c49b226311f9d4ee54",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174325156,
     "length": 574,
     "sha256": "12f94416c419b34ca9300c66fa43aef11fa62cdaf423d6a2895ae8d92cce3f2a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-workflow-keyword-trigger-enabled",
   "title": "workflowKeywordTriggerEnabled",
   "group": "Hooks and automation",
   "kind": "setting",
   "text": "Enable the \"ultracode\" keyword trigger: including the keyword in a prompt opts that turn into the Workflow tool. Set to false to disable the trigger. Default: true.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#workflowkeywordtriggerenabled",
   "details": {
    "path": "workflowKeywordTriggerEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174325785,
     "length": 166,
     "sha256": "12c334154d5f755a9e3c6270fc83a7ff1cb94464cddc91b2b45c88169a3b9fc5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174325731,
     "length": 221,
     "sha256": "ab6cbbb29171592f2a4e22258424081a1c99c92a9a71aa4725c9d1c7dd22cb62",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-allow-managed-hooks-only",
   "title": "allowManagedHooksOnly",
   "group": "Hooks and automation",
   "kind": "setting",
   "text": "When true (and set in managed settings), only hooks from managed settings and from plugins that managed settings enable run. User, project, and local hooks and the hooks of plugins the user installed are ignored. Features built into Claude Code are not hooks in this sense and keep working.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#allowmanagedhooksonly",
   "details": {
    "path": "allowManagedHooksOnly",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174327564,
     "length": 292,
     "sha256": "1c878bc15f98b4af9f92327b4b0cce3e6fcdc2e622a8c734083de4827c2e6487",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174327518,
     "length": 339,
     "sha256": "f4bd850104e0356f2fbdc5b54f53ab14d747f7f8c8dc8d38ac4139582166a0ee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-allowed-http-hook-urls",
   "title": "allowedHttpHookUrls",
   "group": "Hooks and automation",
   "kind": "setting",
   "text": "Allowlist of URL patterns that HTTP hooks may target. Supports * as a wildcard (e.g. \"https://hooks.example.com/*\"). When set, HTTP hooks with non-matching URLs are blocked. If undefined, all URLs are allowed. If empty array, no HTTP hooks are allowed. Arrays merge across settings sources (same semantics as allowedMcpServers).",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#allowedhttphookurls",
   "details": {
    "path": "allowedHttpHookUrls",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Allowlist of URL patterns that HTTP hooks may target. Supports * as a wildcard (e.g. \"https://hooks.example.com/*\"). When set, HTTP hooks with non-matching URLs are blocked. If undefined, all URLs are allowed. If empty array, no HTTP hooks are allowed. Arrays merge across settings sources (same semantics as allowedMcpServers)."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174327905,
     "length": 330,
     "sha256": "0ed874ec267f08156edd5e726aef99e6d6c41f8b92b9ba06f5dc1c42e36d5e48",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174327858,
     "length": 378,
     "sha256": "a7497c809d201923021f32e5bf41391ffc700b3264785724ab6db6e68c41ee62",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-http-hook-allowed-env-vars",
   "title": "httpHookAllowedEnvVars",
   "group": "Hooks and automation",
   "kind": "setting",
   "text": "Allowlist of environment variable names HTTP hooks may interpolate into headers. When set, each hook's effective allowedEnvVars is the intersection with this list. If undefined, no restriction is applied. Arrays merge across settings sources (same semantics as allowedMcpServers).",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#httphookallowedenvvars",
   "details": {
    "path": "httpHookAllowedEnvVars",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Allowlist of environment variable names HTTP hooks may interpolate into headers. When set, each hook's effective allowedEnvVars is the intersection with this list. If undefined, no restriction is applied. Arrays merge across settings sources (same semantics as allowedMcpServers)."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174328287,
     "length": 282,
     "sha256": "61ea20ab539a3df5d7666f7ccbc0918cfb1983d28b1c9b3a5cf469b2fb01b633",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174328237,
     "length": 333,
     "sha256": "1d5a230423ed078282f9683f1cf82743cbb9659bf1a8f9c3e906545c3fec11c5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sync-claude-ai-skills",
   "title": "syncClaudeAiSkills",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Set to false to turn off syncing of the skills you have enabled on claude.ai. In your user settings (or managed settings): nothing more is downloaded, previously synced skills (~/.claude/skills/synced) can no longer be run, are hidden from every session started afterwards, and are moved to ~/.claude/skills/.trash at the next launch (deleted after cleanupPeriodDays; re-downloaded, not restored, if you re-enable). In .claude/settings.local.json or --settings: downloads stop and synced skills are blocked and hidden for sessions in that workspace or invocation only (nothing is moved). Not read from project settings (.claude/settings.json). Only false is honored — the feature is enabled server-side for your account, so setting true does not turn it on early. While it is on, synced skills are available in every session, re-synced every 10 minutes, and removed when you disable them on claude.ai. Only applies when signed in with your Claude account.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#syncclaudeaiskills",
   "details": {
    "path": "syncClaudeAiSkills",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174310469,
     "length": 962,
     "sha256": "6a8ea0f49845fa01e53616525bb3bca3797a03602707a315c9b24cb25aa9a87a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174310426,
     "length": 1006,
     "sha256": "ca0612a4b0d648eac2247dc804ed7969d7f512d0802426a32a39339aea42c80e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-sync-claude-ai-plugins",
   "title": "syncClaudeAiPlugins",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Set to false to turn off syncing of the plugins you have enabled on claude.ai. In your user settings (or managed settings): nothing more is downloaded, previously synced plugins (~/.claude/plugins/synced) are hidden from every session started afterwards and moved to ~/.claude/plugins/.trash at the next launch (deleted after cleanupPeriodDays; re-downloaded, not restored, if you re-enable). In .claude/settings.local.json or --settings: downloads stop and synced plugins are hidden for sessions in that workspace or invocation only (nothing is moved). Not read from project settings (.claude/settings.json). Only false is honored — the feature is enabled server-side for your account, so setting true does not turn it on early. While it is on, synced plugins load in every session like plugins you installed yourself (a plugin you installed with the same name takes precedence), are re-synced at each launch, and are removed when you disable them on claude.ai. Only applies when signed in with your Claude account.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#syncclaudeaiplugins",
   "details": {
    "path": "syncClaudeAiPlugins",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174311477,
     "length": 1023,
     "sha256": "6b1c37ec1df5996644aaf232b83fd2683b6c2e954053cfc64227b90b9c54d457",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174311433,
     "length": 1068,
     "sha256": "2c9301d66fbeb4440ee27ec00caa51eec5a4a9ab3e8715aafe1fdf6ecc8231b9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-skill-overrides",
   "title": "skillOverrides",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Per-skill listing overrides keyed by skill name. \"name-only\" lists the skill without its description; \"user-invocable-only\" hides it from the model but keeps /name; \"off\" hides it from both. Absent = on.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#skilloverrides",
   "details": {
    "path": "skillOverrides",
    "type": "record<string, \"on\" | \"name-only\" | \"user-invocable-only\" | \"off\">",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "record",
     "keys": {
      "type": "string"
     },
     "values": {
      "type": "enum",
      "values": [
       "on",
       "name-only",
       "user-invocable-only",
       "off"
      ]
     },
     "optional": true,
     "description": "Per-skill listing overrides keyed by skill name. \"name-only\" lists the skill without its description; \"user-invocable-only\" hides it from the model but keeps /name; \"off\" hides it from both. Absent = on."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174319814,
     "length": 205,
     "sha256": "ed922b4c0df7144d1ffec5bfbac39459cc1f2651e6c349f4d87d07b7e87cf148",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174319721,
     "length": 299,
     "sha256": "fe897f00a390c20109b790544465dc07521dcea51239cb74eb4994e7d80e3594",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-disable-bundled-skills",
   "title": "disableBundledSkills",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Disable the skills and workflows that ship with Claude Code: bundled skills and workflows are removed entirely; built-in slash commands stay typable but are hidden from the model. Plugins, .claude/skills/, and .claude/commands/ are unaffected. Equivalent to CLAUDE_CODE_DISABLE_BUNDLED_SKILLS=1.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#disablebundledskills",
   "details": {
    "path": "disableBundledSkills",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174320066,
     "length": 297,
     "sha256": "141a4963c55b452ebfa02ec4a7da26f0ffc7f5f72944cbcad3c9e473ae41d1a2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174320021,
     "length": 343,
     "sha256": "0ddf58d61836d6e1bb2b3a727294788bfb94e0dd5a5dd4456d95f28fbf395878",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-disable-skill-shell-execution",
   "title": "disableSkillShellExecution",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Disable inline shell execution in skills and custom slash commands from user, project, or plugin sources. Commands are replaced with a placeholder instead of being run.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#disableskillshellexecution",
   "details": {
    "path": "disableSkillShellExecution",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174326004,
     "length": 170,
     "sha256": "0e295b2ed297c06f0c499f9d46757f53ca1caab42df3a0a98949030564083cda",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174325953,
     "length": 222,
     "sha256": "54006a3c05a15fa0e3ceec03a04a0c744da36a2e7228235955fc49036e097aef",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-strict-plugin-only-customization",
   "title": "strictPluginOnlyCustomization",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "When set in managed settings, blocks non-plugin customization sources for the listed surfaces. Array form locks specific surfaces (e.g. [\"skills\", \"hooks\"]); `true` locks all four; `false` is an explicit no-op. Blocked: ~/.claude/{surface}/, .claude/{surface}/ (project), settings.json hooks, .mcp.json. NOT blocked: managed (policySettings) sources, plugin-provided customizations. Composes with strictKnownMarketplaces for end-to-end admin control — plugins gated by marketplace allowlist, everything else blocked here.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#strictpluginonlycustomization",
   "details": {
    "path": "strictPluginOnlyCustomization",
    "type": "boolean | array of \"skills\" | \"agents\" | \"hooks\" | \"mcp\"",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "union",
     "options": [
      {
       "type": "boolean"
      },
      {
       "type": "array",
       "items": {
        "type": "enum",
        "values": [
         "skills",
         "agents",
         "hooks",
         "mcp"
        ]
       }
      }
     ],
     "optional": true,
     "invalidDropped": true,
     "description": "When set in managed settings, blocks non-plugin customization sources for the listed surfaces. Array form locks specific surfaces (e.g. [\"skills\", \"hooks\"]); `true` locks all four; `false` is an explicit no-op. Blocked: ~/.claude/{surface}/, .claude/{surface}/ (project), settings.json hooks, .mcp.json. NOT blocked: managed (policySettings) sources, plugin-provided customizations. Composes with strictKnownMarketplaces for end-to-end admin control — plugins gated by marketplace allowlist, everything else blocked here."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174330366,
     "length": 534,
     "sha256": "4bc26ecdf54a21e2178bc79792426b80a72718a1f633f724970f4b6317ca0b05",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174330297,
     "length": 604,
     "sha256": "dfb1b1909743a6d6c0a0556922b6f0f66a31dd1aac877617edf6934c4d571d24",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-enabled-plugins",
   "title": "enabledPlugins",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Enabled plugins using plugin-id@marketplace-id format. Example: { \"formatter@anthropic-tools\": true }. Also supports extended format with version constraints. Settings precedence is user < project < local < flag < policy, so to disable a plugin that project settings enable, set it to false in .claude/settings.local.json — setting false in ~/.claude/settings.json is overridden by the project.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#enabledplugins",
   "details": {
    "path": "enabledPlugins",
    "type": "record<string, array of string | boolean | undefined>",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "record",
     "keys": {
      "type": "string"
     },
     "values": {
      "type": "union",
      "options": [
       {
        "type": "array",
        "items": {
         "type": "string"
        }
       },
       {
        "type": "boolean"
       },
       {
        "type": "undefined"
       }
      ]
     },
     "optional": true,
     "description": "Enabled plugins using plugin-id@marketplace-id format. Example: { \"formatter@anthropic-tools\": true }. Also supports extended format with version constraints. Settings precedence is user < project < local < flag < policy, so to disable a plugin that project settings enable, set it to false in .claude/settings.local.json — setting false in ~/.claude/settings.json is overridden by the project."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174332418,
     "length": 401,
     "sha256": "5018add9c205f60ef6cb5a2f76beb0efe2f4acf01a48a5a51286a18d41f330ee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174332352,
     "length": 468,
     "sha256": "f8f2befbee776af08aa2cec9c13860b87ac0ce49584509c155571a63c11d7b27",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-extra-known-marketplaces",
   "title": "extraKnownMarketplaces",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Additional marketplaces to make available for this repository. Typically used in repository .claude/settings.json to ensure team members have required plugin sources.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#extraknownmarketplaces",
   "details": {
    "path": "extraKnownMarketplaces",
    "type": "record<string, object {source, installLocation, autoUpdate}>",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "record",
     "keys": {
      "type": "string"
     },
     "values": {
      "type": "object",
      "properties": {
       "source": {
        "type": "union",
        "discriminator": "source",
        "options": [
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "url"
           },
           "url": {
            "type": "string",
            "constraints": {
             "url": true
            },
            "description": "Direct URL to marketplace.json file"
           },
           "headers": {
            "type": "record",
            "keys": {
             "type": "string"
            },
            "values": {
             "type": "string"
            },
            "optional": true,
            "description": "Custom HTTP headers (e.g., for authentication)"
           },
           "headersHelper": {
            "type": "string",
            "constraints": {
             "max": 500
            },
            "optional": true,
            "description": "Command that prints a JSON object of HTTP headers (e.g. a short-lived auth token). Its output overrides `headers` and, like `headers`, is inherited by same-origin archive downloads from this marketplace. Runs from a fixed directory (the Claude config home, never the session's), so give a bare command found via PATH or an absolute path; it is re-run on later refreshes of this marketplace."
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "github"
           },
           "repo": {
            "type": "string",
            "description": "GitHub repository in owner/repo format. ONLY in the managed-settings policy lists (strictKnownMarketplaces / blockedMarketplaces) the owner-wildcard form \"owner/*\" matches every repository under exactly that owner. Everywhere else (marketplace add, extraKnownMarketplaces, known_marketplaces.json) the value must name a single repository — a wildcard is taken literally and fails to clone."
           },
           "ref": {
            "type": "string",
            "optional": true,
            "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
           },
           "path": {
            "type": "string",
            "optional": true,
            "description": "Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"
           },
           "sparsePaths": {
            "type": "array",
            "items": {
             "type": "string"
            },
            "optional": true,
            "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
           },
           "skipLfs": {
            "type": "boolean",
            "optional": true,
            "description": "Has no effect; accepted so existing settings keep working. Claude Code's own git never downloads Git LFS content: LFS-tracked files in the marketplace repository are checked out as pointer files whether or not this is set, and adding or updating the marketplace says how many were. To fetch their content, run `git lfs pull` in the marketplace's checkout under ~/.claude/plugins/marketplaces/."
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "git"
           },
           "url": {
            "type": "string",
            "description": "Full git repository URL"
           },
           "ref": {
            "type": "string",
            "optional": true,
            "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
           },
           "path": {
            "type": "string",
            "optional": true,
            "description": "Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"
           },
           "sparsePaths": {
            "type": "array",
            "items": {
             "type": "string"
            },
            "optional": true,
            "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
           },
           "skipLfs": {
            "type": "boolean",
            "optional": true,
            "description": "Has no effect; accepted so existing settings keep working. Claude Code's own git never downloads Git LFS content: LFS-tracked files in the marketplace repository are checked out as pointer files whether or not this is set, and adding or updating the marketplace says how many were. To fetch their content, run `git lfs pull` in the marketplace's checkout under ~/.claude/plugins/marketplaces/."
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "npm"
           },
           "package": {
            "type": "union",
            "options": [
             {
              "type": "string"
             },
             {
              "type": "string",
              "constraints": {
               "regex": true
              }
             }
            ],
            "description": "npm package containing marketplace.json (e.g. \"@acme/claude-marketplace\"). In strictKnownMarketplaces / blockedMarketplaces an entry also governs plugins installed straight from the npm marketplace (`<package>@npm`): an exact package name matches that package, and \"@acme/*\" matches every package under the scope."
           },
           "version": {
            "type": "string",
            "optional": true,
            "description": "Version or range to fetch (e.g. \"1.4.0\", \"^1.4\"); defaults to the latest dist-tag"
           },
           "registry": {
            "type": "string",
            "constraints": {
             "url": true
            },
            "optional": true,
            "description": "Registry URL. When adding a marketplace: a one-off registry override (otherwise your npm configuration decides). In a policy entry: the origin and path prefix the package's RESOLVED tarball URL must fall under (e.g. \"https://npm.example.com/api/npm/internal/\")."
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "file"
           },
           "path": {
            "type": "string",
            "description": "Local file path to marketplace.json"
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "directory"
           },
           "path": {
            "type": "string",
            "description": "Local directory containing .claude-plugin/marketplace.json"
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "skills-dir"
           }
          },
          "description": "Policy-list sentinel for the ~/.claude/skills/ auto-load (@skills-dir plugins). In strictKnownMarketplaces: opt the scan back IN (by default any allowlist blocks it). In blockedMarketplaces: turn the scan OFF without otherwise restricting marketplaces. Only meaningful in those two managed-settings lists (areLocalPluginDirsAllowedByPolicy); known_marketplaces.json / marketplace add etc. ignore it."
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "hostPattern"
           },
           "hostPattern": {
            "type": "string",
            "description": "Regex pattern to match the host/domain extracted from any marketplace source type. For github sources, matches against github.com. For git sources (SSH or HTTPS), extracts the hostname from the URL. Use in strictKnownMarketplaces to allow all marketplaces from a specific host (e.g., \"^github\\.mycompany\\.com$\")."
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "pathPattern"
           },
           "pathPattern": {
            "type": "string",
            "description": "Regex pattern matched against the .path field of file and directory sources. Use in strictKnownMarketplaces to allow filesystem-based marketplaces alongside hostPattern restrictions for network sources. Use \".*\" to allow all filesystem paths, or a narrower pattern (e.g., \"^/opt/approved/\") to restrict to specific directories."
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "settings"
           },
           "name": {
            "type": "conditional",
            "options": [
             {
              "type": "string",
              "constraints": {
               "min": 1
              },
              "description": "Marketplace name, as stored in known_marketplaces.json. A reserved name is refused per entry at load (revalidateReservedNameEntry)."
             },
             {
              "type": "string",
              "constraints": {
               "min": 1
              },
              "description": "Marketplace name. Must match the extraKnownMarketplaces key (enforced); the synthetic manifest is written under this name. Same validation as PluginMarketplaceSchema plus reserved-name rejection — validateOfficialNameSource runs after the disk write, too late to clean up."
             }
            ]
           },
           "plugins": {
            "type": "array",
            "items": {
             "type": "object",
             "properties": {
              "name": {
               "type": "string",
               "constraints": {
                "min": 1
               },
               "description": "Plugin name as it appears in the target repository"
              },
              "source": {
               "type": "union",
               "options": [
                {
                 "type": "string",
                 "constraints": {
                  "startsWith": true
                 },
                 "description": "Path to the plugin root, relative to the marketplace root (the directory containing .claude-plugin/, not .claude-plugin/ itself)"
                },
                {
                 "type": "object",
                 "properties": {
                  "source": {
                   "type": "literal",
                   "value": "npm"
                  },
                  "package": {
                   "type": "union",
                   "options": [
                    {
                     "type": "string"
                    },
                    {
                     "type": "string"
                    }
                   ],
                   "description": "Package name (or url, or local path, or anything else that can be passed to `npm` as a package)"
                  },
                  "version": {
                   "type": "string",
                   "optional": true,
                   "description": "Specific version or version range (e.g., ^1.0.0, ~2.1.0)"
                  },
                  "registry": {
                   "type": "string",
                   "constraints": {
                    "url": true
                   },
                   "optional": true,
                   "description": "Custom NPM registry URL (defaults to using system default, likely npmjs.org)"
                  }
                 },
                 "description": "NPM package as plugin source"
                },
                {
                 "type": "object",
                 "properties": {
                  "source": {
                   "type": "literal",
                   "value": "url"
                  },
                  "url": {
                   "type": "string",
                   "description": "Full git repository URL (https:// or git@)"
                  },
                  "ref": {
                   "type": "string",
                   "optional": true,
                   "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                  },
                  "sha": {
                   "type": "string",
                   "constraints": {
                    "length": 40,
                    "regex": true
                   },
                   "optional": true,
                   "description": "Specific commit SHA to use"
                  }
                 }
                },
                {
                 "type": "object",
                 "properties": {
                  "source": {
                   "type": "literal",
                   "value": "github"
                  },
                  "repo": {
                   "type": "string",
                   "description": "GitHub repository in owner/repo format"
                  },
                  "ref": {
                   "type": "string",
                   "optional": true,
                   "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                  },
                  "sha": {
                   "type": "string",
                   "constraints": {
                    "length": 40,
                    "regex": true
                   },
                   "optional": true,
                   "description": "Specific commit SHA to use"
                  }
                 }
                },
                {
                 "type": "object",
                 "properties": {
                  "source": {
                   "type": "literal",
                   "value": "git-subdir"
                  },
                  "url": {
                   "type": "string",
                   "description": "Git repository: GitHub owner/repo shorthand, https://, or git@ URL"
                  },
                  "path": {
                   "type": "string",
                   "constraints": {
                    "min": 1
                   },
                   "description": "Subdirectory within the repo containing the plugin (e.g., \"tools/claude-plugin\"). Cloned sparsely using partial clone (--filter=tree:0) to minimize bandwidth for monorepos."
                  },
                  "ref": {
                   "type": "string",
                   "optional": true,
                   "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                  },
                  "sha": {
                   "type": "string",
                   "constraints": {
                    "length": 40,
                    "regex": true
                   },
                   "optional": true,
                   "description": "Specific commit SHA to use"
                  }
                 },
                 "description": "Plugin located in a subdirectory of a larger repository (monorepo). Only the specified subdirectory is materialized; the rest of the repo is not downloaded."
                },
                {
                 "type": "object",
                 "properties": {
                  "source": {
                   "type": "literal",
                   "value": "archive"
                  },
                  "url": {
                   "type": "string",
                   "constraints": {
                    "url": true
                   },
                   "description": "HTTPS URL of a zip archive containing the plugin. The plugin root (the directory holding .claude-plugin/) may be at the top of the archive or nested one directory deep — a single wrapping directory is stripped."
                  },
                  "sha256": {
                   "type": "string",
                   "constraints": {
                    "regex": true
                   },
                   "optional": true,
                   "description": "SHA-256 digest of the archive. When set, every download is verified against it and the install is refused on mismatch. It also serves as the version identity when neither plugin.json nor the marketplace entry declares a `version`. Recommended. Note the update signal is the version string (plugin.json version, else the entry version, else this digest) — changing only the digest while a version is declared does not trigger an update."
                  }
                 },
                 "description": "Plugin distributed as a zip archive fetched over HTTPS — for hosting on any static file server or artifact repository (S3, GitLab, nginx) with no git or npm on the client. Authentication: the entry's own `headers` / `headersHelper` (bound to this URL), overlaid on the enclosing url-source marketplace's headers (static or `headersHelper`-minted) when the archive shares its origin."
                },
                {
                 "type": "object",
                 "properties": {
                  "source": {
                   "type": "literal",
                   "value": "command"
                  },
                  "command": {
                   "type": "string",
                   "constraints": {
                    "min": 1,
                    "max": 500
                   },
                   "description": "Shell command that prints the absolute path of the plugin directory on stdout (exactly one line) and exits 0. It must leave a complete plugin in that directory before exiting; the directory is copied into the plugin cache, so the printed path may change between runs (it is re-resolved on every install and update, and once per session in the background). Runs through the platform shell (sh on macOS/Linux, cmd.exe on Windows) from the user's home directory with Claude Code's subprocess environment."
                  },
                  "timeout": {
                   "type": "number",
                   "constraints": {
                    "int": true,
                    "positive": true,
                    "max": 600
                   },
                   "optional": true,
                   "description": "Seconds to wait for the command before giving up (default: 60)"
                  },
                  "mode": {
                   "type": "enum",
                   "values": [
                    "copy",
                    "link"
                   ],
                   "optional": true,
                   "description": "copy (default): the printed directory is copied into the plugin cache and content-hashed, so it may be deleted afterwards. link: the cache entry links to the printed directory in place (no copy, no size limit; macOS/Linux) — for large exports; the directory must then stay valid while Claude Code runs, and a different printed path is what signals new content."
                  }
                 },
                 "description": "Plugin directory produced by a locally installed tool (e.g. an IDE that renders its plugin for the currently selected SDK). Claude Code runs the command, copies the directory it prints, and re-runs it in the background at startup to pick up changes."
                },
                {
                 "type": "object",
                 "properties": {
                  "source": {
                   "type": "literal",
                   "value": "unsupported"
                  },
                  "error": {
                   "type": "string",
                   "optional": true
                  }
                 },
                 "description": "Placeholder for source types this Claude Code version does not recognize, or a known type whose fields failed validation (then `error` holds the reason). Never authored by hand — PluginMarketplaceSchema rewrites unparseable sources to this so the entry remains in marketplace.plugins (detectDelistedPlugins must not see it as removed). Install attempts fail at cachePlugin with an actionable message."
                }
               ],
               "description": "Where to fetch the plugin from. Must be a remote source — relative paths have no marketplace repository to resolve against."
              },
              "description": {
               "type": "string",
               "optional": true
              },
              "version": {
               "type": "string",
               "optional": true
              },
              "strict": {
               "type": "boolean",
               "optional": true
              },
              "headers": {
               "type": "record",
               "keys": {
                "type": "string"
               },
               "values": {
                "type": "string"
               },
               "optional": true,
               "description": "HTTP headers sent when downloading this entry's `archive` source."
              },
              "headersHelper": {
               "type": "string",
               "constraints": {
                "max": 500
               },
               "optional": true,
               "description": "Command that prints a JSON object of HTTP headers for downloading this entry's `archive` source. Runs only when a user explicitly installs or updates this plugin. Unlike a catalog entry, an entry written here does not need `strict: false`: it is declared in a settings file, which has no manifest fields to inline. A declaration in project settings is not operator-authored, so request-routing and client-identity header names are still filtered there. Use an absolute path."
              }
             }
            },
            "description": "Plugin entries declared inline in settings.json"
           },
           "owner": {
            "type": "object",
            "properties": {
             "name": {
              "type": "string",
              "constraints": {
               "min": 1
              },
              "description": "Display name of the plugin author or organization"
             },
             "email": {
              "type": "string",
              "optional": true,
              "description": "Contact email for support or feedback"
             },
             "url": {
              "type": "string",
              "optional": true,
              "description": "Website, GitHub profile, or organization URL"
             }
            },
            "optional": true
           }
          },
          "description": "Inline marketplace manifest defined directly in settings.json. The reconciler writes a synthetic marketplace.json to the cache; diffMarketplaces detects edits via isEqual on the stored source (the plugins array is inside this object, so edits surface as sourceChanged)."
         }
        ],
        "description": "Where to fetch the marketplace from"
       },
       "installLocation": {
        "type": "string",
        "optional": true,
        "description": "Local cache path where marketplace manifest is stored (auto-generated if not provided)"
       },
       "autoUpdate": {
        "type": "boolean",
        "optional": true,
        "description": "Whether to automatically update this marketplace and its installed plugins on startup"
       }
      }
     },
     "optional": true,
     "description": "Additional marketplaces to make available for this repository. Typically used in repository .claude/settings.json to ensure team members have required plugin sources."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174334311,
     "length": 168,
     "sha256": "09567e51fa91db599c9c51f0f6d73e2ee20d0111ffbf19102ac66b31139baffb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174334243,
     "length": 237,
     "sha256": "67d68376d7d3eeba7175a860533769efcfef67ce64411f444777ba35c712b89b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-strict-known-marketplaces",
   "title": "strictKnownMarketplaces",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Enterprise strict list of allowed marketplace sources. When set in managed settings, ONLY these sources can be added as marketplaces. Entries match exactly, except that a github entry may use the owner-wildcard form {\"source\":\"github\",\"repo\":\"owner/*\"} to allow every repository under that owner. The check happens BEFORE downloading, so blocked sources never touch the filesystem. Note: this is a policy gate only — it does NOT register marketplaces. To pre-register allowed marketplaces for users, also set extraKnownMarketplaces.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#strictknownmarketplaces",
   "details": {
    "path": "strictKnownMarketplaces",
    "type": "array of object | object | object | object | object | object | object | object | object | object",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "union",
      "discriminator": "source",
      "options": [
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "url"
         },
         "url": {
          "type": "string",
          "constraints": {
           "url": true
          },
          "description": "Direct URL to marketplace.json file"
         },
         "headers": {
          "type": "record",
          "keys": {
           "type": "string"
          },
          "values": {
           "type": "string"
          },
          "optional": true,
          "description": "Custom HTTP headers (e.g., for authentication)"
         },
         "headersHelper": {
          "type": "string",
          "constraints": {
           "max": 500
          },
          "optional": true,
          "description": "Command that prints a JSON object of HTTP headers (e.g. a short-lived auth token). Its output overrides `headers` and, like `headers`, is inherited by same-origin archive downloads from this marketplace. Runs from a fixed directory (the Claude config home, never the session's), so give a bare command found via PATH or an absolute path; it is re-run on later refreshes of this marketplace."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "github"
         },
         "repo": {
          "type": "string",
          "description": "GitHub repository in owner/repo format. ONLY in the managed-settings policy lists (strictKnownMarketplaces / blockedMarketplaces) the owner-wildcard form \"owner/*\" matches every repository under exactly that owner. Everywhere else (marketplace add, extraKnownMarketplaces, known_marketplaces.json) the value must name a single repository — a wildcard is taken literally and fails to clone."
         },
         "ref": {
          "type": "string",
          "optional": true,
          "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
         },
         "path": {
          "type": "string",
          "optional": true,
          "description": "Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"
         },
         "sparsePaths": {
          "type": "array",
          "items": {
           "type": "string"
          },
          "optional": true,
          "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
         },
         "skipLfs": {
          "type": "boolean",
          "optional": true,
          "description": "Has no effect; accepted so existing settings keep working. Claude Code's own git never downloads Git LFS content: LFS-tracked files in the marketplace repository are checked out as pointer files whether or not this is set, and adding or updating the marketplace says how many were. To fetch their content, run `git lfs pull` in the marketplace's checkout under ~/.claude/plugins/marketplaces/."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "git"
         },
         "url": {
          "type": "string",
          "description": "Full git repository URL"
         },
         "ref": {
          "type": "string",
          "optional": true,
          "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
         },
         "path": {
          "type": "string",
          "optional": true,
          "description": "Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"
         },
         "sparsePaths": {
          "type": "array",
          "items": {
           "type": "string"
          },
          "optional": true,
          "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
         },
         "skipLfs": {
          "type": "boolean",
          "optional": true,
          "description": "Has no effect; accepted so existing settings keep working. Claude Code's own git never downloads Git LFS content: LFS-tracked files in the marketplace repository are checked out as pointer files whether or not this is set, and adding or updating the marketplace says how many were. To fetch their content, run `git lfs pull` in the marketplace's checkout under ~/.claude/plugins/marketplaces/."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "npm"
         },
         "package": {
          "type": "union",
          "options": [
           {
            "type": "string"
           },
           {
            "type": "string",
            "constraints": {
             "regex": true
            }
           }
          ],
          "description": "npm package containing marketplace.json (e.g. \"@acme/claude-marketplace\"). In strictKnownMarketplaces / blockedMarketplaces an entry also governs plugins installed straight from the npm marketplace (`<package>@npm`): an exact package name matches that package, and \"@acme/*\" matches every package under the scope."
         },
         "version": {
          "type": "string",
          "optional": true,
          "description": "Version or range to fetch (e.g. \"1.4.0\", \"^1.4\"); defaults to the latest dist-tag"
         },
         "registry": {
          "type": "string",
          "constraints": {
           "url": true
          },
          "optional": true,
          "description": "Registry URL. When adding a marketplace: a one-off registry override (otherwise your npm configuration decides). In a policy entry: the origin and path prefix the package's RESOLVED tarball URL must fall under (e.g. \"https://npm.example.com/api/npm/internal/\")."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "file"
         },
         "path": {
          "type": "string",
          "description": "Local file path to marketplace.json"
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "directory"
         },
         "path": {
          "type": "string",
          "description": "Local directory containing .claude-plugin/marketplace.json"
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "skills-dir"
         }
        },
        "description": "Policy-list sentinel for the ~/.claude/skills/ auto-load (@skills-dir plugins). In strictKnownMarketplaces: opt the scan back IN (by default any allowlist blocks it). In blockedMarketplaces: turn the scan OFF without otherwise restricting marketplaces. Only meaningful in those two managed-settings lists (areLocalPluginDirsAllowedByPolicy); known_marketplaces.json / marketplace add etc. ignore it."
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "hostPattern"
         },
         "hostPattern": {
          "type": "string",
          "description": "Regex pattern to match the host/domain extracted from any marketplace source type. For github sources, matches against github.com. For git sources (SSH or HTTPS), extracts the hostname from the URL. Use in strictKnownMarketplaces to allow all marketplaces from a specific host (e.g., \"^github\\.mycompany\\.com$\")."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "pathPattern"
         },
         "pathPattern": {
          "type": "string",
          "description": "Regex pattern matched against the .path field of file and directory sources. Use in strictKnownMarketplaces to allow filesystem-based marketplaces alongside hostPattern restrictions for network sources. Use \".*\" to allow all filesystem paths, or a narrower pattern (e.g., \"^/opt/approved/\") to restrict to specific directories."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "settings"
         },
         "name": {
          "type": "conditional",
          "options": [
           {
            "type": "string",
            "constraints": {
             "min": 1
            },
            "description": "Marketplace name, as stored in known_marketplaces.json. A reserved name is refused per entry at load (revalidateReservedNameEntry)."
           },
           {
            "type": "string",
            "constraints": {
             "min": 1
            },
            "description": "Marketplace name. Must match the extraKnownMarketplaces key (enforced); the synthetic manifest is written under this name. Same validation as PluginMarketplaceSchema plus reserved-name rejection — validateOfficialNameSource runs after the disk write, too late to clean up."
           }
          ]
         },
         "plugins": {
          "type": "array",
          "items": {
           "type": "object",
           "properties": {
            "name": {
             "type": "string",
             "constraints": {
              "min": 1
             },
             "description": "Plugin name as it appears in the target repository"
            },
            "source": {
             "type": "union",
             "options": [
              {
               "type": "string",
               "constraints": {
                "startsWith": true
               },
               "description": "Path to the plugin root, relative to the marketplace root (the directory containing .claude-plugin/, not .claude-plugin/ itself)"
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "npm"
                },
                "package": {
                 "type": "union",
                 "options": [
                  {
                   "type": "string"
                  },
                  {
                   "type": "string"
                  }
                 ],
                 "description": "Package name (or url, or local path, or anything else that can be passed to `npm` as a package)"
                },
                "version": {
                 "type": "string",
                 "optional": true,
                 "description": "Specific version or version range (e.g., ^1.0.0, ~2.1.0)"
                },
                "registry": {
                 "type": "string",
                 "constraints": {
                  "url": true
                 },
                 "optional": true,
                 "description": "Custom NPM registry URL (defaults to using system default, likely npmjs.org)"
                }
               },
               "description": "NPM package as plugin source"
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "url"
                },
                "url": {
                 "type": "string",
                 "description": "Full git repository URL (https:// or git@)"
                },
                "ref": {
                 "type": "string",
                 "optional": true,
                 "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                },
                "sha": {
                 "type": "string",
                 "constraints": {
                  "length": 40,
                  "regex": true
                 },
                 "optional": true,
                 "description": "Specific commit SHA to use"
                }
               }
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "github"
                },
                "repo": {
                 "type": "string",
                 "description": "GitHub repository in owner/repo format"
                },
                "ref": {
                 "type": "string",
                 "optional": true,
                 "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                },
                "sha": {
                 "type": "string",
                 "constraints": {
                  "length": 40,
                  "regex": true
                 },
                 "optional": true,
                 "description": "Specific commit SHA to use"
                }
               }
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "git-subdir"
                },
                "url": {
                 "type": "string",
                 "description": "Git repository: GitHub owner/repo shorthand, https://, or git@ URL"
                },
                "path": {
                 "type": "string",
                 "constraints": {
                  "min": 1
                 },
                 "description": "Subdirectory within the repo containing the plugin (e.g., \"tools/claude-plugin\"). Cloned sparsely using partial clone (--filter=tree:0) to minimize bandwidth for monorepos."
                },
                "ref": {
                 "type": "string",
                 "optional": true,
                 "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                },
                "sha": {
                 "type": "string",
                 "constraints": {
                  "length": 40,
                  "regex": true
                 },
                 "optional": true,
                 "description": "Specific commit SHA to use"
                }
               },
               "description": "Plugin located in a subdirectory of a larger repository (monorepo). Only the specified subdirectory is materialized; the rest of the repo is not downloaded."
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "archive"
                },
                "url": {
                 "type": "string",
                 "constraints": {
                  "url": true
                 },
                 "description": "HTTPS URL of a zip archive containing the plugin. The plugin root (the directory holding .claude-plugin/) may be at the top of the archive or nested one directory deep — a single wrapping directory is stripped."
                },
                "sha256": {
                 "type": "string",
                 "constraints": {
                  "regex": true
                 },
                 "optional": true,
                 "description": "SHA-256 digest of the archive. When set, every download is verified against it and the install is refused on mismatch. It also serves as the version identity when neither plugin.json nor the marketplace entry declares a `version`. Recommended. Note the update signal is the version string (plugin.json version, else the entry version, else this digest) — changing only the digest while a version is declared does not trigger an update."
                }
               },
               "description": "Plugin distributed as a zip archive fetched over HTTPS — for hosting on any static file server or artifact repository (S3, GitLab, nginx) with no git or npm on the client. Authentication: the entry's own `headers` / `headersHelper` (bound to this URL), overlaid on the enclosing url-source marketplace's headers (static or `headersHelper`-minted) when the archive shares its origin."
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "command"
                },
                "command": {
                 "type": "string",
                 "constraints": {
                  "min": 1,
                  "max": 500
                 },
                 "description": "Shell command that prints the absolute path of the plugin directory on stdout (exactly one line) and exits 0. It must leave a complete plugin in that directory before exiting; the directory is copied into the plugin cache, so the printed path may change between runs (it is re-resolved on every install and update, and once per session in the background). Runs through the platform shell (sh on macOS/Linux, cmd.exe on Windows) from the user's home directory with Claude Code's subprocess environment."
                },
                "timeout": {
                 "type": "number",
                 "constraints": {
                  "int": true,
                  "positive": true,
                  "max": 600
                 },
                 "optional": true,
                 "description": "Seconds to wait for the command before giving up (default: 60)"
                },
                "mode": {
                 "type": "enum",
                 "values": [
                  "copy",
                  "link"
                 ],
                 "optional": true,
                 "description": "copy (default): the printed directory is copied into the plugin cache and content-hashed, so it may be deleted afterwards. link: the cache entry links to the printed directory in place (no copy, no size limit; macOS/Linux) — for large exports; the directory must then stay valid while Claude Code runs, and a different printed path is what signals new content."
                }
               },
               "description": "Plugin directory produced by a locally installed tool (e.g. an IDE that renders its plugin for the currently selected SDK). Claude Code runs the command, copies the directory it prints, and re-runs it in the background at startup to pick up changes."
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "unsupported"
                },
                "error": {
                 "type": "string",
                 "optional": true
                }
               },
               "description": "Placeholder for source types this Claude Code version does not recognize, or a known type whose fields failed validation (then `error` holds the reason). Never authored by hand — PluginMarketplaceSchema rewrites unparseable sources to this so the entry remains in marketplace.plugins (detectDelistedPlugins must not see it as removed). Install attempts fail at cachePlugin with an actionable message."
              }
             ],
             "description": "Where to fetch the plugin from. Must be a remote source — relative paths have no marketplace repository to resolve against."
            },
            "description": {
             "type": "string",
             "optional": true
            },
            "version": {
             "type": "string",
             "optional": true
            },
            "strict": {
             "type": "boolean",
             "optional": true
            },
            "headers": {
             "type": "record",
             "keys": {
              "type": "string"
             },
             "values": {
              "type": "string"
             },
             "optional": true,
             "description": "HTTP headers sent when downloading this entry's `archive` source."
            },
            "headersHelper": {
             "type": "string",
             "constraints": {
              "max": 500
             },
             "optional": true,
             "description": "Command that prints a JSON object of HTTP headers for downloading this entry's `archive` source. Runs only when a user explicitly installs or updates this plugin. Unlike a catalog entry, an entry written here does not need `strict: false`: it is declared in a settings file, which has no manifest fields to inline. A declaration in project settings is not operator-authored, so request-routing and client-identity header names are still filtered there. Use an absolute path."
            }
           }
          },
          "description": "Plugin entries declared inline in settings.json"
         },
         "owner": {
          "type": "object",
          "properties": {
           "name": {
            "type": "string",
            "constraints": {
             "min": 1
            },
            "description": "Display name of the plugin author or organization"
           },
           "email": {
            "type": "string",
            "optional": true,
            "description": "Contact email for support or feedback"
           },
           "url": {
            "type": "string",
            "optional": true,
            "description": "Website, GitHub profile, or organization URL"
           }
          },
          "optional": true
         }
        },
        "description": "Inline marketplace manifest defined directly in settings.json. The reconciler writes a synthetic marketplace.json to the cache; diffMarketplaces detects edits via isEqual on the stored source (the plugins array is inside this object, so edits surface as sourceChanged)."
       }
      ]
     },
     "optional": true,
     "description": "Enterprise strict list of allowed marketplace sources. When set in managed settings, ONLY these sources can be added as marketplaces. Entries match exactly, except that a github entry may use the owner-wildcard form {\"source\":\"github\",\"repo\":\"owner/*\"} to allow every repository under that owner. The check happens BEFORE downloading, so blocked sources never touch the filesystem. Note: this is a policy gate only — it does NOT register marketplaces. To pre-register allowed marketplaces for users, also set extraKnownMarketplaces."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174335022,
     "length": 545,
     "sha256": "c8864a519812c92e486a7760783f1075c75cd5bd1d5642927855bba7675d7a5d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174334973,
     "length": 595,
     "sha256": "8be760d8331cc7556d971e8897f3afc9ca84ff98e19847046c23c6cf684c99b4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-blocked-marketplaces",
   "title": "blockedMarketplaces",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Enterprise blocklist of marketplace sources. When set in managed settings, these sources are blocked from being added as marketplaces. Entries match exactly, except that a github entry may use the owner-wildcard form {\"source\":\"github\",\"repo\":\"owner/*\"} to block every repository under that owner. The check happens BEFORE downloading, so blocked sources never touch the filesystem.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#blockedmarketplaces",
   "details": {
    "path": "blockedMarketplaces",
    "type": "array of object | object | object | object | object | object | object | object | object | object",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "union",
      "discriminator": "source",
      "options": [
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "url"
         },
         "url": {
          "type": "string",
          "constraints": {
           "url": true
          },
          "description": "Direct URL to marketplace.json file"
         },
         "headers": {
          "type": "record",
          "keys": {
           "type": "string"
          },
          "values": {
           "type": "string"
          },
          "optional": true,
          "description": "Custom HTTP headers (e.g., for authentication)"
         },
         "headersHelper": {
          "type": "string",
          "constraints": {
           "max": 500
          },
          "optional": true,
          "description": "Command that prints a JSON object of HTTP headers (e.g. a short-lived auth token). Its output overrides `headers` and, like `headers`, is inherited by same-origin archive downloads from this marketplace. Runs from a fixed directory (the Claude config home, never the session's), so give a bare command found via PATH or an absolute path; it is re-run on later refreshes of this marketplace."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "github"
         },
         "repo": {
          "type": "string",
          "description": "GitHub repository in owner/repo format. ONLY in the managed-settings policy lists (strictKnownMarketplaces / blockedMarketplaces) the owner-wildcard form \"owner/*\" matches every repository under exactly that owner. Everywhere else (marketplace add, extraKnownMarketplaces, known_marketplaces.json) the value must name a single repository — a wildcard is taken literally and fails to clone."
         },
         "ref": {
          "type": "string",
          "optional": true,
          "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
         },
         "path": {
          "type": "string",
          "optional": true,
          "description": "Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"
         },
         "sparsePaths": {
          "type": "array",
          "items": {
           "type": "string"
          },
          "optional": true,
          "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
         },
         "skipLfs": {
          "type": "boolean",
          "optional": true,
          "description": "Has no effect; accepted so existing settings keep working. Claude Code's own git never downloads Git LFS content: LFS-tracked files in the marketplace repository are checked out as pointer files whether or not this is set, and adding or updating the marketplace says how many were. To fetch their content, run `git lfs pull` in the marketplace's checkout under ~/.claude/plugins/marketplaces/."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "git"
         },
         "url": {
          "type": "string",
          "description": "Full git repository URL"
         },
         "ref": {
          "type": "string",
          "optional": true,
          "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
         },
         "path": {
          "type": "string",
          "optional": true,
          "description": "Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"
         },
         "sparsePaths": {
          "type": "array",
          "items": {
           "type": "string"
          },
          "optional": true,
          "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
         },
         "skipLfs": {
          "type": "boolean",
          "optional": true,
          "description": "Has no effect; accepted so existing settings keep working. Claude Code's own git never downloads Git LFS content: LFS-tracked files in the marketplace repository are checked out as pointer files whether or not this is set, and adding or updating the marketplace says how many were. To fetch their content, run `git lfs pull` in the marketplace's checkout under ~/.claude/plugins/marketplaces/."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "npm"
         },
         "package": {
          "type": "union",
          "options": [
           {
            "type": "string"
           },
           {
            "type": "string",
            "constraints": {
             "regex": true
            }
           }
          ],
          "description": "npm package containing marketplace.json (e.g. \"@acme/claude-marketplace\"). In strictKnownMarketplaces / blockedMarketplaces an entry also governs plugins installed straight from the npm marketplace (`<package>@npm`): an exact package name matches that package, and \"@acme/*\" matches every package under the scope."
         },
         "version": {
          "type": "string",
          "optional": true,
          "description": "Version or range to fetch (e.g. \"1.4.0\", \"^1.4\"); defaults to the latest dist-tag"
         },
         "registry": {
          "type": "string",
          "constraints": {
           "url": true
          },
          "optional": true,
          "description": "Registry URL. When adding a marketplace: a one-off registry override (otherwise your npm configuration decides). In a policy entry: the origin and path prefix the package's RESOLVED tarball URL must fall under (e.g. \"https://npm.example.com/api/npm/internal/\")."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "file"
         },
         "path": {
          "type": "string",
          "description": "Local file path to marketplace.json"
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "directory"
         },
         "path": {
          "type": "string",
          "description": "Local directory containing .claude-plugin/marketplace.json"
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "skills-dir"
         }
        },
        "description": "Policy-list sentinel for the ~/.claude/skills/ auto-load (@skills-dir plugins). In strictKnownMarketplaces: opt the scan back IN (by default any allowlist blocks it). In blockedMarketplaces: turn the scan OFF without otherwise restricting marketplaces. Only meaningful in those two managed-settings lists (areLocalPluginDirsAllowedByPolicy); known_marketplaces.json / marketplace add etc. ignore it."
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "hostPattern"
         },
         "hostPattern": {
          "type": "string",
          "description": "Regex pattern to match the host/domain extracted from any marketplace source type. For github sources, matches against github.com. For git sources (SSH or HTTPS), extracts the hostname from the URL. Use in strictKnownMarketplaces to allow all marketplaces from a specific host (e.g., \"^github\\.mycompany\\.com$\")."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "pathPattern"
         },
         "pathPattern": {
          "type": "string",
          "description": "Regex pattern matched against the .path field of file and directory sources. Use in strictKnownMarketplaces to allow filesystem-based marketplaces alongside hostPattern restrictions for network sources. Use \".*\" to allow all filesystem paths, or a narrower pattern (e.g., \"^/opt/approved/\") to restrict to specific directories."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "settings"
         },
         "name": {
          "type": "conditional",
          "options": [
           {
            "type": "string",
            "constraints": {
             "min": 1
            },
            "description": "Marketplace name, as stored in known_marketplaces.json. A reserved name is refused per entry at load (revalidateReservedNameEntry)."
           },
           {
            "type": "string",
            "constraints": {
             "min": 1
            },
            "description": "Marketplace name. Must match the extraKnownMarketplaces key (enforced); the synthetic manifest is written under this name. Same validation as PluginMarketplaceSchema plus reserved-name rejection — validateOfficialNameSource runs after the disk write, too late to clean up."
           }
          ]
         },
         "plugins": {
          "type": "array",
          "items": {
           "type": "object",
           "properties": {
            "name": {
             "type": "string",
             "constraints": {
              "min": 1
             },
             "description": "Plugin name as it appears in the target repository"
            },
            "source": {
             "type": "union",
             "options": [
              {
               "type": "string",
               "constraints": {
                "startsWith": true
               },
               "description": "Path to the plugin root, relative to the marketplace root (the directory containing .claude-plugin/, not .claude-plugin/ itself)"
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "npm"
                },
                "package": {
                 "type": "union",
                 "options": [
                  {
                   "type": "string"
                  },
                  {
                   "type": "string"
                  }
                 ],
                 "description": "Package name (or url, or local path, or anything else that can be passed to `npm` as a package)"
                },
                "version": {
                 "type": "string",
                 "optional": true,
                 "description": "Specific version or version range (e.g., ^1.0.0, ~2.1.0)"
                },
                "registry": {
                 "type": "string",
                 "constraints": {
                  "url": true
                 },
                 "optional": true,
                 "description": "Custom NPM registry URL (defaults to using system default, likely npmjs.org)"
                }
               },
               "description": "NPM package as plugin source"
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "url"
                },
                "url": {
                 "type": "string",
                 "description": "Full git repository URL (https:// or git@)"
                },
                "ref": {
                 "type": "string",
                 "optional": true,
                 "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                },
                "sha": {
                 "type": "string",
                 "constraints": {
                  "length": 40,
                  "regex": true
                 },
                 "optional": true,
                 "description": "Specific commit SHA to use"
                }
               }
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "github"
                },
                "repo": {
                 "type": "string",
                 "description": "GitHub repository in owner/repo format"
                },
                "ref": {
                 "type": "string",
                 "optional": true,
                 "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                },
                "sha": {
                 "type": "string",
                 "constraints": {
                  "length": 40,
                  "regex": true
                 },
                 "optional": true,
                 "description": "Specific commit SHA to use"
                }
               }
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "git-subdir"
                },
                "url": {
                 "type": "string",
                 "description": "Git repository: GitHub owner/repo shorthand, https://, or git@ URL"
                },
                "path": {
                 "type": "string",
                 "constraints": {
                  "min": 1
                 },
                 "description": "Subdirectory within the repo containing the plugin (e.g., \"tools/claude-plugin\"). Cloned sparsely using partial clone (--filter=tree:0) to minimize bandwidth for monorepos."
                },
                "ref": {
                 "type": "string",
                 "optional": true,
                 "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                },
                "sha": {
                 "type": "string",
                 "constraints": {
                  "length": 40,
                  "regex": true
                 },
                 "optional": true,
                 "description": "Specific commit SHA to use"
                }
               },
               "description": "Plugin located in a subdirectory of a larger repository (monorepo). Only the specified subdirectory is materialized; the rest of the repo is not downloaded."
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "archive"
                },
                "url": {
                 "type": "string",
                 "constraints": {
                  "url": true
                 },
                 "description": "HTTPS URL of a zip archive containing the plugin. The plugin root (the directory holding .claude-plugin/) may be at the top of the archive or nested one directory deep — a single wrapping directory is stripped."
                },
                "sha256": {
                 "type": "string",
                 "constraints": {
                  "regex": true
                 },
                 "optional": true,
                 "description": "SHA-256 digest of the archive. When set, every download is verified against it and the install is refused on mismatch. It also serves as the version identity when neither plugin.json nor the marketplace entry declares a `version`. Recommended. Note the update signal is the version string (plugin.json version, else the entry version, else this digest) — changing only the digest while a version is declared does not trigger an update."
                }
               },
               "description": "Plugin distributed as a zip archive fetched over HTTPS — for hosting on any static file server or artifact repository (S3, GitLab, nginx) with no git or npm on the client. Authentication: the entry's own `headers` / `headersHelper` (bound to this URL), overlaid on the enclosing url-source marketplace's headers (static or `headersHelper`-minted) when the archive shares its origin."
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "command"
                },
                "command": {
                 "type": "string",
                 "constraints": {
                  "min": 1,
                  "max": 500
                 },
                 "description": "Shell command that prints the absolute path of the plugin directory on stdout (exactly one line) and exits 0. It must leave a complete plugin in that directory before exiting; the directory is copied into the plugin cache, so the printed path may change between runs (it is re-resolved on every install and update, and once per session in the background). Runs through the platform shell (sh on macOS/Linux, cmd.exe on Windows) from the user's home directory with Claude Code's subprocess environment."
                },
                "timeout": {
                 "type": "number",
                 "constraints": {
                  "int": true,
                  "positive": true,
                  "max": 600
                 },
                 "optional": true,
                 "description": "Seconds to wait for the command before giving up (default: 60)"
                },
                "mode": {
                 "type": "enum",
                 "values": [
                  "copy",
                  "link"
                 ],
                 "optional": true,
                 "description": "copy (default): the printed directory is copied into the plugin cache and content-hashed, so it may be deleted afterwards. link: the cache entry links to the printed directory in place (no copy, no size limit; macOS/Linux) — for large exports; the directory must then stay valid while Claude Code runs, and a different printed path is what signals new content."
                }
               },
               "description": "Plugin directory produced by a locally installed tool (e.g. an IDE that renders its plugin for the currently selected SDK). Claude Code runs the command, copies the directory it prints, and re-runs it in the background at startup to pick up changes."
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "unsupported"
                },
                "error": {
                 "type": "string",
                 "optional": true
                }
               },
               "description": "Placeholder for source types this Claude Code version does not recognize, or a known type whose fields failed validation (then `error` holds the reason). Never authored by hand — PluginMarketplaceSchema rewrites unparseable sources to this so the entry remains in marketplace.plugins (detectDelistedPlugins must not see it as removed). Install attempts fail at cachePlugin with an actionable message."
              }
             ],
             "description": "Where to fetch the plugin from. Must be a remote source — relative paths have no marketplace repository to resolve against."
            },
            "description": {
             "type": "string",
             "optional": true
            },
            "version": {
             "type": "string",
             "optional": true
            },
            "strict": {
             "type": "boolean",
             "optional": true
            },
            "headers": {
             "type": "record",
             "keys": {
              "type": "string"
             },
             "values": {
              "type": "string"
             },
             "optional": true,
             "description": "HTTP headers sent when downloading this entry's `archive` source."
            },
            "headersHelper": {
             "type": "string",
             "constraints": {
              "max": 500
             },
             "optional": true,
             "description": "Command that prints a JSON object of HTTP headers for downloading this entry's `archive` source. Runs only when a user explicitly installs or updates this plugin. Unlike a catalog entry, an entry written here does not need `strict: false`: it is declared in a settings file, which has no manifest fields to inline. A declaration in project settings is not operator-authored, so request-routing and client-identity header names are still filtered there. Use an absolute path."
            }
           }
          },
          "description": "Plugin entries declared inline in settings.json"
         },
         "owner": {
          "type": "object",
          "properties": {
           "name": {
            "type": "string",
            "constraints": {
             "min": 1
            },
            "description": "Display name of the plugin author or organization"
           },
           "email": {
            "type": "string",
            "optional": true,
            "description": "Contact email for support or feedback"
           },
           "url": {
            "type": "string",
            "optional": true,
            "description": "Website, GitHub profile, or organization URL"
           }
          },
          "optional": true
         }
        },
        "description": "Inline marketplace manifest defined directly in settings.json. The reconciler writes a synthetic marketplace.json to the cache; diffMarketplaces detects edits via isEqual on the stored source (the plugins array is inside this object, so edits surface as sourceChanged)."
       }
      ]
     },
     "optional": true,
     "description": "Enterprise blocklist of marketplace sources. When set in managed settings, these sources are blocked from being added as marketplaces. Entries match exactly, except that a github entry may use the owner-wildcard form {\"source\":\"github\",\"repo\":\"owner/*\"} to block every repository under that owner. The check happens BEFORE downloading, so blocked sources never touch the filesystem."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174336027,
     "length": 384,
     "sha256": "9a13226d0943b665dbd5d505c22398ee1776f26d69d9ad7be38bf47afe2eba76",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174335982,
     "length": 430,
     "sha256": "21a45cf7b8e8b6df15016ad03adb9e7ce6a0aec241c3ba00d7a29a1515820be0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-disable-command-plugin-sources",
   "title": "disableCommandPluginSources",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Controls the `command` plugin source, whose plugin directory is produced by running a marketplace-declared command on this machine. true: command-sourced plugins are never installed, updated, or re-resolved (the command never runs). false: explicitly allowed. Unset: follows allowManagedHooksOnly — an org that restricts hook execution to managed settings gets command sources disabled too. Only honored from managed settings.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#disablecommandpluginsources",
   "details": {
    "path": "disableCommandPluginSources",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174336465,
     "length": 439,
     "sha256": "7e40300ec91b4783853b41b8e5eca10f7d7b94cc2a8bda0e501c6616d4df5798",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174336413,
     "length": 492,
     "sha256": "bcf6eb2139adb72959006a2be5671fe2ae2dbe933cac1e1c520fc01d1091e370",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-plugin-suggestion-marketplaces",
   "title": "pluginSuggestionMarketplaces",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Marketplace names whose plugins may surface as contextual install suggestions (relevance-based tips). No marketplace-declared suggestions surface without this allowlist; the built-in first-party frontend-design tip is unaffected. Only honored when set in managed settings (policy scope); the key is ignored in user, project, and local settings. A name only takes effect when the marketplace is registered on the machine AND its registered source is also declared in managed settings, either as the extraKnownMarketplaces entry for that name or as an entry of strictKnownMarketplaces. A marketplace registered from a different source under an allowlisted name is ignored. The official marketplace is exempt from the source requirement: allowlisting its name alone suffices, since that name can only register from the official Anthropic source.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#pluginsuggestionmarketplaces",
   "details": {
    "path": "pluginSuggestionMarketplaces",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Marketplace names whose plugins may surface as contextual install suggestions (relevance-based tips). No marketplace-declared suggestions surface without this allowlist; the built-in first-party frontend-design tip is unaffected. Only honored when set in managed settings (policy scope); the key is ignored in user, project, and local settings. A name only takes effect when the marketplace is registered on the machine AND its registered source is also declared in managed settings, either as the extraKnownMarketplaces entry for that name or as an entry of strictKnownMarketplaces. A marketplace registered from a different source under an allowlisted name is ignored. The official marketplace is exempt from the source requirement: allowlisting its name alone suffices, since that name can only register from the official Anthropic source."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174337537,
     "length": 844,
     "sha256": "f6d2f2631f450d6baf860f02644c9790166dbce5bf3360a9171a7a679e4f1f55",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174337481,
     "length": 901,
     "sha256": "eedb27d34ba0cef05ed3a60ce0aa9cd3ec232428edb988e7b3115db647d84d2f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-plugin-configs",
   "title": "pluginConfigs",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Per-plugin configuration including MCP server user configs, keyed by plugin ID (plugin@marketplace format)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#pluginconfigs",
   "details": {
    "path": "pluginConfigs",
    "type": "record<string, object | undefined>",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "record",
     "keys": {
      "type": "string"
     },
     "values": {
      "type": "union",
      "options": [
       {
        "type": "object",
        "properties": {
         "mcpServers": {
          "type": "record",
          "keys": {
           "type": "string"
          },
          "values": {
           "type": "record",
           "keys": {
            "type": "string"
           },
           "values": {
            "type": "union",
            "options": [
             {
              "type": "string"
             },
             {
              "type": "number"
             },
             {
              "type": "boolean"
             },
             {
              "type": "array",
              "items": {
               "type": "string"
              }
             }
            ]
           }
          },
          "optional": true,
          "description": "User configuration values for MCP servers keyed by server name"
         },
         "options": {
          "type": "record",
          "keys": {
           "type": "string"
          },
          "values": {
           "type": "union",
           "options": [
            {
             "type": "string"
            },
            {
             "type": "number"
            },
            {
             "type": "boolean"
            },
            {
             "type": "array",
             "items": {
              "type": "string"
             }
            }
           ]
          },
          "optional": true,
          "description": "Non-sensitive option values from plugin manifest userConfig, keyed by option name. Sensitive values go to secure storage instead."
         }
        }
       },
       {
        "type": "undefined"
       }
      ]
     },
     "optional": true,
     "description": "Per-plugin configuration including MCP server user configs, keyed by plugin ID (plugin@marketplace format)"
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174352714,
     "length": 108,
     "sha256": "36867f49c058094bda337c90f0e7ba16dc71bfa43720214597711827315c3985",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174352325,
     "length": 498,
     "sha256": "6737068c367579465c189c278d5b6411056cb31e93b8fb17956824cb6abc89a3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-channels-enabled",
   "title": "channelsEnabled",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Managed-org opt-in for channel notifications (MCP servers with the claude/channel capability pushing inbound messages). claude.ai Teams/Enterprise: default off. Console: default on unless managed settings exist. Set true to allow; users then select servers via --channels.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#channelsenabled",
   "details": {
    "path": "channelsEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174354497,
     "length": 274,
     "sha256": "305cb581299f01b2b83fa488d9c00e77981e8240f650e1f2068dc520e024a2ea",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174354457,
     "length": 315,
     "sha256": "668e7deb37a023afe6d480e69b7bc8f0c6910f43c18e119a1c1bf834756ee2e9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-allowed-channel-plugins",
   "title": "allowedChannelPlugins",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Managed-org allowlist of channel plugins. When set, replaces the default Anthropic allowlist — admins decide which plugins may push inbound messages. Undefined falls back to the default. Requires channelsEnabled: true.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#allowedchannelplugins",
   "details": {
    "path": "allowedChannelPlugins",
    "type": "array of object {marketplace, plugin}",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "object",
      "properties": {
       "marketplace": {
        "type": "string"
       },
       "plugin": {
        "type": "string"
       }
      }
     },
     "optional": true,
     "description": "Managed-org allowlist of channel plugins. When set, replaces the default Anthropic allowlist — admins decide which plugins may push inbound messages. Undefined falls back to the default. Requires channelsEnabled: true."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174354823,
     "length": 231,
     "sha256": "5f859087c413f0806eb78bf5e8ec7c15d340b2e736eedaec2feb463a45673dbf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174354773,
     "length": 282,
     "sha256": "5acd2f025d89ea6508cbd6844a989c45ffad749f254e942f3f8f4f2a388e662b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-plugin-trust-message",
   "title": "pluginTrustMessage",
   "group": "Plugins and skills",
   "kind": "setting",
   "text": "Custom message to append to the plugin trust warning shown before installation. Only read from policy settings (managed-settings.json / MDM). Useful for enterprise administrators to add organization-specific context (e.g., \"All plugins from our internal marketplace are vetted and approved.\").",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#plugintrustmessage",
   "details": {
    "path": "pluginTrustMessage",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174360671,
     "length": 295,
     "sha256": "e004521bf3daade3472faf4ee38acc5be43e36da7a083ef15fbc7096b5498571",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174360628,
     "length": 339,
     "sha256": "9de6bef102fee77e16eefb06670802f83b0b676b6e621e5620c8e0bcc1902734",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-enable-all-project-mcp-servers",
   "title": "enableAllProjectMcpServers",
   "group": "MCP",
   "kind": "setting",
   "text": "Whether to automatically approve all MCP servers in the project",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#enableallprojectmcpservers",
   "details": {
    "path": "enableAllProjectMcpServers",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174319011,
     "length": 65,
     "sha256": "d7a7f2d573425930e21894438e49e376ff181ab01db91844d3fa37ff700c3c51",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174318960,
     "length": 117,
     "sha256": "c02a598378042a46acb3b7d296d29037e18c5e257a83bcb3abd746b0f8572dff",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-enabled-mcpjson-servers",
   "title": "enabledMcpjsonServers",
   "group": "MCP",
   "kind": "setting",
   "text": "List of approved MCP servers from .mcp.json",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#enabledmcpjsonservers",
   "details": {
    "path": "enabledMcpjsonServers",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "List of approved MCP servers from .mcp.json"
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174319127,
     "length": 45,
     "sha256": "0d2d2b6d9fe9df742b6cef251ee1f0ccd431432d9d1ca1a60cba003cfc772c17",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174319078,
     "length": 95,
     "sha256": "0ad3905266f2ec2a0355368227d85ffee6b2dc8bc65205842167081d2b2f1ccf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-disabled-mcpjson-servers",
   "title": "disabledMcpjsonServers",
   "group": "MCP",
   "kind": "setting",
   "text": "List of rejected MCP servers from .mcp.json",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#disabledmcpjsonservers",
   "details": {
    "path": "disabledMcpjsonServers",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "List of rejected MCP servers from .mcp.json"
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174319224,
     "length": 45,
     "sha256": "e90fbad13f9971db04ac93854bc28a03908d96347c81f71e98dfad8b3483eaf5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174319174,
     "length": 96,
     "sha256": "de96f9b3ff0fee47acd5b2ef3e7a30e234582d4257018a8763df78163e17ef8d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-disable-claude-ai-connectors",
   "title": "disableClaudeAiConnectors",
   "group": "MCP",
   "kind": "setting",
   "text": "When true in any settings source, claude.ai MCP cloud connectors are not auto-fetched or connected. Only gates auto-fetched connectors — a claudeai-proxy server passed explicitly (e.g. via --mcp-config or the SDK mcpServers option) still follows the normal MCP config trust flow. Any-source-true wins: a project can opt out, but a project-level false cannot override a user-level true.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#disableclaudeaiconnectors",
   "details": {
    "path": "disableClaudeAiConnectors",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174319321,
     "length": 398,
     "sha256": "550d19ac9dbbe3daf914b69c4b2e7e6b4f1a4f66bec9f724f42a05de89bb9ea9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174319271,
     "length": 449,
     "sha256": "d4a2ca3335ff8d50c5690cc70d8e17d78cfa77b0529e01cf0efa9a97eeafe80d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-managed-mcp-servers",
   "title": "managedMcpServers",
   "group": "MCP",
   "kind": "setting",
   "text": "MCP servers the organization provides to every user, keyed by server name, each with the .mcp.json entry shape; only \"http\" and \"sse\" servers are accepted (nothing that names a program to run, no ${VAR} references). Honored from managed settings only; users cannot remove them, deniedMcpServers still applies, and they need no allowedMcpServers entry. Not read in Claude Desktop's Code tab on a third-party deployment or in Cowork sessions, where Claude Desktop supplies and locks the session's MCP servers itself.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#managedmcpservers",
   "details": {
    "path": "managedMcpServers",
    "type": "record<string, record<string, any JSON value>>",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "record",
     "keys": {
      "type": "string"
     },
     "values": {
      "type": "record",
      "keys": {
       "type": "string"
      },
      "values": {
       "type": "unknown"
      }
     },
     "optional": true,
     "description": "MCP servers the organization provides to every user, keyed by server name, each with the .mcp.json entry shape; only \"http\" and \"sse\" servers are accepted (nothing that names a program to run, no ${VAR} references). Honored from managed settings only; users cannot remove them, deniedMcpServers still applies, and they need no allowedMcpServers entry. Not read in Claude Desktop's Code tab on a third-party deployment or in Cowork sessions, where Claude Desktop supplies and locks the session's MCP servers itself."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174320569,
     "length": 517,
     "sha256": "93d6695bdf5025573f1ad857c986cc5f35566fd39a6359d719e260d5c6e67386",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174320365,
     "length": 722,
     "sha256": "f165bdbebadcb128bbc05a0dd55af0e67ff9c2e2484871db6c536192fd5d357e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-allowed-mcp-servers",
   "title": "allowedMcpServers",
   "group": "MCP",
   "kind": "setting",
   "text": "Enterprise allowlist of the MCP servers users may use. Governs servers users add (user, project and local config, --mcp-config, agent frontmatter, plugins, claude.ai connectors); servers the organization itself delivers (managedMcpServers, and managed-mcp.json entries that use no ${VAR} expansion) are allowed without being listed; a managed-mcp.json entry that uses ${VAR} expansion is still checked against this list. If undefined, all servers are allowed. If empty array, users can use no servers of their own. Denylist takes precedence - if a server is on both lists, it is denied.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#allowedmcpservers",
   "details": {
    "path": "allowedMcpServers",
    "type": "array of object {serverName, serverCommand, serverUrl}",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "object",
      "properties": {
       "serverName": {
        "type": "string",
        "constraints": {
         "regex": true
        },
        "optional": true,
        "description": "Name of the MCP server that users are allowed to configure"
       },
       "serverCommand": {
        "type": "array",
        "items": {
         "type": "string"
        },
        "constraints": {
         "min": 1
        },
        "optional": true,
        "description": "Command array [command, ...args] to match exactly for allowed stdio servers"
       },
       "serverUrl": {
        "type": "string",
        "optional": true,
        "description": "URL pattern with wildcard support (e.g., \"https://*.example.com/*\") for allowed remote MCP servers"
       }
      }
     },
     "optional": true,
     "description": "Enterprise allowlist of the MCP servers users may use. Governs servers users add (user, project and local config, --mcp-config, agent frontmatter, plugins, claude.ai connectors); servers the organization itself delivers (managedMcpServers, and managed-mcp.json entries that use no ${VAR} expansion) are allowed without being listed; a managed-mcp.json entry that uses ${VAR} expansion is still checked against this list. If undefined, all servers are allowed. If empty array, users can use no servers of their own. Denylist takes precedence - if a server is on both lists, it is denied."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174321131,
     "length": 588,
     "sha256": "25daf553e646a81c51e5f4fcf7aef48cff00c8517836e77cd3d7c44f99db7092",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174321088,
     "length": 632,
     "sha256": "8cec38c81dd573aea62359cac394bc06c429bd3a1c79acd81d19d7d9d1426416",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-denied-mcp-servers",
   "title": "deniedMcpServers",
   "group": "MCP",
   "kind": "setting",
   "text": "Enterprise denylist of MCP servers that are explicitly blocked. If a server is on the denylist, it will be blocked across all scopes including enterprise. Denylist takes precedence over allowlist - if a server is on both lists, it is denied.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#deniedmcpservers",
   "details": {
    "path": "deniedMcpServers",
    "type": "array of object {serverName, serverCommand, serverUrl}",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "object",
      "properties": {
       "serverName": {
        "type": "string",
        "constraints": {
         "min": 1
        },
        "optional": true,
        "description": "Name of the MCP server that is explicitly blocked"
       },
       "serverCommand": {
        "type": "array",
        "items": {
         "type": "string"
        },
        "constraints": {
         "min": 1
        },
        "optional": true,
        "description": "Command array [command, ...args] to match exactly for blocked stdio servers"
       },
       "serverUrl": {
        "type": "string",
        "optional": true,
        "description": "URL pattern with wildcard support (e.g., \"https://*.example.com/*\") for blocked remote MCP servers"
       }
      }
     },
     "optional": true,
     "description": "Enterprise denylist of MCP servers that are explicitly blocked. If a server is on the denylist, it will be blocked across all scopes including enterprise. Denylist takes precedence over allowlist - if a server is on both lists, it is denied."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174321763,
     "length": 243,
     "sha256": "329b3f06045428692a4e3751444c644a7026bdf5aa1a8d607e56c094f6f3e4cd",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174321721,
     "length": 286,
     "sha256": "56f61e0075cd00ee12f753ec671203dc3c56a7fb6c486eedde58b5a25cf48597",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-allow-managed-mcp-servers-only",
   "title": "allowManagedMcpServersOnly",
   "group": "MCP",
   "kind": "setting",
   "text": "When true (and set in managed settings), allowedMcpServers is only read from managed settings. deniedMcpServers still merges from all sources, so users can deny servers for themselves. Users can still add their own MCP servers, but only the admin-defined allowlist applies.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#allowmanagedmcpserversonly",
   "details": {
    "path": "allowManagedMcpServersOnly",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174329301,
     "length": 275,
     "sha256": "c2d2e4f0ab761fcf8f3085dda43c7cb08ea1ac562a3424852f5012a0f5e9e5b0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174329250,
     "length": 327,
     "sha256": "0abf5ba8c43f78c669451e792a773f881fe4193f99fdb95ebb03df57bf33d64f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-allow-all-claude-ai-mcps",
   "title": "allowAllClaudeAiMcps",
   "group": "MCP",
   "kind": "setting",
   "text": "When true (and set in managed settings), claude.ai cloud MCP connectors load alongside managed-mcp.json instead of being suppressed by its exclusive-control lockdown. Default off preserves the lockdown. Read from managed settings only.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#allowallclaudeaimcps",
   "details": {
    "path": "allowAllClaudeAiMcps",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174329623,
     "length": 237,
     "sha256": "615082df9972df67a4c6775f6050031d18e617e4524fd9367b8cb8fdda1fba26",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174329578,
     "length": 283,
     "sha256": "6715ce94e845ae8f189cba6b2c0855bfaa40e1245dca36dcd26908f5810baec3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-process-wrapper",
   "title": "processWrapper",
   "group": "Agents, sessions, and worktrees",
   "kind": "setting",
   "text": "Corporate launcher argv prefix for the background-agent supervisor, the sessions and workers it hosts, and the other covered background processes listed in the Claude Code corporate-launcher documentation. Equivalent to the CLAUDE_CODE_PROCESS_WRAPPER environment variable, which takes precedence when set. Honored from managed settings, a --settings/SDK-supplied settings file, and user settings, in that precedence order; project and local settings are ignored.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#processwrapper",
   "details": {
    "path": "processWrapper",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304983,
     "length": 465,
     "sha256": "ca9c3a93b45bf3dcc1d4c8b254b82d138e044e85fbee132edb9515bd82cc29ab",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304944,
     "length": 505,
     "sha256": "64c0f7fd93950f49c57507f8f46ef7f451e8bb8bc6a59e9cd003dbba92d86c97",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-worktree",
   "title": "worktree",
   "group": "Agents, sessions, and worktrees",
   "kind": "setting",
   "text": "Git worktree configuration: the CLI --worktree flag, EnterWorktree and agent isolation, plus the location Claude Code Desktop uses for SSH-session worktrees on this machine.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#worktree",
   "details": {
    "path": "worktree",
    "type": "object {symlinkDirectories, sparsePaths, baseRef, bgIsolation, location}",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174323646,
     "length": 175,
     "sha256": "1fd1892e1a01086650d9141de3052998f4a969f4ffa998ac379c91151fa82460",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174322091,
     "length": 1731,
     "sha256": "31056bfaa89115679f00485e4c275a5a7b20d197d3036f5b283e1c744f95b7d1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-worktree--symlink-directories",
   "title": "worktree.symlinkDirectories",
   "group": "Agents, sessions, and worktrees",
   "kind": "setting",
   "text": "Directories to symlink from main repository to worktrees to avoid disk bloat. Must be explicitly configured - no directories are symlinked by default. Common examples: \"node_modules\", \".cache\", \".bin\"",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#worktree-symlinkdirectories",
   "details": {
    "path": "worktree.symlinkDirectories",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Directories to symlink from main repository to worktrees to avoid disk bloat. Must be explicitly configured - no directories are symlinked by default. Common examples: \"node_modules\", \".cache\", \".bin\""
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174322149,
     "length": 202,
     "sha256": "d9edc894836e4eaf6948ec4b4270d0d0752d483b3b27988e3c35739687c033ae",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174322103,
     "length": 249,
     "sha256": "5a5d06ce7fbdfcc567a2ac77e743be91163f2e357afe270f75a3fa768ad18f15",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-worktree--sparse-paths",
   "title": "worktree.sparsePaths",
   "group": "Agents, sessions, and worktrees",
   "kind": "setting",
   "text": "Directories to include when creating worktrees, via git sparse-checkout (cone mode). Dramatically faster in large monorepos — only the listed paths are written to disk.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#worktree-sparsepaths",
   "details": {
    "path": "worktree.sparsePaths",
    "type": "array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "description": "Directories to include when creating worktrees, via git sparse-checkout (cone mode). Dramatically faster in large monorepos — only the listed paths are written to disk."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174322392,
     "length": 178,
     "sha256": "5ac7d45b6b5d08f0246b5a17fd40854735efc53983b611d18a0e04a7d9d4477e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174322353,
     "length": 218,
     "sha256": "44a2465ad1693ba6454d52c4de1c9ab8194638743801383a61b1cde7ca552eeb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-worktree--base-ref",
   "title": "worktree.baseRef",
   "group": "Agents, sessions, and worktrees",
   "kind": "setting",
   "text": "Which ref new worktrees branch from. 'fresh' (default) branches from origin/<default-branch> for a clean tree. 'head' branches from your current local HEAD so unpushed commits and feature-branch state are present. Applies to --worktree, EnterWorktree, and agent isolation.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#worktree-baseref",
   "details": {
    "path": "worktree.baseRef",
    "type": "\"fresh\" | \"head\"",
    "values": [
     "fresh",
     "head"
    ],
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174322620,
     "length": 274,
     "sha256": "8541fdb58e1af263a23896bbf8b25242a09caf8d9d9e38c708b649d8de92aa64",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174322572,
     "length": 323,
     "sha256": "caeee22d4160ddc17fce2ab2ec097ef71ed29e4bb082199999c64a5f5ffa8eab",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-worktree--bg-isolation",
   "title": "worktree.bgIsolation",
   "group": "Agents, sessions, and worktrees",
   "kind": "setting",
   "text": "Isolation mode for background sessions in this repo. 'worktree' (default) blocks Edit/Write in the main checkout until EnterWorktree is called. 'none' lets background jobs edit the working copy directly.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#worktree-bgisolation",
   "details": {
    "path": "worktree.bgIsolation",
    "type": "\"worktree\" | \"none\"",
    "values": [
     "worktree",
     "none"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174322965,
     "length": 205,
     "sha256": "16ed89c5e7f25a1a11dd19e962f6495b74df1f2827da67112220910a1ca38554",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174322896,
     "length": 275,
     "sha256": "3de11aab4a4e70cfaa0e4a4078ad621707f39007ea98c0454de904a51ba30256",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-worktree--location",
   "title": "worktree.location",
   "group": "Agents, sessions, and worktrees",
   "kind": "setting",
   "text": "Directory under which Claude Code Desktop creates the worktrees of SSH sessions that run on this machine (an absolute path or one starting with ~/), instead of <project>/.claude/worktrees. Read by the desktop app from the SSH host user settings; a location chosen in the desktop app's SSH connection settings takes precedence. The CLI (--worktree, EnterWorktree, agent isolation) does not read it yet.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "worktree.location",
    "type": "string",
    "optional": true,
    "invalidValueDropped": true,
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174323219,
     "length": 403,
     "sha256": "4310dc239e0dd21553a7655991d72cc058f2a97521e6e0eaf33fd41353a39984",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174323172,
     "length": 451,
     "sha256": "d7aaeb2c87d4cbfe28503595b244129a72309f6a43fa010125ba9eac8751eae3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-disable-agent-view",
   "title": "disableAgentView",
   "group": "Agents, sessions, and worktrees",
   "kind": "setting",
   "text": "Disable agent view (`claude agents`, `--bg`, /background, the on-demand daemon). Typically set in managed settings. Equivalent to CLAUDE_CODE_DISABLE_AGENT_VIEW=1.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#disableagentview",
   "details": {
    "path": "disableAgentView",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174324116,
     "length": 165,
     "sha256": "5d5595dd3b3ea6f9da10fd17b43db59da2789d5252087f7f685a260bd44bda7d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174324075,
     "length": 207,
     "sha256": "ae199a7d8f9ae78e1bc631d483a7d3d0c3a2ce85ca2bc11af2665b5447ac3078",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-agent",
   "title": "agent",
   "group": "Agents, sessions, and worktrees",
   "kind": "setting",
   "text": "Name of an agent (built-in or custom) to use for the main thread. Applies the agent's system prompt, tool restrictions, and model.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#agent",
   "details": {
    "path": "agent",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174351496,
     "length": 132,
     "sha256": "75f8e0d6503d4c77fd48aa7b99b96b8bda14c638d001cc0f198f3b390f22695c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174351466,
     "length": 163,
     "sha256": "e6f6e50dc64bb288b56bf74d580f1b90514229eb7c7e288fc99dc71aefe81a09",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-teammate-mode",
   "title": "teammateMode",
   "group": "Agents, sessions, and worktrees",
   "kind": "setting",
   "text": "How spawned teammates execute (tmux, iterm2, in-process, auto)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#teammatemode",
   "details": {
    "path": "teammateMode",
    "type": "\"auto\" | \"tmux\" | \"iterm2\" | \"in-process\"",
    "values": [
     "auto",
     "tmux",
     "iterm2",
     "in-process"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174363311,
     "length": 64,
     "sha256": "a82b1c60772cd2c5d9f1873ab190e1fe0153992ed232ee7da518ddc50d1bed66",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174363257,
     "length": 119,
     "sha256": "97a15a55ad9b0b6098d0ca7461da431ab603bfe7c0ff2fe6900a222f3e98a94d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-isolate-peer-machines",
   "title": "isolatePeerMachines",
   "group": "Agents, sessions, and worktrees",
   "kind": "setting",
   "text": "Require explicit approval before SendMessage can reach a peer session on another machine via Remote Control",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#isolatepeermachines",
   "details": {
    "path": "isolatePeerMachines",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174364308,
     "length": 109,
     "sha256": "7f9cb89c497f8cdda24bcc6d6dda3949480ddb9d4b4f77a3046683dfb73aeb49",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174364264,
     "length": 154,
     "sha256": "26c11b80ec87c9d2160228eb88f6a1e4eab511977197940d7412359f26e4189a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-cross-session-inbound",
   "title": "crossSessionInbound",
   "group": "Agents, sessions, and worktrees",
   "kind": "setting",
   "text": "Inbound cross-session peer messages (SendMessage from your other sessions): 'accept' delivers them, 'hold' parks them for your review without letting Claude act, 'refuse' opts this session out. An explicit value always wins. Unset (mode parity): a message auto-delivers only when the sending session's permission-mode class matches yours (bypass↔bypass or prompting↔prompting); a mismatched sender's message is held for your approval; a sender that asserts no class is held only while this session bypasses permission prompts.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#crosssessioninbound",
   "details": {
    "path": "crossSessionInbound",
    "type": "\"accept\" | \"hold\" | \"refuse\"",
    "values": [
     "accept",
     "hold",
     "refuse"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174364668,
     "length": 538,
     "sha256": "61634f0d28ec41906f1f1bf127821f9376b5b95436b88142b48c3b6f79e45be8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174364607,
     "length": 600,
     "sha256": "537fa3b52d4a4bcaf4492bfa9a15f6e90442227781a131d79e30114710211913",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-disable-remote-control",
   "title": "disableRemoteControl",
   "group": "Remote, desktop, and notifications",
   "kind": "setting",
   "text": "Disable Remote Control (claude.ai/code, `claude remote-control`, `--remote-control`/`--rc`, auto-start, and the in-session toggle). Typically set in managed settings.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#disableremotecontrol",
   "details": {
    "path": "disableRemoteControl",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174324328,
     "length": 168,
     "sha256": "747a4f4a7b28c976ec55375a3165608c257ddffa2ac042501e4f308b7910021e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174324283,
     "length": 214,
     "sha256": "52222ad80fe224f8688a4b7e4e8bb05810dee13842eefb93a2dba187ed23dd43",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-disable-artifact",
   "title": "disableArtifact",
   "group": "Remote, desktop, and notifications",
   "kind": "setting",
   "text": "Deprecated: use enableArtifact: false. Still honored — true disables the Artifact tool; false is ignored.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#disableartifact",
   "details": {
    "path": "disableArtifact",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174324654,
     "length": 112,
     "sha256": "b54a2e7ba4e26e40d77d6b228559b018578a06f544438aff876e078c697b291d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174324614,
     "length": 153,
     "sha256": "c14233eeec2f2385e6d90290e588b5fcb1c5972b1bc95e9e096cebadc9c75051",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-enable-artifact",
   "title": "enableArtifact",
   "group": "Remote, desktop, and notifications",
   "kind": "setting",
   "text": "Turn the Artifact tool on or off. Off in any of managed, --settings, or user settings wins; project and local settings can only turn it off. Unset defaults to on once the feature is available.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#enableartifact",
   "details": {
    "path": "enableArtifact",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174324807,
     "length": 194,
     "sha256": "da14c1e847f3ec037f4c16af003c7bd0a3bb2969fab8c83aac8db28d07d12f73",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174324768,
     "length": 234,
     "sha256": "109fdb50ec89eed1de93358c8cf25ce9a218184b9b218c5fa25bf12c4179c633",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-ssh-configs",
   "title": "sshConfigs",
   "group": "Remote, desktop, and notifications",
   "kind": "setting",
   "text": "SSH connection configurations for remote environments. Typically set in managed settings by enterprise administrators to pre-configure SSH connections for team members.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#sshconfigs",
   "details": {
    "path": "sshConfigs",
    "type": "array of object {id, name, sshHost, sshPort, sshIdentityFile, startDirectory}",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "object",
      "properties": {
       "id": {
        "type": "string",
        "description": "Unique identifier for this SSH config. Used to match configs across settings sources."
       },
       "name": {
        "type": "string",
        "description": "Display name for the SSH connection"
       },
       "sshHost": {
        "type": "string",
        "description": "SSH host in format \"user@hostname\" or \"hostname\", or a host alias from ~/.ssh/config"
       },
       "sshPort": {
        "type": "number",
        "constraints": {
         "int": true
        },
        "optional": true,
        "description": "SSH port (default: 22)"
       },
       "sshIdentityFile": {
        "type": "string",
        "optional": true,
        "description": "Path to SSH identity file (private key)"
       },
       "startDirectory": {
        "type": "string",
        "optional": true,
        "description": "Default working directory on the remote host. Supports tilde expansion (e.g. ~/projects). If not specified, defaults to the remote user home directory. Can be overridden by the [dir] positional argument in `claude ssh <config> [dir]`."
       }
      }
     },
     "optional": true,
     "description": "SSH connection configurations for remote environments. Typically set in managed settings by enterprise administrators to pre-configure SSH connections for team members."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174359926,
     "length": 170,
     "sha256": "c34cd4d3907ad85d57fbcfc1c91c2d2b0916a90ae43dc63a383b2566dadf198b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174359192,
     "length": 905,
     "sha256": "858d2678da7df70e215c85ed10ed78c132720de28b29d71d84b01f070b8aa69a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-preferred-notif-channel",
   "title": "preferredNotifChannel",
   "group": "Remote, desktop, and notifications",
   "kind": "setting",
   "text": "Preferred OS notification channel",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#preferrednotifchannel",
   "details": {
    "path": "preferredNotifChannel",
    "type": "\"auto\" | \"iterm2\" | \"terminal_bell\" | \"iterm2_with_bell\" | \"kitty\" | \"ghostty\" | \"notifications_disabled\"",
    "values": [
     "auto",
     "iterm2",
     "terminal_bell",
     "iterm2_with_bell",
     "kitty",
     "ghostty",
     "notifications_disabled"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174361815,
     "length": 35,
     "sha256": "688ed8c10eaf86736c680db58a22b3fdd79546501d8bd3ae65ef28ee69467e5b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174361753,
     "length": 98,
     "sha256": "b419103efd14805a3aa1f6c918c8cb969fbf60292d4a913449d2e174ef87397b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-remote-control-at-startup",
   "title": "remoteControlAtStartup",
   "group": "Remote, desktop, and notifications",
   "kind": "setting",
   "text": "Start Remote Control bridge automatically each session",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#remotecontrolatstartup",
   "details": {
    "path": "remoteControlAtStartup",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174363424,
     "length": 56,
     "sha256": "ba06037c9091d8189d63a711905ab9ceef076e9215fac32812fd2d195e5919f4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174363377,
     "length": 104,
     "sha256": "73f544be714280e33beba1d77e654b89f5c515fbb476f9a0cca364eaf3167bdb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-input-needed-notif-enabled",
   "title": "inputNeededNotifEnabled",
   "group": "Remote, desktop, and notifications",
   "kind": "setting",
   "text": "Push to mobile when a permission prompt or question is waiting",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#inputneedednotifenabled",
   "details": {
    "path": "inputNeededNotifEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174365370,
     "length": 64,
     "sha256": "c88ad5104fc8038325a2e5b024377a8be88b4c5270b14135d6a9ae8e1d8ecee2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174365322,
     "length": 113,
     "sha256": "065cb23cbab827fb387c12ca621565d208557a0bd894dc9d089f617e9484ef60",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-agent-push-notif-enabled",
   "title": "agentPushNotifEnabled",
   "group": "Remote, desktop, and notifications",
   "kind": "setting",
   "text": "Allow Claude to push proactive mobile notifications",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#agentpushnotifenabled",
   "details": {
    "path": "agentPushNotifEnabled",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174365482,
     "length": 53,
     "sha256": "03df748538b35c73e650f76f83218e6b8fb5450c8bfe67aed42fe752dbbcc32c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174365436,
     "length": 100,
     "sha256": "6b22aa9cc58241ea98c29caff049b765801f0b842904ba083ba5bff55498c0e1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-disable-deep-link-registration",
   "title": "disableDeepLinkRegistration",
   "group": "Remote, desktop, and notifications",
   "kind": "setting",
   "text": "Prevent claude-cli:// protocol handler registration with the OS",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#disabledeeplinkregistration",
   "details": {
    "path": "disableDeepLinkRegistration",
    "type": "\"disable\"",
    "values": [
     "disable"
    ],
    "optional": true,
    "featureModule": "deepLink",
    "buildGate": "enabled in this build (buildGate returns true)",
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276396,
     "length": 65,
     "sha256": "7f698a27ad49b6d5ec92abb6d1333be983289e00c2b40f955a1bfd4acf5673ab",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276333,
     "length": 129,
     "sha256": "d83affbd7629a9e86ed38a5168339c3eab44d9e28a05e58b22130490961956ed",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276294,
     "length": 171,
     "sha256": "0ee975010a9b1282786edc56419cb422d47c4a199c4ef9d6c13e5cbe81d87a81",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-api-key-helper",
   "title": "apiKeyHelper",
   "group": "Authentication and providers",
   "kind": "setting",
   "text": "Path to a script that outputs authentication values",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#apikeyhelper",
   "details": {
    "path": "apiKeyHelper",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304466,
     "length": 53,
     "sha256": "2e6f782c3d8a08d2b11fa544df21b2692b37c4b65bc05ab9cd8de69be919dd24",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304429,
     "length": 91,
     "sha256": "e711ee407e047c59591b74f55caf4e82a519b38e47e0fd5312428443ae6bbdaf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-aws-credential-export",
   "title": "awsCredentialExport",
   "group": "Authentication and providers",
   "kind": "setting",
   "text": "Path to a script that exports AWS credentials",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#awscredentialexport",
   "details": {
    "path": "awsCredentialExport",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304676,
     "length": 47,
     "sha256": "40906bb86b7bc41edf980e2776c6cc45b4c5d23831f657ed60d50334a1a34603",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304632,
     "length": 92,
     "sha256": "2fccebed61b640208c55d61d355e9a158d71733d8913b7035ba027cfb6d48e66",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-aws-auth-refresh",
   "title": "awsAuthRefresh",
   "group": "Authentication and providers",
   "kind": "setting",
   "text": "Path to a script that refreshes AWS authentication",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#awsauthrefresh",
   "details": {
    "path": "awsAuthRefresh",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304764,
     "length": 52,
     "sha256": "4e5b376c87bb85925573f9ebaa54af8dce1c5b759a84bf6220b6a8b28a3c851a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304725,
     "length": 92,
     "sha256": "631e59c698eef0a3124485751e39f1d94aabeb8aa2334fdf2abb27c42433f5f2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-gcp-auth-refresh",
   "title": "gcpAuthRefresh",
   "group": "Authentication and providers",
   "kind": "setting",
   "text": "Command to refresh GCP authentication (e.g., gcloud auth application-default login)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#gcpauthrefresh",
   "details": {
    "path": "gcpAuthRefresh",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304857,
     "length": 85,
     "sha256": "f4b9e8d8138a8368dddc98916643dbf0cf9fa26e38c8b3b1da2c3234fee584ce",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304818,
     "length": 125,
     "sha256": "075696cdf0bdc2957c0b158e226da3e200bf7afd77e9761a6a2fda26fe32caaf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-force-login-method",
   "title": "forceLoginMethod",
   "group": "Authentication and providers",
   "kind": "setting",
   "text": "Force a specific login method: \"claudeai\" for Claude Pro/Max, \"console\" for Console billing, \"gateway\" for the Cloud gateway OIDC device flow",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#forceloginmethod",
   "details": {
    "path": "forceLoginMethod",
    "type": "\"claudeai\" | \"console\" | \"gateway\"",
    "values": [
     "claudeai",
     "console",
     "gateway"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174338470,
     "length": 143,
     "sha256": "ae22d1601654f33881e3ee0d1a07f980e99672893a13a4a526a0692016f6f772",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174338383,
     "length": 231,
     "sha256": "73cc81f4771119eb507fd75ebe187f2e248c2d7ecdba076d04e24f03d195273b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-force-login-gateway-url",
   "title": "forceLoginGatewayUrl",
   "group": "Authentication and providers",
   "kind": "setting",
   "text": "Cloud gateway URL to pre-fill and auto-connect to during login, alongside forceLoginMethod: \"gateway\". Honored only from admin-controlled managed settings (MDM / managed-settings.json / policy helper); ignored in user, project, and remote-delivered settings.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#forcelogingatewayurl",
   "details": {
    "path": "forceLoginGatewayUrl",
    "type": "string (>= 1)",
    "constraints": {
     "min": 1
    },
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174338681,
     "length": 260,
     "sha256": "6c22b7f84016035b842d0f0add301c7c856fe0aa5719c8f949e0dfc8cb7f8c71",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174338615,
     "length": 327,
     "sha256": "c6401b61c75409330c8ed743b15267373766b9278f35e2b1b4d94781c8b75fd2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-gateway-internal-networks",
   "title": "gatewayInternalNetworks",
   "group": "Authentication and providers",
   "kind": "setting",
   "text": "IPv4 CIDR blocks (at most 4, each /8 to /32, not overlapping) your Cloud gateway sits in: the public block your organization numbers its internal network from, which lets /login reach a gateway there. A block must lie entirely outside private space, where /login accepts a gateway without this key. /login accepts a gateway inside a listed block over a direct connection only, and only when this machine's own address on that connection is inside the same block, so /login must happen from a machine whose own address is inside the block (not through a proxy, VPN pool, container or NAT segment outside it). A bar against copied settings files, not proof of location. Honored only from admin-controlled managed settings (MDM / managed-settings.json / policy helper); ignored in user, project, and remote-delivered settings.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#gatewayinternalnetworks",
   "details": {
    "path": "gatewayInternalNetworks",
    "type": "array of string",
    "optional": true,
    "invalidValueDropped": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "invalidDropped": true,
     "description": "IPv4 CIDR blocks (at most 4, each /8 to /32, not overlapping) your Cloud gateway sits in: the public block your organization numbers its internal network from, which lets /login reach a gateway there. A block must lie entirely outside private space, where /login accepts a gateway without this key. /login accepts a gateway inside a listed block over a direct connection only, and only when this machine's own address on that connection is inside the same block, so /login must happen from a machine whose own address is inside the block (not through a proxy, VPN pool, container or NAT segment outside it). A bar against copied settings files, not proof of location. Honored only from admin-controlled managed settings (MDM / managed-settings.json / policy helper); ignored in user, project, and remote-delivered settings."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174339030,
     "length": 825,
     "sha256": "725fba041b2786f5c3319bc434a27795260a23cce50ae17581f4328ab9418f2b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174338943,
     "length": 913,
     "sha256": "45ed621341c4057844bdac1b19149d3809656c81ed765b8a3749111eb521f468",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-force-login-org-uuid",
   "title": "forceLoginOrgUUID",
   "group": "Authentication and providers",
   "kind": "setting",
   "text": "Organization UUID to require for OAuth login. Accepts a single UUID string or an array of UUIDs (any one is permitted). When set in managed settings, login fails if the authenticated account does not belong to a listed organization.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#forceloginorguuid",
   "details": {
    "path": "forceLoginOrgUUID",
    "type": "string | array of string",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "union",
     "options": [
      {
       "type": "string"
      },
      {
       "type": "array",
       "items": {
        "type": "string"
       }
      }
     ],
     "optional": true,
     "description": "Organization UUID to require for OAuth login. Accepts a single UUID string or an array of UUIDs (any one is permitted). When set in managed settings, login fails if the authenticated account does not belong to a listed organization."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174342246,
     "length": 234,
     "sha256": "424a0a886fe4a8fed2cf0d69354273a371867836a2c8f20467395f33a16c4c01",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174342191,
     "length": 290,
     "sha256": "4e08e6f08d603e574847b18a0ac003ec42547bba64859de3d8cdd64a652ece84",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-otel-headers-helper",
   "title": "otelHeadersHelper",
   "group": "Authentication and providers",
   "kind": "setting",
   "text": "Path to a script that outputs OpenTelemetry headers",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#otelheadershelper",
   "details": {
    "path": "otelHeadersHelper",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174342711,
     "length": 53,
     "sha256": "6ceb19f55e491be499ac323f63e2e503b896b7d88de1d5c7678b912ecbe060b7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174342669,
     "length": 96,
     "sha256": "8e63b3bff543b9c3a6c7bfe57ea923e67e01daa42d799f201b5eadf9619569ad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-updates-channel",
   "title": "autoUpdatesChannel",
   "group": "Updates and versioning",
   "kind": "setting",
   "text": "Release channel for auto-updates (latest or stable)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#autoupdateschannel",
   "details": {
    "path": "autoUpdatesChannel",
    "type": "\"latest\" | \"stable\" | \"rc\"",
    "values": [
     "latest",
     "stable",
     "rc"
    ],
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174353051,
     "length": 53,
     "sha256": "472b780acbbcaa6785d2acc2e635b91337c38755309c2c391c63d8197e8acea5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174352984,
     "length": 121,
     "sha256": "e5a0565da5534acc950c2e441c847676ffe64cb3ed5e1d53e3adcf18f5802cab",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-minimum-version",
   "title": "minimumVersion",
   "group": "Updates and versioning",
   "kind": "setting",
   "text": "Minimum version to stay on - prevents downgrades when switching to stable channel",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#minimumversion",
   "details": {
    "path": "minimumVersion",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174353145,
     "length": 83,
     "sha256": "5364febb20cbfa094bd5b43ce6920b7a83c46415217b52b0e56ce7da5d2b047a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174353106,
     "length": 123,
     "sha256": "dcc2402c4ffd7bc6d1326a6e3417f07c5190cdf32eea75e10318d614b4ae7424",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-required-minimum-version",
   "title": "requiredMinimumVersion",
   "group": "Updates and versioning",
   "kind": "setting",
   "text": "Minimum Claude Code version required to start. If the running version is older, Claude Code exits at startup with instructions to update. Only enforced from managed (policy) settings.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#requiredminimumversion",
   "details": {
    "path": "requiredMinimumVersion",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174353277,
     "length": 185,
     "sha256": "5952d55508cb4b378e67c14057ed4105cb261425e95e1e9b0c30083c76e1fbbe",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174353230,
     "length": 233,
     "sha256": "b35303876f0f06f9b1ff09ddc20ab9af8a842dbd91d7a42980e43def0526181b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-required-maximum-version",
   "title": "requiredMaximumVersion",
   "group": "Updates and versioning",
   "kind": "setting",
   "text": "Maximum Claude Code version allowed to start. If the running version is newer, Claude Code exits at startup with instructions to install an approved version. Only enforced from managed (policy) settings.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#requiredmaximumversion",
   "details": {
    "path": "requiredMaximumVersion",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174353511,
     "length": 205,
     "sha256": "be65771fa71a0d0521225ca4569c1edfc0249a685aaa641bb56b47e81ab0b74c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174353464,
     "length": 253,
     "sha256": "c1b2b99734caa1075b88c2f83f2ee149f8f0134f4120ef5878373fc4923b591f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-cleanup-period-days",
   "title": "cleanupPeriodDays",
   "group": "Privacy and telemetry",
   "kind": "setting",
   "text": "Number of days to retain chat transcripts before automatic cleanup (default: 30). Minimum 1. Use a large value for long retention; use --no-session-persistence to disable transcript writes entirely.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#cleanupperioddays",
   "details": {
    "path": "cleanupPeriodDays",
    "type": "number (integer, > 0)",
    "constraints": {
     "int": true,
     "positive": true
    },
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174309324,
     "length": 200,
     "sha256": "7a36c5a5e3776695dca822154a550854fce8ff6193aff0158ce8c9832e48b678",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174309265,
     "length": 260,
     "sha256": "a8145fa9d04001eeba13ffc116299992abfb16d185e13aa02a042225bf777787",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-desktop-session-cleanup-period-days",
   "title": "desktopSessionCleanupPeriodDays",
   "group": "Privacy and telemetry",
   "kind": "setting",
   "text": "Retention ceiling in days for session transcripts created or last written by a desktop-host surface (Claude Desktop, Cowork), which are otherwise exempt from the cleanupPeriodDays sweep. 0 (the default) means no ceiling: such transcripts are kept until deleted another way. Unlike cleanupPeriodDays, 0 is allowed because this setting never disables writes — it only bounds an exemption from deletion. The ceiling is a hard cap: it also bounds an active archive grace, so the grace window of a release marker never keeps files past the ceiling. Ignored when cleanupPeriodDays is managed by org policy. A ceiling at or below cleanupPeriodDays effectively disables the exemption: those transcripts age out on the regular cleanupPeriodDays schedule, so the effective retention is whichever of the two periods is longer.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#desktopsessioncleanupperioddays",
   "details": {
    "path": "desktopSessionCleanupPeriodDays",
    "type": "number (integer, >= 0)",
    "constraints": {
     "int": true,
     "nonnegative": true
    },
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174309602,
     "length": 822,
     "sha256": "2cce826f5619c53ed3e2185343efc8686103c79f0928706baaa71345f25cf0fa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174309526,
     "length": 899,
     "sha256": "119fca2dc63dbdda6011db116b30c52d075bd9b6530564b093d1eead4e62556a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-skip-web-fetch-preflight",
   "title": "skipWebFetchPreflight",
   "group": "Privacy and telemetry",
   "kind": "setting",
   "text": "Skip the WebFetch blocklist check for enterprise environments with restrictive security policies",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#skipwebfetchpreflight",
   "details": {
    "path": "skipWebFetchPreflight",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343146,
     "length": 98,
     "sha256": "efdfd122cee229465d87cc6beb22ec88e3a5f1d20ce95ce905f0284f88a9d0da",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343100,
     "length": 145,
     "sha256": "15d075d387f4d89e89154473639d96a8825235c234b94fa83770778ba601c311",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-feedback-survey-rate",
   "title": "feedbackSurveyRate",
   "group": "Privacy and telemetry",
   "kind": "setting",
   "text": "Probability (0–1) that the session quality survey appears when eligible. 0.05 is a reasonable starting point.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#feedbacksurveyrate",
   "details": {
    "path": "feedbackSurveyRate",
    "type": "number (>= 0, <= 1)",
    "constraints": {
     "min": 0,
     "max": 1
    },
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343331,
     "length": 116,
     "sha256": "29722ea520b332de7eeb224c70d78d4d77b702f9ab0c0b67243a3a7fe828ef4b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343274,
     "length": 174,
     "sha256": "810b58b52d474d9dd7f41e85f1ede31ccdeff7cb4a86a134aa019028f315fd54",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-feedback-drafts",
   "title": "feedbackDrafts",
   "group": "Privacy and telemetry",
   "kind": "setting",
   "text": "Model-drafted feedback (the SendFeedback tool). \"notify\" (default) shows a one-line notice when a draft is queued; \"quiet\" shows only the footer counter; \"off\" disables the tool entirely so drafts are never queued.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#feedbackdrafts",
   "details": {
    "path": "feedbackDrafts",
    "type": "\"notify\" | \"quiet\" | \"off\"",
    "values": [
     "notify",
     "quiet",
     "off"
    ],
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343512,
     "length": 216,
     "sha256": "47081283a99219b1c34f6501221faf7586c09c7f50573b62c568cf83807dc044",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174343449,
     "length": 280,
     "sha256": "e4f3b3fd7fb63af2876ff880258b26be7706eec3c4305bde7ef0eca614b65a69",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-policy-helper",
   "title": "policyHelper",
   "group": "Enterprise and managed settings",
   "kind": "setting",
   "text": "Executable that computes managed settings at startup. Honored only from admin-controlled policy sources.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#policyhelper",
   "details": {
    "path": "policyHelper",
    "type": "object {path, timeoutMs, refreshIntervalMs}",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174305562,
     "length": 106,
     "sha256": "7293769cbb3fa6d402dfe25f978734e8a157241ad0c7a96e67f5176cccf27c45",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174305450,
     "length": 219,
     "sha256": "1df6729906bf5ec1c2579be6faa4cf116fe580b0194b4e0de3191a84a7277837",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-policy-helper--path",
   "title": "policyHelper.path",
   "group": "Enterprise and managed settings",
   "kind": "setting",
   "text": "Absolute path to the helper executable",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#policyhelper-path",
   "details": {
    "path": "policyHelper.path",
    "type": "string",
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174292678,
     "length": 40,
     "sha256": "07e08f241d4840ca671571158ce1fa9e03f2bc34bad4d0bf81bdf1cffbd923e4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174293057,
     "length": 9,
     "sha256": "1e8917ed28b47aa8065ab89e1afc8ac4b890801cb4ec38e61f4d61fbfd190f17",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-policy-helper--timeout-ms",
   "title": "policyHelper.timeoutMs",
   "group": "Enterprise and managed settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#policyhelper-timeoutms",
   "details": {
    "path": "policyHelper.timeoutMs",
    "type": "number (integer, >= 1000)",
    "constraints": {
     "int": true,
     "min": 1000
    },
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174293067,
     "length": 22,
     "sha256": "1a190734858bd158abd0bb52d538110a918e2d92b3129534891cd968608e2e44",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-policy-helper--refresh-interval-ms",
   "title": "policyHelper.refreshIntervalMs",
   "group": "Enterprise and managed settings",
   "kind": "setting",
   "text": null,
   "when": null,
   "documented": "https://code.claude.com/docs/en/settings-reference#policyhelper-refreshintervalms",
   "details": {
    "path": "policyHelper.refreshIntervalMs",
    "type": "0 | number",
    "optional": true,
    "documentedVia": "reference entry",
    "schema": {
     "type": "union",
     "options": [
      {
       "type": "literal",
       "value": 0
      },
      {
       "type": "number",
       "constraints": {
        "int": true,
        "min": 60000
       }
      }
     ],
     "optional": true
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174293090,
     "length": 42,
     "sha256": "a98f4a0e758f4c68f9af7386015b0926b859638dcca579e454aa739a98ff0c3d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-wsl-inherits-windows-settings",
   "title": "wslInheritsWindowsSettings",
   "group": "Enterprise and managed settings",
   "kind": "setting",
   "text": "When set to true in either admin-only Windows source — the HKLM SOFTWARE/Policies/ClaudeCode registry key or C:/Program Files/ClaudeCode/managed-settings.json — WSL reads managed settings from the full Windows policy chain (HKLM, C:/Program Files/ClaudeCode via DrvFs, HKCU) in addition to /etc/claude-code. Windows sources take priority. The flag is also required in HKCU itself for HKCU policy to apply on WSL (double opt-in: admin enables the chain, user confirms HKCU). On native Windows the flag has no effect.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#wslinheritswindowssettings",
   "details": {
    "path": "wslInheritsWindowsSettings",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174313102,
     "length": 527,
     "sha256": "5ede4002f9a4660cb41f964e0725781700f584b7b28fda36bf59f2f18706553b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174313051,
     "length": 579,
     "sha256": "05e1971d894e8e09e41d38dae15506c1ffa5a378f2e3deff8ffcc0e55b05bf99",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-disable-sideload-flags",
   "title": "disableSideloadFlags",
   "group": "Enterprise and managed settings",
   "kind": "setting",
   "text": "When true (and set in managed settings), rejects the --plugin-dir, --plugin-url, --agents, and non-sdk --mcp-config CLI flags at startup. Closes the CLI-flag bypass of strictKnownMarketplaces. Pair with allowedMcpServers for per-server MCP control; this setting does not gate other MCP entry points (SDK setMcpServers, claude mcp add, .mcp.json). Also blocks surfaces that spawn the CLI with these flags internally (see settings documentation). Only honored from managed settings; ignored in user/project/local settings.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#disablesideloadflags",
   "details": {
    "path": "disableSideloadFlags",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174336957,
     "length": 522,
     "sha256": "7693ff8168a2748a5fbc96bf7d19b92c3cdf9ab7be61fb1cf02633aa1c276384",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174336912,
     "length": 568,
     "sha256": "068fc8478f4a6547365cd83443bfeed1db1d74e9b7c46b5eb2a73ecf45028299",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-parent-settings-behavior",
   "title": "parentSettingsBehavior",
   "group": "Enterprise and managed settings",
   "kind": "setting",
   "text": "Controls whether the SDK parent tier (Options.managedSettings / --managed-settings) layers under this admin tier. \"first-wins\" (the default, except in a gateway session Claude Desktop's Code tab launched, where \"merge\" is): parent is dropped — admin tiers are the only policy source. \"merge\": parent's restrictive-only-filtered settings union under the admin winner. Has no effect when no admin tier exists (parent applies as the sole policy tier, still filtered restrictive-only).",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#parentsettingsbehavior",
   "details": {
    "path": "parentSettingsBehavior",
    "type": "\"first-wins\" | \"merge\"",
    "values": [
     "first-wins",
     "merge"
    ],
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174339926,
     "length": 494,
     "sha256": "45835636d0d9d6d6055e3c168a319b253ccb6373985d1a047f922d3513d775b4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174339857,
     "length": 564,
     "sha256": "51871f0444e9cd3f61b3a0d7a2a58b7d0589d9cf1fb7c7240f16eab879f26177",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-managed-sources-behavior",
   "title": "managedSourcesBehavior",
   "group": "Enterprise and managed settings",
   "kind": "setting",
   "text": "Controls how the managed settings sources compose. \"first-wins\" (default): the highest-priority source present (server-managed > MDM (managed plist / HKLM) > managed-settings.json) is the managed tier alone. \"merge\": every present source deep-merges with fixed precedence server-managed > MDM > managed-settings.json — scalars take the highest source's value (a restrictive boolean or enum — the allowManaged*Only locks, the disable* switches, the sandbox lock family — takes the strictest value any source sets) and arrays union, except fallbackModel, the restriction allowlists allowedMcpServers, availableModels, strictKnownMarketplaces and allowedChannelPlugins, and sandbox.credentials.awsPairs and sandbox.ripgrep (the highest source that sets one owns it whole), modelOverrides (the whole map of the highest source that sets it, dropped when that source sits below the one that sets availableModels), managedMcpServers (server names union; a name set by two sources takes the higher source's whole entry), and the keys taken from the highest source only: the auth pins forceLoginOrgUUID, forceLoginMethod, forceLoginGatewayUrl and gatewayInternalNetworks, the credential helpers apiKeyHelper, awsAuthRefresh, awsCredentialExport, gcpAuthRefresh, otelHeadersHelper and proxyAuthHelper, modelPicker, permissions.defaultMode, parentSettingsBehavior and the policyHelper configuration (env keeps its own per-key union). Honored only from the highest-priority source present; enable it only when every lower source is admin-controlled, since lower sources then contribute entries such as permissions.allow. HKCU and --managed-settings never take part in the merge.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#managedsourcesbehavior",
   "details": {
    "path": "managedSourcesBehavior",
    "type": "\"first-wins\" | \"merge\"",
    "values": [
     "first-wins",
     "merge"
    ],
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174340491,
     "length": 1698,
     "sha256": "4382137bef212713b2a7d0fa7841faf01f411b418490b1cc507656085ba52fd3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174340422,
     "length": 1768,
     "sha256": "4ef6cf4a503412cc4d48dc179ef4abce97c53fdebe7a43a1f92d36040d0bd6d8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-force-remote-settings-refresh",
   "title": "forceRemoteSettingsRefresh",
   "group": "Enterprise and managed settings",
   "kind": "setting",
   "text": "When set in managed settings, the CLI blocks startup until remote managed settings are freshly fetched, and exits if the fetch fails",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#forceremotesettingsrefresh",
   "details": {
    "path": "forceRemoteSettingsRefresh",
    "type": "boolean",
    "optional": true,
    "documentedVia": "reference entry",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174342533,
     "length": 134,
     "sha256": "12e02932b726859d0c92f37db7371dbbc719d3b5030767eff03220a7b4d59aa3",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174342482,
     "length": 186,
     "sha256": "16eadcc686d06875064e76a15fb998ed847395085cda3e8aedc4206a694d130b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-schema",
   "title": "$schema",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "JSON Schema reference for Claude Code settings",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings",
   "details": {
    "path": "$schema",
    "type": "string",
    "optional": true,
    "documentedVia": "page mention"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304379,
     "length": 48,
     "sha256": "54ceeba7cb7d0dda3a5d71b57ea7842e64d306156054c647bb81699e29d55de8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304347,
     "length": 81,
     "sha256": "fdc86885b79511de789a524f59ba485b34c35f09ac67001f0f05e598e254ab26",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-proxy-auth-helper",
   "title": "proxyAuthHelper",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Shell command that outputs a Proxy-Authorization header value (EAP)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "proxyAuthHelper",
    "type": "string",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304561,
     "length": 69,
     "sha256": "3245072751629c89062c2f31820dda1c54376367e312c510a446e2ccb9414045",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174304521,
     "length": 110,
     "sha256": "99dbfd282d81f9590f5e62485b91318f3b1b03ef9e80f4e0915aae2f49e520d1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-xaa-idp",
   "title": "xaaIdp",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "XAA (SEP-990) IdP connection. Configure once; all XAA-enabled MCP servers reuse this.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "xaaIdp",
    "type": "object {issuer, clientId, callbackPort}",
    "optional": true,
    "conditional": "present in the schema only when `CLAUDE_CODE_ENABLE_XAA` is truthy (from code)"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307397,
     "length": 87,
     "sha256": "997e561c69b98c16b4fb31ff03f7df0e7f09750a8c836e5b9effdee81972ae0a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307055,
     "length": 430,
     "sha256": "f80d46abbccd85f832e6aa9991d8cf0cdb36bc4865028e8fe0072ba4571dbfef",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307025,
     "length": 461,
     "sha256": "f84e094e3bdd5fee8bbd29f78dff07f30fd76be578a111077b24091ea61f061d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-xaa-idp--issuer",
   "title": "xaaIdp.issuer",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "IdP issuer URL for OIDC discovery",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "xaaIdp.issuer",
    "type": "string (URL)",
    "constraints": {
     "url": true
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307091,
     "length": 35,
     "sha256": "aa5c42515d395b0eed7af29f3ceefbb2516969437ed52816aaf1419afff4c517",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307065,
     "length": 62,
     "sha256": "60cb095e85a6b2de182ffd839ec43215a848141d4c70ae6361f3c0603b76a8ec",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-xaa-idp--client-id",
   "title": "xaaIdp.clientId",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Claude Code's client_id registered at the IdP",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "xaaIdp.clientId",
    "type": "string"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307150,
     "length": 47,
     "sha256": "5994c1a0263319a1a862816ee27766d568213a5ae66793922842a7757d3af708",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307128,
     "length": 70,
     "sha256": "381ebceb264e426643f9074bac56e249a6ae3030128efd91394804229688a5c2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-xaa-idp--callback-port",
   "title": "xaaIdp.callbackPort",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Fixed loopback callback port for the IdP OIDC login. Only needed if the IdP does not honor RFC 8252 port-any matching.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "xaaIdp.callbackPort",
    "type": "number (integer, > 0)",
    "constraints": {
     "int": true,
     "positive": true
    },
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307253,
     "length": 120,
     "sha256": "30a0ad8e41bd783741a8ec0881fea253ceab0651bfceba98ecf692c3399ce71c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307199,
     "length": 175,
     "sha256": "5f00887695c22366cda4f6e4cc73e37e5d789baa353296f0487570db9cfde3a1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-prepend-plugins",
   "title": "prependPlugins",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Managed plugins (plugin@marketplace ids that managed enabledPlugins sets true) whose hooks run first, outermost, in the listed order: the first id listed sees every event before any other plugin and every result after it. Managed plugins not listed here or in appendPlugins follow the listed ones; user, project and marketplace plugins come after those; then appendPlugins; then the built-in plugins. The bundled sec-default@builtin seats itself outermost (on a machine with managed settings and for Team and Enterprise organizations) unless this list is set, in which case list sec-default@builtin where it should sit or leave it out. Any other id that is not an enabled managed plugin is skipped; an id listed in both keys is prepended. Only honored from managed settings (or, on a machine with none, from user settings for your own plugins); ignored in project, local and --settings sources.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "prependPlugins",
    "type": "array of string",
    "optional": true,
    "invalidValueDropped": true,
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "invalidDropped": true,
     "description": "Managed plugins (plugin@marketplace ids that managed enabledPlugins sets true) whose hooks run first, outermost, in the listed order: the first id listed sees every event before any other plugin and every result after it. Managed plugins not listed here or in appendPlugins follow the listed ones; user, project and marketplace plugins come after those; then appendPlugins; then the built-in plugins. The bundled sec-default@builtin seats itself outermost (on a machine with managed settings and for Team and Enterprise organizations) unless this list is set, in which case list sec-default@builtin where it should sit or leave it out. Any other id that is not an enabled managed plugin is skipped; an id listed in both keys is prepended. Only honored from managed settings (or, on a machine with none, from user settings for your own plugins); ignored in project, local and --settings sources."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174332877,
     "length": 896,
     "sha256": "c9dccefd25a2edb37cc21839ef4e7867cdcf38a63341bee6aab4d87539af3d5e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174332821,
     "length": 953,
     "sha256": "2d68522a735bfe68d6529e31077212a897e106bbdcdef5c6396b8a047d1706bf",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-append-plugins",
   "title": "appendPlugins",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Managed plugins (plugin@marketplace ids that managed enabledPlugins sets true) whose hooks run last among plugins, innermost, in the listed order: the last id listed sits just above the built-in plugins and sees each event as every other plugin left it. Only honored from managed settings (or, on a machine with none, from user settings for your own plugins); ignored in project, local and --settings sources.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "appendPlugins",
    "type": "array of string",
    "optional": true,
    "invalidValueDropped": true,
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "optional": true,
     "invalidDropped": true,
     "description": "Managed plugins (plugin@marketplace ids that managed enabledPlugins sets true) whose hooks run last among plugins, innermost, in the listed order: the last id listed sits just above the built-in plugins and sees each event as every other plugin left it. Only honored from managed settings (or, on a machine with none, from user settings for your own plugins); ignored in project, local and --settings sources."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174333830,
     "length": 411,
     "sha256": "674b47b4f10b50219520fe65370505ae2f8ab468a2b61d98da4873d9f2a2813f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174333775,
     "length": 467,
     "sha256": "4c928e290f3f69fea013880a1cb5e6475b573f9c1ecae4182691f7f4a48ae6e8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-additional-marketplaces",
   "title": "additionalMarketplaces",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Alias for extraKnownMarketplaces: this key is read exactly as if it were spelled extraKnownMarketplaces. Do not set both in one file — if both appear, this key is ignored with a warning. Claude Code may rewrite this key as extraKnownMarketplaces when it updates the file. Clients older than this alias ignore it, so prefer extraKnownMarketplaces while older Claude Code versions still share the same settings.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/plugins/org",
   "details": {
    "path": "additionalMarketplaces",
    "type": "record<string, object {source, installLocation, autoUpdate}>",
    "optional": true,
    "documentedVia": "page mention",
    "schema": {
     "type": "record",
     "keys": {
      "type": "string"
     },
     "values": {
      "type": "object",
      "properties": {
       "source": {
        "type": "union",
        "discriminator": "source",
        "options": [
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "url"
           },
           "url": {
            "type": "string",
            "constraints": {
             "url": true
            },
            "description": "Direct URL to marketplace.json file"
           },
           "headers": {
            "type": "record",
            "keys": {
             "type": "string"
            },
            "values": {
             "type": "string"
            },
            "optional": true,
            "description": "Custom HTTP headers (e.g., for authentication)"
           },
           "headersHelper": {
            "type": "string",
            "constraints": {
             "max": 500
            },
            "optional": true,
            "description": "Command that prints a JSON object of HTTP headers (e.g. a short-lived auth token). Its output overrides `headers` and, like `headers`, is inherited by same-origin archive downloads from this marketplace. Runs from a fixed directory (the Claude config home, never the session's), so give a bare command found via PATH or an absolute path; it is re-run on later refreshes of this marketplace."
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "github"
           },
           "repo": {
            "type": "string",
            "description": "GitHub repository in owner/repo format. ONLY in the managed-settings policy lists (strictKnownMarketplaces / blockedMarketplaces) the owner-wildcard form \"owner/*\" matches every repository under exactly that owner. Everywhere else (marketplace add, extraKnownMarketplaces, known_marketplaces.json) the value must name a single repository — a wildcard is taken literally and fails to clone."
           },
           "ref": {
            "type": "string",
            "optional": true,
            "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
           },
           "path": {
            "type": "string",
            "optional": true,
            "description": "Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"
           },
           "sparsePaths": {
            "type": "array",
            "items": {
             "type": "string"
            },
            "optional": true,
            "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
           },
           "skipLfs": {
            "type": "boolean",
            "optional": true,
            "description": "Has no effect; accepted so existing settings keep working. Claude Code's own git never downloads Git LFS content: LFS-tracked files in the marketplace repository are checked out as pointer files whether or not this is set, and adding or updating the marketplace says how many were. To fetch their content, run `git lfs pull` in the marketplace's checkout under ~/.claude/plugins/marketplaces/."
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "git"
           },
           "url": {
            "type": "string",
            "description": "Full git repository URL"
           },
           "ref": {
            "type": "string",
            "optional": true,
            "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
           },
           "path": {
            "type": "string",
            "optional": true,
            "description": "Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"
           },
           "sparsePaths": {
            "type": "array",
            "items": {
             "type": "string"
            },
            "optional": true,
            "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
           },
           "skipLfs": {
            "type": "boolean",
            "optional": true,
            "description": "Has no effect; accepted so existing settings keep working. Claude Code's own git never downloads Git LFS content: LFS-tracked files in the marketplace repository are checked out as pointer files whether or not this is set, and adding or updating the marketplace says how many were. To fetch their content, run `git lfs pull` in the marketplace's checkout under ~/.claude/plugins/marketplaces/."
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "npm"
           },
           "package": {
            "type": "union",
            "options": [
             {
              "type": "string"
             },
             {
              "type": "string",
              "constraints": {
               "regex": true
              }
             }
            ],
            "description": "npm package containing marketplace.json (e.g. \"@acme/claude-marketplace\"). In strictKnownMarketplaces / blockedMarketplaces an entry also governs plugins installed straight from the npm marketplace (`<package>@npm`): an exact package name matches that package, and \"@acme/*\" matches every package under the scope."
           },
           "version": {
            "type": "string",
            "optional": true,
            "description": "Version or range to fetch (e.g. \"1.4.0\", \"^1.4\"); defaults to the latest dist-tag"
           },
           "registry": {
            "type": "string",
            "constraints": {
             "url": true
            },
            "optional": true,
            "description": "Registry URL. When adding a marketplace: a one-off registry override (otherwise your npm configuration decides). In a policy entry: the origin and path prefix the package's RESOLVED tarball URL must fall under (e.g. \"https://npm.example.com/api/npm/internal/\")."
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "file"
           },
           "path": {
            "type": "string",
            "description": "Local file path to marketplace.json"
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "directory"
           },
           "path": {
            "type": "string",
            "description": "Local directory containing .claude-plugin/marketplace.json"
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "skills-dir"
           }
          },
          "description": "Policy-list sentinel for the ~/.claude/skills/ auto-load (@skills-dir plugins). In strictKnownMarketplaces: opt the scan back IN (by default any allowlist blocks it). In blockedMarketplaces: turn the scan OFF without otherwise restricting marketplaces. Only meaningful in those two managed-settings lists (areLocalPluginDirsAllowedByPolicy); known_marketplaces.json / marketplace add etc. ignore it."
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "hostPattern"
           },
           "hostPattern": {
            "type": "string",
            "description": "Regex pattern to match the host/domain extracted from any marketplace source type. For github sources, matches against github.com. For git sources (SSH or HTTPS), extracts the hostname from the URL. Use in strictKnownMarketplaces to allow all marketplaces from a specific host (e.g., \"^github\\.mycompany\\.com$\")."
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "pathPattern"
           },
           "pathPattern": {
            "type": "string",
            "description": "Regex pattern matched against the .path field of file and directory sources. Use in strictKnownMarketplaces to allow filesystem-based marketplaces alongside hostPattern restrictions for network sources. Use \".*\" to allow all filesystem paths, or a narrower pattern (e.g., \"^/opt/approved/\") to restrict to specific directories."
           }
          }
         },
         {
          "type": "object",
          "properties": {
           "source": {
            "type": "literal",
            "value": "settings"
           },
           "name": {
            "type": "conditional",
            "options": [
             {
              "type": "string",
              "constraints": {
               "min": 1
              },
              "description": "Marketplace name, as stored in known_marketplaces.json. A reserved name is refused per entry at load (revalidateReservedNameEntry)."
             },
             {
              "type": "string",
              "constraints": {
               "min": 1
              },
              "description": "Marketplace name. Must match the extraKnownMarketplaces key (enforced); the synthetic manifest is written under this name. Same validation as PluginMarketplaceSchema plus reserved-name rejection — validateOfficialNameSource runs after the disk write, too late to clean up."
             }
            ]
           },
           "plugins": {
            "type": "array",
            "items": {
             "type": "object",
             "properties": {
              "name": {
               "type": "string",
               "constraints": {
                "min": 1
               },
               "description": "Plugin name as it appears in the target repository"
              },
              "source": {
               "type": "union",
               "options": [
                {
                 "type": "string",
                 "constraints": {
                  "startsWith": true
                 },
                 "description": "Path to the plugin root, relative to the marketplace root (the directory containing .claude-plugin/, not .claude-plugin/ itself)"
                },
                {
                 "type": "object",
                 "properties": {
                  "source": {
                   "type": "literal",
                   "value": "npm"
                  },
                  "package": {
                   "type": "union",
                   "options": [
                    {
                     "type": "string"
                    },
                    {
                     "type": "string"
                    }
                   ],
                   "description": "Package name (or url, or local path, or anything else that can be passed to `npm` as a package)"
                  },
                  "version": {
                   "type": "string",
                   "optional": true,
                   "description": "Specific version or version range (e.g., ^1.0.0, ~2.1.0)"
                  },
                  "registry": {
                   "type": "string",
                   "constraints": {
                    "url": true
                   },
                   "optional": true,
                   "description": "Custom NPM registry URL (defaults to using system default, likely npmjs.org)"
                  }
                 },
                 "description": "NPM package as plugin source"
                },
                {
                 "type": "object",
                 "properties": {
                  "source": {
                   "type": "literal",
                   "value": "url"
                  },
                  "url": {
                   "type": "string",
                   "description": "Full git repository URL (https:// or git@)"
                  },
                  "ref": {
                   "type": "string",
                   "optional": true,
                   "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                  },
                  "sha": {
                   "type": "string",
                   "constraints": {
                    "length": 40,
                    "regex": true
                   },
                   "optional": true,
                   "description": "Specific commit SHA to use"
                  }
                 }
                },
                {
                 "type": "object",
                 "properties": {
                  "source": {
                   "type": "literal",
                   "value": "github"
                  },
                  "repo": {
                   "type": "string",
                   "description": "GitHub repository in owner/repo format"
                  },
                  "ref": {
                   "type": "string",
                   "optional": true,
                   "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                  },
                  "sha": {
                   "type": "string",
                   "constraints": {
                    "length": 40,
                    "regex": true
                   },
                   "optional": true,
                   "description": "Specific commit SHA to use"
                  }
                 }
                },
                {
                 "type": "object",
                 "properties": {
                  "source": {
                   "type": "literal",
                   "value": "git-subdir"
                  },
                  "url": {
                   "type": "string",
                   "description": "Git repository: GitHub owner/repo shorthand, https://, or git@ URL"
                  },
                  "path": {
                   "type": "string",
                   "constraints": {
                    "min": 1
                   },
                   "description": "Subdirectory within the repo containing the plugin (e.g., \"tools/claude-plugin\"). Cloned sparsely using partial clone (--filter=tree:0) to minimize bandwidth for monorepos."
                  },
                  "ref": {
                   "type": "string",
                   "optional": true,
                   "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                  },
                  "sha": {
                   "type": "string",
                   "constraints": {
                    "length": 40,
                    "regex": true
                   },
                   "optional": true,
                   "description": "Specific commit SHA to use"
                  }
                 },
                 "description": "Plugin located in a subdirectory of a larger repository (monorepo). Only the specified subdirectory is materialized; the rest of the repo is not downloaded."
                },
                {
                 "type": "object",
                 "properties": {
                  "source": {
                   "type": "literal",
                   "value": "archive"
                  },
                  "url": {
                   "type": "string",
                   "constraints": {
                    "url": true
                   },
                   "description": "HTTPS URL of a zip archive containing the plugin. The plugin root (the directory holding .claude-plugin/) may be at the top of the archive or nested one directory deep — a single wrapping directory is stripped."
                  },
                  "sha256": {
                   "type": "string",
                   "constraints": {
                    "regex": true
                   },
                   "optional": true,
                   "description": "SHA-256 digest of the archive. When set, every download is verified against it and the install is refused on mismatch. It also serves as the version identity when neither plugin.json nor the marketplace entry declares a `version`. Recommended. Note the update signal is the version string (plugin.json version, else the entry version, else this digest) — changing only the digest while a version is declared does not trigger an update."
                  }
                 },
                 "description": "Plugin distributed as a zip archive fetched over HTTPS — for hosting on any static file server or artifact repository (S3, GitLab, nginx) with no git or npm on the client. Authentication: the entry's own `headers` / `headersHelper` (bound to this URL), overlaid on the enclosing url-source marketplace's headers (static or `headersHelper`-minted) when the archive shares its origin."
                },
                {
                 "type": "object",
                 "properties": {
                  "source": {
                   "type": "literal",
                   "value": "command"
                  },
                  "command": {
                   "type": "string",
                   "constraints": {
                    "min": 1,
                    "max": 500
                   },
                   "description": "Shell command that prints the absolute path of the plugin directory on stdout (exactly one line) and exits 0. It must leave a complete plugin in that directory before exiting; the directory is copied into the plugin cache, so the printed path may change between runs (it is re-resolved on every install and update, and once per session in the background). Runs through the platform shell (sh on macOS/Linux, cmd.exe on Windows) from the user's home directory with Claude Code's subprocess environment."
                  },
                  "timeout": {
                   "type": "number",
                   "constraints": {
                    "int": true,
                    "positive": true,
                    "max": 600
                   },
                   "optional": true,
                   "description": "Seconds to wait for the command before giving up (default: 60)"
                  },
                  "mode": {
                   "type": "enum",
                   "values": [
                    "copy",
                    "link"
                   ],
                   "optional": true,
                   "description": "copy (default): the printed directory is copied into the plugin cache and content-hashed, so it may be deleted afterwards. link: the cache entry links to the printed directory in place (no copy, no size limit; macOS/Linux) — for large exports; the directory must then stay valid while Claude Code runs, and a different printed path is what signals new content."
                  }
                 },
                 "description": "Plugin directory produced by a locally installed tool (e.g. an IDE that renders its plugin for the currently selected SDK). Claude Code runs the command, copies the directory it prints, and re-runs it in the background at startup to pick up changes."
                },
                {
                 "type": "object",
                 "properties": {
                  "source": {
                   "type": "literal",
                   "value": "unsupported"
                  },
                  "error": {
                   "type": "string",
                   "optional": true
                  }
                 },
                 "description": "Placeholder for source types this Claude Code version does not recognize, or a known type whose fields failed validation (then `error` holds the reason). Never authored by hand — PluginMarketplaceSchema rewrites unparseable sources to this so the entry remains in marketplace.plugins (detectDelistedPlugins must not see it as removed). Install attempts fail at cachePlugin with an actionable message."
                }
               ],
               "description": "Where to fetch the plugin from. Must be a remote source — relative paths have no marketplace repository to resolve against."
              },
              "description": {
               "type": "string",
               "optional": true
              },
              "version": {
               "type": "string",
               "optional": true
              },
              "strict": {
               "type": "boolean",
               "optional": true
              },
              "headers": {
               "type": "record",
               "keys": {
                "type": "string"
               },
               "values": {
                "type": "string"
               },
               "optional": true,
               "description": "HTTP headers sent when downloading this entry's `archive` source."
              },
              "headersHelper": {
               "type": "string",
               "constraints": {
                "max": 500
               },
               "optional": true,
               "description": "Command that prints a JSON object of HTTP headers for downloading this entry's `archive` source. Runs only when a user explicitly installs or updates this plugin. Unlike a catalog entry, an entry written here does not need `strict: false`: it is declared in a settings file, which has no manifest fields to inline. A declaration in project settings is not operator-authored, so request-routing and client-identity header names are still filtered there. Use an absolute path."
              }
             }
            },
            "description": "Plugin entries declared inline in settings.json"
           },
           "owner": {
            "type": "object",
            "properties": {
             "name": {
              "type": "string",
              "constraints": {
               "min": 1
              },
              "description": "Display name of the plugin author or organization"
             },
             "email": {
              "type": "string",
              "optional": true,
              "description": "Contact email for support or feedback"
             },
             "url": {
              "type": "string",
              "optional": true,
              "description": "Website, GitHub profile, or organization URL"
             }
            },
            "optional": true
           }
          },
          "description": "Inline marketplace manifest defined directly in settings.json. The reconciler writes a synthetic marketplace.json to the cache; diffMarketplaces detects edits via isEqual on the stored source (the plugins array is inside this object, so edits surface as sourceChanged)."
         }
        ],
        "description": "Where to fetch the marketplace from"
       },
       "installLocation": {
        "type": "string",
        "optional": true,
        "description": "Local cache path where marketplace manifest is stored (auto-generated if not provided)"
       },
       "autoUpdate": {
        "type": "boolean",
        "optional": true,
        "description": "Whether to automatically update this marketplace and its installed plugins on startup"
       }
      }
     },
     "optional": true,
     "description": "Alias for extraKnownMarketplaces: this key is read exactly as if it were spelled extraKnownMarketplaces. Do not set both in one file — if both appear, this key is ignored with a warning. Claude Code may rewrite this key as extraKnownMarketplaces when it updates the file. Clients older than this alias ignore it, so prefer extraKnownMarketplaces while older Claude Code versions still share the same settings."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174334549,
     "length": 422,
     "sha256": "189397eddb172ff8bf4f6ebb439f3a7fd721739c3774c17cc66cf1bae3d0fadb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174334481,
     "length": 491,
     "sha256": "c6878522f880a2cfcbe17fd454f7f4cfdb24c8be67b64c2886adf7a6f49c94a9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-allowed-marketplaces",
   "title": "allowedMarketplaces",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Alias for strictKnownMarketplaces (managed settings only): this key is read exactly as if it were spelled strictKnownMarketplaces. Do not set both in one file — if both appear, this key is ignored with a warning. Clients older than this alias ignore it, so keep using strictKnownMarketplaces when the allowlist must also bind older Claude Code versions.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/plugins/org",
   "details": {
    "path": "allowedMarketplaces",
    "type": "array of object | object | object | object | object | object | object | object | object | object",
    "optional": true,
    "documentedVia": "page mention",
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code).",
    "schema": {
     "type": "array",
     "items": {
      "type": "union",
      "discriminator": "source",
      "options": [
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "url"
         },
         "url": {
          "type": "string",
          "constraints": {
           "url": true
          },
          "description": "Direct URL to marketplace.json file"
         },
         "headers": {
          "type": "record",
          "keys": {
           "type": "string"
          },
          "values": {
           "type": "string"
          },
          "optional": true,
          "description": "Custom HTTP headers (e.g., for authentication)"
         },
         "headersHelper": {
          "type": "string",
          "constraints": {
           "max": 500
          },
          "optional": true,
          "description": "Command that prints a JSON object of HTTP headers (e.g. a short-lived auth token). Its output overrides `headers` and, like `headers`, is inherited by same-origin archive downloads from this marketplace. Runs from a fixed directory (the Claude config home, never the session's), so give a bare command found via PATH or an absolute path; it is re-run on later refreshes of this marketplace."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "github"
         },
         "repo": {
          "type": "string",
          "description": "GitHub repository in owner/repo format. ONLY in the managed-settings policy lists (strictKnownMarketplaces / blockedMarketplaces) the owner-wildcard form \"owner/*\" matches every repository under exactly that owner. Everywhere else (marketplace add, extraKnownMarketplaces, known_marketplaces.json) the value must name a single repository — a wildcard is taken literally and fails to clone."
         },
         "ref": {
          "type": "string",
          "optional": true,
          "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
         },
         "path": {
          "type": "string",
          "optional": true,
          "description": "Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"
         },
         "sparsePaths": {
          "type": "array",
          "items": {
           "type": "string"
          },
          "optional": true,
          "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
         },
         "skipLfs": {
          "type": "boolean",
          "optional": true,
          "description": "Has no effect; accepted so existing settings keep working. Claude Code's own git never downloads Git LFS content: LFS-tracked files in the marketplace repository are checked out as pointer files whether or not this is set, and adding or updating the marketplace says how many were. To fetch their content, run `git lfs pull` in the marketplace's checkout under ~/.claude/plugins/marketplaces/."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "git"
         },
         "url": {
          "type": "string",
          "description": "Full git repository URL"
         },
         "ref": {
          "type": "string",
          "optional": true,
          "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
         },
         "path": {
          "type": "string",
          "optional": true,
          "description": "Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"
         },
         "sparsePaths": {
          "type": "array",
          "items": {
           "type": "string"
          },
          "optional": true,
          "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
         },
         "skipLfs": {
          "type": "boolean",
          "optional": true,
          "description": "Has no effect; accepted so existing settings keep working. Claude Code's own git never downloads Git LFS content: LFS-tracked files in the marketplace repository are checked out as pointer files whether or not this is set, and adding or updating the marketplace says how many were. To fetch their content, run `git lfs pull` in the marketplace's checkout under ~/.claude/plugins/marketplaces/."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "npm"
         },
         "package": {
          "type": "union",
          "options": [
           {
            "type": "string"
           },
           {
            "type": "string",
            "constraints": {
             "regex": true
            }
           }
          ],
          "description": "npm package containing marketplace.json (e.g. \"@acme/claude-marketplace\"). In strictKnownMarketplaces / blockedMarketplaces an entry also governs plugins installed straight from the npm marketplace (`<package>@npm`): an exact package name matches that package, and \"@acme/*\" matches every package under the scope."
         },
         "version": {
          "type": "string",
          "optional": true,
          "description": "Version or range to fetch (e.g. \"1.4.0\", \"^1.4\"); defaults to the latest dist-tag"
         },
         "registry": {
          "type": "string",
          "constraints": {
           "url": true
          },
          "optional": true,
          "description": "Registry URL. When adding a marketplace: a one-off registry override (otherwise your npm configuration decides). In a policy entry: the origin and path prefix the package's RESOLVED tarball URL must fall under (e.g. \"https://npm.example.com/api/npm/internal/\")."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "file"
         },
         "path": {
          "type": "string",
          "description": "Local file path to marketplace.json"
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "directory"
         },
         "path": {
          "type": "string",
          "description": "Local directory containing .claude-plugin/marketplace.json"
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "skills-dir"
         }
        },
        "description": "Policy-list sentinel for the ~/.claude/skills/ auto-load (@skills-dir plugins). In strictKnownMarketplaces: opt the scan back IN (by default any allowlist blocks it). In blockedMarketplaces: turn the scan OFF without otherwise restricting marketplaces. Only meaningful in those two managed-settings lists (areLocalPluginDirsAllowedByPolicy); known_marketplaces.json / marketplace add etc. ignore it."
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "hostPattern"
         },
         "hostPattern": {
          "type": "string",
          "description": "Regex pattern to match the host/domain extracted from any marketplace source type. For github sources, matches against github.com. For git sources (SSH or HTTPS), extracts the hostname from the URL. Use in strictKnownMarketplaces to allow all marketplaces from a specific host (e.g., \"^github\\.mycompany\\.com$\")."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "pathPattern"
         },
         "pathPattern": {
          "type": "string",
          "description": "Regex pattern matched against the .path field of file and directory sources. Use in strictKnownMarketplaces to allow filesystem-based marketplaces alongside hostPattern restrictions for network sources. Use \".*\" to allow all filesystem paths, or a narrower pattern (e.g., \"^/opt/approved/\") to restrict to specific directories."
         }
        }
       },
       {
        "type": "object",
        "properties": {
         "source": {
          "type": "literal",
          "value": "settings"
         },
         "name": {
          "type": "conditional",
          "options": [
           {
            "type": "string",
            "constraints": {
             "min": 1
            },
            "description": "Marketplace name, as stored in known_marketplaces.json. A reserved name is refused per entry at load (revalidateReservedNameEntry)."
           },
           {
            "type": "string",
            "constraints": {
             "min": 1
            },
            "description": "Marketplace name. Must match the extraKnownMarketplaces key (enforced); the synthetic manifest is written under this name. Same validation as PluginMarketplaceSchema plus reserved-name rejection — validateOfficialNameSource runs after the disk write, too late to clean up."
           }
          ]
         },
         "plugins": {
          "type": "array",
          "items": {
           "type": "object",
           "properties": {
            "name": {
             "type": "string",
             "constraints": {
              "min": 1
             },
             "description": "Plugin name as it appears in the target repository"
            },
            "source": {
             "type": "union",
             "options": [
              {
               "type": "string",
               "constraints": {
                "startsWith": true
               },
               "description": "Path to the plugin root, relative to the marketplace root (the directory containing .claude-plugin/, not .claude-plugin/ itself)"
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "npm"
                },
                "package": {
                 "type": "union",
                 "options": [
                  {
                   "type": "string"
                  },
                  {
                   "type": "string"
                  }
                 ],
                 "description": "Package name (or url, or local path, or anything else that can be passed to `npm` as a package)"
                },
                "version": {
                 "type": "string",
                 "optional": true,
                 "description": "Specific version or version range (e.g., ^1.0.0, ~2.1.0)"
                },
                "registry": {
                 "type": "string",
                 "constraints": {
                  "url": true
                 },
                 "optional": true,
                 "description": "Custom NPM registry URL (defaults to using system default, likely npmjs.org)"
                }
               },
               "description": "NPM package as plugin source"
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "url"
                },
                "url": {
                 "type": "string",
                 "description": "Full git repository URL (https:// or git@)"
                },
                "ref": {
                 "type": "string",
                 "optional": true,
                 "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                },
                "sha": {
                 "type": "string",
                 "constraints": {
                  "length": 40,
                  "regex": true
                 },
                 "optional": true,
                 "description": "Specific commit SHA to use"
                }
               }
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "github"
                },
                "repo": {
                 "type": "string",
                 "description": "GitHub repository in owner/repo format"
                },
                "ref": {
                 "type": "string",
                 "optional": true,
                 "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                },
                "sha": {
                 "type": "string",
                 "constraints": {
                  "length": 40,
                  "regex": true
                 },
                 "optional": true,
                 "description": "Specific commit SHA to use"
                }
               }
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "git-subdir"
                },
                "url": {
                 "type": "string",
                 "description": "Git repository: GitHub owner/repo shorthand, https://, or git@ URL"
                },
                "path": {
                 "type": "string",
                 "constraints": {
                  "min": 1
                 },
                 "description": "Subdirectory within the repo containing the plugin (e.g., \"tools/claude-plugin\"). Cloned sparsely using partial clone (--filter=tree:0) to minimize bandwidth for monorepos."
                },
                "ref": {
                 "type": "string",
                 "optional": true,
                 "description": "Git branch or tag to use (e.g., \"main\", \"v1.0.0\"). Defaults to repository default branch."
                },
                "sha": {
                 "type": "string",
                 "constraints": {
                  "length": 40,
                  "regex": true
                 },
                 "optional": true,
                 "description": "Specific commit SHA to use"
                }
               },
               "description": "Plugin located in a subdirectory of a larger repository (monorepo). Only the specified subdirectory is materialized; the rest of the repo is not downloaded."
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "archive"
                },
                "url": {
                 "type": "string",
                 "constraints": {
                  "url": true
                 },
                 "description": "HTTPS URL of a zip archive containing the plugin. The plugin root (the directory holding .claude-plugin/) may be at the top of the archive or nested one directory deep — a single wrapping directory is stripped."
                },
                "sha256": {
                 "type": "string",
                 "constraints": {
                  "regex": true
                 },
                 "optional": true,
                 "description": "SHA-256 digest of the archive. When set, every download is verified against it and the install is refused on mismatch. It also serves as the version identity when neither plugin.json nor the marketplace entry declares a `version`. Recommended. Note the update signal is the version string (plugin.json version, else the entry version, else this digest) — changing only the digest while a version is declared does not trigger an update."
                }
               },
               "description": "Plugin distributed as a zip archive fetched over HTTPS — for hosting on any static file server or artifact repository (S3, GitLab, nginx) with no git or npm on the client. Authentication: the entry's own `headers` / `headersHelper` (bound to this URL), overlaid on the enclosing url-source marketplace's headers (static or `headersHelper`-minted) when the archive shares its origin."
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "command"
                },
                "command": {
                 "type": "string",
                 "constraints": {
                  "min": 1,
                  "max": 500
                 },
                 "description": "Shell command that prints the absolute path of the plugin directory on stdout (exactly one line) and exits 0. It must leave a complete plugin in that directory before exiting; the directory is copied into the plugin cache, so the printed path may change between runs (it is re-resolved on every install and update, and once per session in the background). Runs through the platform shell (sh on macOS/Linux, cmd.exe on Windows) from the user's home directory with Claude Code's subprocess environment."
                },
                "timeout": {
                 "type": "number",
                 "constraints": {
                  "int": true,
                  "positive": true,
                  "max": 600
                 },
                 "optional": true,
                 "description": "Seconds to wait for the command before giving up (default: 60)"
                },
                "mode": {
                 "type": "enum",
                 "values": [
                  "copy",
                  "link"
                 ],
                 "optional": true,
                 "description": "copy (default): the printed directory is copied into the plugin cache and content-hashed, so it may be deleted afterwards. link: the cache entry links to the printed directory in place (no copy, no size limit; macOS/Linux) — for large exports; the directory must then stay valid while Claude Code runs, and a different printed path is what signals new content."
                }
               },
               "description": "Plugin directory produced by a locally installed tool (e.g. an IDE that renders its plugin for the currently selected SDK). Claude Code runs the command, copies the directory it prints, and re-runs it in the background at startup to pick up changes."
              },
              {
               "type": "object",
               "properties": {
                "source": {
                 "type": "literal",
                 "value": "unsupported"
                },
                "error": {
                 "type": "string",
                 "optional": true
                }
               },
               "description": "Placeholder for source types this Claude Code version does not recognize, or a known type whose fields failed validation (then `error` holds the reason). Never authored by hand — PluginMarketplaceSchema rewrites unparseable sources to this so the entry remains in marketplace.plugins (detectDelistedPlugins must not see it as removed). Install attempts fail at cachePlugin with an actionable message."
              }
             ],
             "description": "Where to fetch the plugin from. Must be a remote source — relative paths have no marketplace repository to resolve against."
            },
            "description": {
             "type": "string",
             "optional": true
            },
            "version": {
             "type": "string",
             "optional": true
            },
            "strict": {
             "type": "boolean",
             "optional": true
            },
            "headers": {
             "type": "record",
             "keys": {
              "type": "string"
             },
             "values": {
              "type": "string"
             },
             "optional": true,
             "description": "HTTP headers sent when downloading this entry's `archive` source."
            },
            "headersHelper": {
             "type": "string",
             "constraints": {
              "max": 500
             },
             "optional": true,
             "description": "Command that prints a JSON object of HTTP headers for downloading this entry's `archive` source. Runs only when a user explicitly installs or updates this plugin. Unlike a catalog entry, an entry written here does not need `strict: false`: it is declared in a settings file, which has no manifest fields to inline. A declaration in project settings is not operator-authored, so request-routing and client-identity header names are still filtered there. Use an absolute path."
            }
           }
          },
          "description": "Plugin entries declared inline in settings.json"
         },
         "owner": {
          "type": "object",
          "properties": {
           "name": {
            "type": "string",
            "constraints": {
             "min": 1
            },
            "description": "Display name of the plugin author or organization"
           },
           "email": {
            "type": "string",
            "optional": true,
            "description": "Contact email for support or feedback"
           },
           "url": {
            "type": "string",
            "optional": true,
            "description": "Website, GitHub profile, or organization URL"
           }
          },
          "optional": true
         }
        },
        "description": "Inline marketplace manifest defined directly in settings.json. The reconciler writes a synthetic marketplace.json to the cache; diffMarketplaces detects edits via isEqual on the stored source (the plugins array is inside this object, so edits surface as sourceChanged)."
       }
      ]
     },
     "optional": true,
     "description": "Alias for strictKnownMarketplaces (managed settings only): this key is read exactly as if it were spelled strictKnownMarketplaces. Do not set both in one file — if both appear, this key is ignored with a warning. Clients older than this alias ignore it, so keep using strictKnownMarketplaces when the allowlist must also bind older Claude Code versions."
    }
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174335614,
     "length": 366,
     "sha256": "12d4d335224f8d5c2cefe32dbe21ccf94f264b6285379e82b6e9ac53dfffe3bc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174335569,
     "length": 412,
     "sha256": "a5d41e0d2555c28e0d63f36395307e5d77c0b31ee487194fb00666bed17a46d4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-remote",
   "title": "remote",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Cloud session configuration",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "remote",
    "type": "object {defaultEnvironmentId}",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174352953,
     "length": 29,
     "sha256": "3003aa488afbb23733b634e926dc1667279d683402373e2c927477074d1d1df5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174352824,
     "length": 159,
     "sha256": "7204807963f27ad5d94a3d09294a36c5f0d05b15c02395b679b9d84af583397a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-remote--default-environment-id",
   "title": "remote.defaultEnvironmentId",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Default environment ID to use for cloud sessions",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#remote-defaultenvironmentid",
   "details": {
    "path": "remote.defaultEnvironmentId",
    "type": "string",
    "optional": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174352879,
     "length": 50,
     "sha256": "d8adb36fc35cb9e8a08ddd79a43e98a2c3a155d8ee2fd8f4e1be24125ea87987",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174352834,
     "length": 96,
     "sha256": "3354171ca2c4dadc05a96a24e8be0fd950835fd9f862b0d5f35c0417e7dc5b5d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-dream-enabled",
   "title": "autoDreamEnabled",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Enable background memory consolidation (auto-dream). When set, overrides the server-side default.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "autoDreamEnabled",
    "type": "boolean",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174358068,
     "length": 99,
     "sha256": "a2e39c7197144c4427bb435db6ce41c2dad781a2cd0244aa7720e22d80bf999e",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174358027,
     "length": 141,
     "sha256": "58ac7e94e5ead924599e9cfdc03aaa94c5f8e17038703ac4ca0c38ba7fc173d2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-precompute-compaction-enabled",
   "title": "precomputeCompactionEnabled",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Precompute the compaction summary in the background before it is needed. Only applies when auto-compact is on.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "precomputeCompactionEnabled",
    "type": "boolean",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174362004,
     "length": 112,
     "sha256": "40ad6236636572129e16203b52d48a7ee2a6fe20d20fef9ed9bc99a36e39e206",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174361952,
     "length": 165,
     "sha256": "32fa748680a0631deed56e0514a30a6cbc2d9dd73bfbe5f9db8651a5f0cd2d56",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-show-message-timestamps",
   "title": "showMessageTimestamps",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Stamp each message with its arrival time",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "showMessageTimestamps",
    "type": "boolean",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174363020,
     "length": 42,
     "sha256": "12f42040009948d2dc06fa76559c3dc5736def1be9573e4b5c5ed7f214345a0f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174362974,
     "length": 89,
     "sha256": "86167c9cec5ce8706d89bcb07093d13708a011d81374f49fc02745eeaa632e5b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-todo-feature-enabled",
   "title": "todoFeatureEnabled",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Enable the todo / task tracking panel",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "todoFeatureEnabled",
    "type": "boolean",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174363216,
     "length": 39,
     "sha256": "33573dcc2a15c14378a5d55ccd5cebf9b042c1b8f6ab89e42bf5e879ea69fef2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174363173,
     "length": 83,
     "sha256": "9d14852ff19b607e4dc72b3e5062b97e6dc1a2347c01ffb3cbaefcdb82ec4be5",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-daemon-cold-start",
   "title": "daemonColdStart",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "When no background service is running: 'transient' spawns one for this login session; 'ask' offers to install it persistently",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "daemonColdStart",
    "type": "\"transient\" | \"ask\"",
    "values": [
     "transient",
     "ask"
    ],
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174364478,
     "length": 127,
     "sha256": "b35c6b266208f32f5f7df0fd7aa4d058ff47079ebcc2ae856f67e4e9241be58c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174364419,
     "length": 187,
     "sha256": "fcd6a0d70eeaaaddaa5f883447e8274a3eb37e79f9b412e6bbca90cf1241d24d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-auto-upload-sessions",
   "title": "autoUploadSessions",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Mirror local sessions to claude.ai as view-only (no remote control)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "autoUploadSessions",
    "type": "boolean",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174365251,
     "length": 69,
     "sha256": "da382049ca74638acd2e9754a3fd525527110f084ad19c6f5fd0b3ed2c9fe0cb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174365208,
     "length": 113,
     "sha256": "8b2775ec8d381ae2b8ca353de242fc24370b1d855c86e3d4e647efe8c571f44f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-default-view",
   "title": "defaultView",
   "group": "Keys not in the settings reference",
   "kind": "setting",
   "text": "Default transcript view: chat (SendUserMessage checkpoints only) or transcript (full)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "defaultView",
    "type": "\"chat\" | \"transcript\"",
    "values": [
     "chat",
     "transcript"
    ],
    "optional": true,
    "featureModule": "briefView",
    "buildGate": "enabled in this build (buildGate returns true)"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276685,
     "length": 87,
     "sha256": "a0f88ac13b8a404a3b33e6f96e831912d497fba51956eae41fa95b28c6e2396b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276628,
     "length": 145,
     "sha256": "a97103705edf9aa79f5d7a31595c2537709a2f91a3d2178c38ae0f353b92745c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174276588,
     "length": 188,
     "sha256": "f9d702538f42aeae5ac201fa26e0e717838d046ff4277debd879262ac2f75d07",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-policy-helpers",
   "title": "policyHelpers",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "@internal Per-OS variant of policyHelper, keyed by platform: macos, linux, windows, wsl, plus an optional \"default\" entry that is a STATIC settings payload (a JSON object of managed settings, not a helper). Each per-OS entry carries a helper — a \"path\", or an inline \"script\" + \"interpreter\" delivered to a fixed interpreter over stdin, either with timeoutMs/refreshIntervalMs — its own static \"defaultSettings\" payload, or both; an entry may be payload-only. Selection for a platform walks its chain (the platform's own entry; on wsl the linux entry next): the first helper on the chain wins over policyHelper; if no helper is configured — or the selected helper fails at startup or refresh — the first payload applies (the chain's \"defaultSettings\" in platform-specific-first order, then the top-level \"default\", applied with no process spawned; unrecognized platforms reach only \"default\"); with no payload either, policyHelper. Honored from admin-controlled policy sources, and from remote managed settings — a payload of plain policy as delivered, like any other remote key; a helper, or a payload carrying anything the managed-settings approval dialog lists, only once the settings are verified this session and approved there (policyHelper itself is never honored from remote).",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "policyHelpers",
    "type": "object {macos, linux, windows, wsl, default}",
    "optional": true,
    "internal": true,
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174305712,
     "length": 1311,
     "sha256": "6f2dd77802cc68dd0b1e5657db1eb6c5a2a573f9b27c979a34ccf1c36a52642d",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174305670,
     "length": 1354,
     "sha256": "164d1de93c5bec3a659d3afa7213145ee7717d62e8dce425336121dc1ee7d8ee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-policy-helpers--macos",
   "title": "policyHelpers.macos",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": null,
   "when": "Undocumented; read at `undefined` offset 170843381.",
   "documented": null,
   "details": {
    "path": "policyHelpers.macos",
    "type": "record<string, any JSON value> | object {timeoutMs, refreshIntervalMs, path, script, interpreter, outputBehavior, onFailure, retries, defaultSettings}",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174305670,
     "length": 1354,
     "sha256": "164d1de93c5bec3a659d3afa7213145ee7717d62e8dce425336121dc1ee7d8ee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-policy-helpers--linux",
   "title": "policyHelpers.linux",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": null,
   "when": "Undocumented; read at `undefined` offset 170843381.",
   "documented": null,
   "details": {
    "path": "policyHelpers.linux",
    "type": "record<string, any JSON value> | object {timeoutMs, refreshIntervalMs, path, script, interpreter, outputBehavior, onFailure, retries, defaultSettings}",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174305670,
     "length": 1354,
     "sha256": "164d1de93c5bec3a659d3afa7213145ee7717d62e8dce425336121dc1ee7d8ee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-policy-helpers--windows",
   "title": "policyHelpers.windows",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": null,
   "when": "Undocumented; read at `undefined` offset 170843381.",
   "documented": null,
   "details": {
    "path": "policyHelpers.windows",
    "type": "record<string, any JSON value> | object {timeoutMs, refreshIntervalMs, path, script, interpreter, outputBehavior, onFailure, retries, defaultSettings}",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174305670,
     "length": 1354,
     "sha256": "164d1de93c5bec3a659d3afa7213145ee7717d62e8dce425336121dc1ee7d8ee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-policy-helpers--wsl",
   "title": "policyHelpers.wsl",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": null,
   "when": "Undocumented; read at `undefined` offset 170843381.",
   "documented": null,
   "details": {
    "path": "policyHelpers.wsl",
    "type": "record<string, any JSON value> | object {timeoutMs, refreshIntervalMs, path, script, interpreter, outputBehavior, onFailure, retries, defaultSettings}",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174305670,
     "length": 1354,
     "sha256": "164d1de93c5bec3a659d3afa7213145ee7717d62e8dce425336121dc1ee7d8ee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-policy-helpers--default",
   "title": "policyHelpers.default",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": null,
   "when": "Undocumented; read at `undefined` offset 170843381.",
   "documented": null,
   "details": {
    "path": "policyHelpers.default",
    "type": "record<string, any JSON value> | object {timeoutMs, refreshIntervalMs, path, script, interpreter, outputBehavior, onFailure, retries, defaultSettings}",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174305670,
     "length": 1354,
     "sha256": "164d1de93c5bec3a659d3afa7213145ee7717d62e8dce425336121dc1ee7d8ee",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-break-reminder",
   "title": "breakReminder",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "@internal Opt-in break reminder. When enabled, shows a dismissible nudge after sustained continuous use. Never blocks — just a friendly heads-up.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "breakReminder",
    "type": "object {enabled, intervalMinutes, breakThresholdMinutes, message}",
    "optional": true,
    "internal": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174308375,
     "length": 152,
     "sha256": "108888835e555544f9c47918ce6c7d0ce39f0385ce84711a606ca625edb736ae",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307767,
     "length": 761,
     "sha256": "eda65ee43c6e78985ae7c8765e6b76b09895d1a5a61f93188c7b11cae796f6fb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-break-reminder--enabled",
   "title": "breakReminder.enabled",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "Show a friendly nudge after sustained continuous use (default false). Must be true for the reminder to fire.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "breakReminder.enabled",
    "type": "boolean",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307816,
     "length": 110,
     "sha256": "7da68813523df3b665aacccb2f5b41b990960d5ea1811fa0f355eac9beb9add4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307784,
     "length": 143,
     "sha256": "6d43b5dd64ea95152d86074f50500012bdeb20a567dcd3641dfdae419d539e89",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-break-reminder--interval-minutes",
   "title": "breakReminder.intervalMinutes",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "Minutes of continuous use before the reminder fires (default 30). Re-fires every interval until you take a break.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "breakReminder.intervalMinutes",
    "type": "number (integer, > 0)",
    "constraints": {
     "int": true,
     "positive": true
    },
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307985,
     "length": 115,
     "sha256": "961ffdf76ceb3de494a441d17675f03f623e649186e135f0880372d71962e125",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174307928,
     "length": 173,
     "sha256": "3baf96a3035834fc06e60e4dfbed5b3607f03a2085338bd0365d510f0863ac1f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-break-reminder--break-threshold-minutes",
   "title": "breakReminder.breakThresholdMinutes",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "Minutes of inactivity that count as a break and reset the timer (default 10)",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "breakReminder.breakThresholdMinutes",
    "type": "number (integer, > 0)",
    "constraints": {
     "int": true,
     "positive": true
    },
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174308165,
     "length": 78,
     "sha256": "bfa9dc897febf9a2bf8e5c3f4d36588f514f8cdcddff29aaab5a8a8f29b7c7ae",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174308102,
     "length": 142,
     "sha256": "bce8b7de8c70bf28fca4ac3f48e00f5804b3d61ff58fc8d96f21cf64bb42739b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-break-reminder--message",
   "title": "breakReminder.message",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "Custom reminder text. Leave unset for a rotating set of friendly nudges.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "breakReminder.message",
    "type": "string",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174308277,
     "length": 74,
     "sha256": "89ec66c0838076cc96b1351ec29dc6df2d4c20a1e8b9337c2e21b58bad8ce333",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174308245,
     "length": 107,
     "sha256": "76cd5e6783731c9e9eca90a7d0019342b154b553a23a2c0a8e0f7a377825a1e6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-quiet-hours",
   "title": "quietHours",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "@internal Opt-in quiet hours. When enabled, shows a single soft nudge per session while inside the configured local-time window. Never blocks.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "quietHours",
    "type": "object {enabled, start, end}",
    "optional": true,
    "internal": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174309119,
     "length": 144,
     "sha256": "ede2b85331f2a85ea50fcc83ab6a8d43ca48cdd9b00be5d2874c9fffa81583b9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174308529,
     "length": 735,
     "sha256": "5b36ac74db025fa2aa160e9bdfcb04526d715ebdd2944e544eace71042fdce74",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-quiet-hours--enabled",
   "title": "quietHours.enabled",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "Show a one-time nudge when you start or keep using the CLI inside your quiet-hours window (default false).",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "quietHours.enabled",
    "type": "boolean",
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174308575,
     "length": 108,
     "sha256": "3838880afb5d785c1679a9888474a0d8e516a26f4d13a8e5013442726471e90a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174308543,
     "length": 141,
     "sha256": "4634ce11722be2aaa814922d07c2d2bc8d83049cecdc2e3e1aedbf5a34bf42e1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-quiet-hours--start",
   "title": "quietHours.start",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "Start of the quiet-hours window, 24-hour local time \"HH:MM\".",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "quietHours.start",
    "type": "string",
    "constraints": {
     "regex": true
    },
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174308804,
     "length": 62,
     "sha256": "0286984c93fe9405dc5c860c2c630d2812df56190d39c73e52b8e17ccba6f201",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174308685,
     "length": 182,
     "sha256": "705ef99d3940b08e572021d2a58b9199990470bb1206ac75ca0f33debd2c7858",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-quiet-hours--end",
   "title": "quietHours.end",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "End of the quiet-hours window, 24-hour local time \"HH:MM\". May be earlier than start for an overnight range.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "quietHours.end",
    "type": "string",
    "constraints": {
     "regex": true
    },
    "optional": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174308985,
     "length": 110,
     "sha256": "6b4138c7f6e17116f9c4ed0bd7ddaab7558b2fb3b59122bb233abce6b29d84b2",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174308868,
     "length": 228,
     "sha256": "8b75ccb7e10a603f9aba053dd1812f5ce467927602902a144493e67e5b18543a",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-away-summary-enabled",
   "title": "awaySummaryEnabled",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "@internal When false, the session recap (shown when you return after being away for 5+ minutes) is disabled. When absent or true, recap is enabled. Hidden from public SDK types until external launch.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": "https://code.claude.com/docs/en/settings-reference#awaysummaryenabled",
   "details": {
    "path": "awaySummaryEnabled",
    "type": "boolean",
    "optional": true,
    "internal": true,
    "documentedVia": "reference entry"
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174350224,
     "length": 201,
     "sha256": "602bf94fdf2805705f1520f54f3ef2ef4f23d61c90cf3dcff26c22cba39098d8",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174350181,
     "length": 245,
     "sha256": "22aaff425522b0fa39d6acd22c9ff02d8ef2766845620562731e9974e60a9004",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-model-proposed-goals",
   "title": "modelProposedGoals",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "@internal Controls the ProposeGoal tool (model-proposed session goals). 'auto' (the default when absent) lets the model choose per proposal whether to ask for approval via its ask_user parameter; 'alwaysAsk' routes every model-proposed goal through the approval dialog; 'disabled' turns the tool off. A typed /goal is unaffected. Consent-affecting, so it is read from trusted sources only (user/policy/flag) — workspace-resident project and local settings are ignored.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "modelProposedGoals",
    "type": "\"auto\" | \"alwaysAsk\" | \"disabled\"",
    "values": [
     "auto",
     "alwaysAsk",
     "disabled"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "internal": true,
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174351690,
     "length": 481,
     "sha256": "5603d90acd3738c4d35265cb9a430735f6d6ec687c883b64accf5fab99aca2d9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174351630,
     "length": 542,
     "sha256": "2bfa587b67886f68cc0826335eeb1fce7ef10122f4136c2a965e5215c8f2e9b7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-done-means-merged",
   "title": "doneMeansMerged",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "@internal When true, Claude keeps working until the PR is ready for you to merge, a cron/Monitor is armed to resume later, or it hands you a self-contained next step.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "doneMeansMerged",
    "type": "boolean",
    "optional": true,
    "internal": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174355861,
     "length": 168,
     "sha256": "80240ad0239f18248c543ce0c1bc415fff0a530ad84aa83c7933105576565bbc",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174355821,
     "length": 209,
     "sha256": "a93d191c45088bcfec67b701836213ac554b2531a0a1caebe2cb931018a7a4d9",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-total-tokens-reminder",
   "title": "totalTokensReminder",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "@internal Emit a <total_tokens>N tokens left</total_tokens> block in the system prompt, after each tool result, and (when totalTokensReminderAfterUserTurn is on) after each regular user prompt. 'infinite' uses the literal value Infinite, 'fixed' uses 5000000, 'countdown' uses the live remaining context-window tokens, 'padded-countdown' counts down from totalTokensReminderBudget (re-anchoring to the full budget on each regular user prompt when totalTokensReminderAfterUserTurn is on — task-budget semantics). Defaults to padded-countdown. Env var CLAUDE_CODE_TOTAL_TOKENS_REMINDER overrides.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "totalTokensReminder",
    "type": "\"off\" | \"infinite\" | \"fixed\" | \"countdown\" | \"padded-countdown\"",
    "values": [
     "off",
     "infinite",
     "fixed",
     "countdown",
     "padded-countdown"
    ],
    "optional": true,
    "internal": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174356132,
     "length": 607,
     "sha256": "2b43c131ab875f16003e86ffdea1a6d87e3229ff87d9b0e3a6d01f511da2d732",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174356031,
     "length": 709,
     "sha256": "b8585063144b42a0fe3dccccee54a25cf68d219d37df7fb751a4e729e4411daa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-total-tokens-reminder-budget",
   "title": "totalTokensReminderBudget",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "@internal Starting budget (tokens) for totalTokensReminder 'padded-countdown' mode. Defaults to 15000000. Server-controlled via GrowthBook; env var CLAUDE_CODE_TOTAL_TOKENS_REMINDER_BUDGET overrides.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "totalTokensReminderBudget",
    "type": "number (integer, > 0)",
    "constraints": {
     "int": true,
     "positive": true
    },
    "optional": true,
    "internal": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174356808,
     "length": 201,
     "sha256": "ff2315404cf1a7d21208d5942b6b370fac27827777d1c44dab3681dae15973e6",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174356741,
     "length": 269,
     "sha256": "2ede8c3e602fffb787b526a37a2a546211e97526dc8a6335bee11d3046470b06",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-total-tokens-reminder-after-user-turn",
   "title": "totalTokensReminderAfterUserTurn",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "@internal When true, emit the totalTokensReminder block after each regular user prompt and (for 'padded-countdown') re-anchor the task budget to the full configured value at the start of each user turn. When false, the reminder appears only in the system prompt and after each tool-result batch, and 'padded-countdown' counts down over the whole session. Defaults to on. Env var CLAUDE_CODE_TOTAL_TOKENS_REMINDER_AFTER_USER_TURN overrides; server-controlled via GrowthBook tengu_lapis_anchor_user_turn.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "totalTokensReminderAfterUserTurn",
    "type": "boolean",
    "optional": true,
    "internal": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174357068,
     "length": 504,
     "sha256": "ef4a0c8214dd010fed15d2c4e2faca1b6525f32babd051a28b91dd10f4c2c239",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174357011,
     "length": 562,
     "sha256": "19d75946f8fb6508677ef4bbe65f59da9d707f1d630df5dc4d05e6acfc09f4ed",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-skip-workflow-usage-warning",
   "title": "skipWorkflowUsageWarning",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "@internal Whether the user has accepted the multi-agent workflow usage warning. Until set, auto permission mode prompts before running a workflow.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "skipWorkflowUsageWarning",
    "type": "boolean",
    "optional": true,
    "internal": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174358557,
     "length": 148,
     "sha256": "8f7172e2242745ceb577fba889c280a22b90e54633a82bcc2cd21b150c013db7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174358508,
     "length": 198,
     "sha256": "9ff07cd12fcece58a0f78ae5ee635819009e53736bbf529a572642648ea220a0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-remote-tools",
   "title": "remoteTools",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "@internal How this computer serves tool calls to cloud sessions",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "remoteTools",
    "type": "object {allowUnattendedServing}",
    "optional": true,
    "internal": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174359125,
     "length": 65,
     "sha256": "f478a2e3a9f6f559fe671fd134938c7de066dd38715925e0a3b39569e2545782",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174358779,
     "length": 412,
     "sha256": "1c27431ebc7f7961deaa3027a5b582779c94516857362b9f8b096d43f08cf3aa",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-remote-tools--allow-unattended-serving",
   "title": "remoteTools.allowUnattendedServing",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "@internal When false in managed or user settings, a cloud session in auto mode may not run commands on this computer without a person approving each one, whatever consent the computer has given; a project, local or --settings value is ignored. Default: true.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "remoteTools.allowUnattendedServing",
    "type": "boolean",
    "optional": true,
    "internal": true,
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174358841,
     "length": 260,
     "sha256": "cd1d7a72ffe8c1ba2944d3ad384f56154c210fb4655e3239b6fb078c674cbe98",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174358794,
     "length": 308,
     "sha256": "4940aeb7290cbe9e6ea998253951f8f3f553eff3bf0c27d9601bf8ae69497f3c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-remote-control",
   "title": "remoteControl",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "@internal Remote Control (`claude remote-control`) options",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "remoteControl",
    "type": "object {shareHostProfile}",
    "optional": true,
    "internal": true
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174364202,
     "length": 60,
     "sha256": "19c4c0be4d9f97d71e9c0f54c97d9fadd8374dc0e243bfde8ca83f3fae76da90",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174363482,
     "length": 781,
     "sha256": "e0059da6e6417fadca4ce91045876c30e3712ce03e566ed2266e9fe8965764e0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "setting-remote-control--share-host-profile",
   "title": "remoteControl.shareHostProfile",
   "group": "Internal keys (@internal)",
   "kind": "setting",
   "text": "@internal What a Remote Control environment reports about this machine when it registers: 'off' reports nothing, 'basic' the OS, architecture and detected developer tools, 'full' also the names of MCP servers configured on this machine (never a repository's .mcp.json). When unset, the level comes from the feature rollout, which may be any of the three. Managed, --settings and user settings choose the level (the most restrictive wins); project and local settings can only lower it, never raise it. Read when Remote Control starts; lowering it later applies from the next registration, raising it from the next start.",
   "when": "Description from the settings schema (`.describe()` text, from code).",
   "documented": null,
   "details": {
    "path": "remoteControl.shareHostProfile",
    "type": "\"off\" | \"basic\" | \"full\"",
    "values": [
     "off",
     "basic",
     "full"
    ],
    "optional": true,
    "invalidValueDropped": true,
    "internal": true,
    "sourcesNote": "The description names which settings sources honor this key (per description; not independently verified in code)."
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174363557,
     "length": 621,
     "sha256": "7179ad9059c19bce0e538b10eceefe02f6b8503722384e7eb4c8283d68d537d0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174363499,
     "length": 680,
     "sha256": "53931fd24908667c490aa1279262259fe8d51238cc88b0f61c0a6e48076e23e7",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "settings-safe-env-check",
   "title": "Safe env check",
   "group": "Safe env keys (settings `env`)",
   "kind": "other",
   "text": null,
   "when": "From code: a predicate decides whether one settings `env` entry (name, value) is safe. It upper-cases the name and returns true when the name is in the always-safe set, is in the truthy-only set with a truthy value, is in the falsy-only set with a falsy value, or is `ANTHROPIC_CUSTOM_HEADERS` with a value that passes the header check.\n\nSafe pass (`applySafeConfigEnvironmentVariables`): applies the global config env and the env of `userSettings` and `flagSettings` (each when that source is enabled), then `policySettings` env, all through the usual env filter; then, from every enabled settings source, applies only the entries the predicate marks safe.\n\nFull pass (`applyConfigEnvironmentVariables`): applies the filtered env of every enabled settings source without the safe check. One call site runs in the same step sequence that calls `loadHooksModulesHeldForTrust`.\n\nWarning list: a helper returns `.claude/settings.json` and/or `.claude/settings.local.json` when project or local settings contain any `env` entry the predicate does not mark safe.",
   "documented": "https://code.claude.com/docs/en/settings-reference#when-claude-code-applies-env-values",
   "details": {
    "trustedSourcesInSafePass": [
     "userSettings",
     "flagSettings",
     "policySettings"
    ],
    "predicateRules": [
     {
      "set": "Wl",
      "condition": "always"
     },
     {
      "set": "Gl",
      "condition": {
       "valueMustBeOneOf": [
        "1",
        "true",
        "yes",
        "on"
       ]
      }
     },
     {
      "set": "Vl",
      "condition": {
       "valueMustBeOneOf": [
        "0",
        "false",
        "no",
        "off"
       ]
      }
     },
     {
      "name": "ANTHROPIC_CUSTOM_HEADERS",
      "condition": "header check"
     }
    ]
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174164677,
     "length": 133,
     "sha256": "e0c8289098f10850cb745bef6dff7b0d78bd358b9be0bf9c0390376b4566797b",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177792696,
     "length": 1305,
     "sha256": "6b0de24d5e5bc3a90a2bbd7a9087682049a9716c7c2c9c885a7d075358d0cf52",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177794001,
     "length": 964,
     "sha256": "7b433c8759712c3bcf132e870a0298d7609af7e1dde4f880355437fcde69487c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-5p8vzr3d.js",
     "binary_offset": 177786255,
     "length": 51,
     "sha256": "bbf0aae989000d242d3b1d7d0e844d1b810743010f8349884a5d64ebb2fde72c",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-d5j197a3.js",
     "binary_offset": 202465767,
     "length": 88,
     "sha256": "ae8378d5b343eced7fbccb30e4304c231c22da67e4fc4404fcebcdd39b95713f",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-d5j197a3.js",
     "binary_offset": 202464498,
     "length": 173,
     "sha256": "ec957ddac08d9c2098bc007bb5e013393b4dcc511beebd0303adf1fa7f6e56f1",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "settings-safe-env-set-wl",
   "title": "Safe env names: any value (211)",
   "group": "Safe env keys (settings `env`)",
   "kind": "other",
   "text": null,
   "when": "Names in this set are always safe, whatever the value; names are compared upper-cased (from code).",
   "documented": null,
   "details": {
    "set": "Wl",
    "rule": "always",
    "names": [
     "ANTHROPIC_BEDROCK_REGION_PREFIX",
     "ANTHROPIC_BEDROCK_SERVICE_TIER",
     "ANTHROPIC_CUSTOM_MODEL_OPTION",
     "ANTHROPIC_CUSTOM_MODEL_OPTION_DESCRIPTION",
     "ANTHROPIC_CUSTOM_MODEL_OPTION_NAME",
     "ANTHROPIC_CUSTOM_MODEL_OPTION_SUPPORTED_CAPABILITIES",
     "ANTHROPIC_DEFAULT_FABLE_MODEL",
     "ANTHROPIC_DEFAULT_FABLE_MODEL_DESCRIPTION",
     "ANTHROPIC_DEFAULT_FABLE_MODEL_NAME",
     "ANTHROPIC_DEFAULT_FABLE_MODEL_SUPPORTED_CAPABILITIES",
     "ANTHROPIC_DEFAULT_MODEL",
     "ANTHROPIC_DEFAULT_HAIKU_MODEL",
     "ANTHROPIC_DEFAULT_HAIKU_MODEL_DESCRIPTION",
     "ANTHROPIC_DEFAULT_HAIKU_MODEL_NAME",
     "ANTHROPIC_DEFAULT_HAIKU_MODEL_SUPPORTED_CAPABILITIES",
     "ANTHROPIC_DEFAULT_OPUS_MODEL",
     "ANTHROPIC_DEFAULT_OPUS_MODEL_DESCRIPTION",
     "ANTHROPIC_DEFAULT_OPUS_MODEL_NAME",
     "ANTHROPIC_DEFAULT_OPUS_MODEL_SUPPORTED_CAPABILITIES",
     "ANTHROPIC_DEFAULT_SONNET_MODEL",
     "ANTHROPIC_DEFAULT_SONNET_MODEL_DESCRIPTION",
     "ANTHROPIC_DEFAULT_SONNET_MODEL_NAME",
     "ANTHROPIC_DEFAULT_SONNET_MODEL_SUPPORTED_CAPABILITIES",
     "ANTHROPIC_FOUNDRY_API_KEY",
     "ANTHROPIC_MODEL",
     "ANTHROPIC_SMALL_FAST_MODEL_AWS_REGION",
     "ANTHROPIC_SMALL_FAST_MODEL",
     "AWS_DEFAULT_REGION",
     "AWS_PROFILE",
     "AWS_REGION",
     "BASH_DEFAULT_TIMEOUT_MS",
     "BASH_MAX_OUTPUT_LENGTH",
     "BASH_MAX_TIMEOUT_MS",
     "CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR",
     "CLAUDE_CODE_API_KEY_HELPER_TTL_MS",
     "CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS",
     "CLAUDE_CODE_DISABLE_TERMINAL_TITLE",
     "CLAUDE_CODE_ENABLE_AUTO_MODE",
     "CLAUDE_CODE_ENABLE_DESIGN_SYNC",
     "CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL",
     "CLAUDE_CODE_ENABLE_TELEMETRY",
     "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS",
     "CLAUDE_CODE_IDE_SKIP_AUTO_INSTALL",
     "CLAUDE_CODE_MAX_MCP_DESCRIPTION_LENGTH",
     "CLAUDE_CODE_MAX_OUTPUT_TOKENS",
     "CLAUDE_CODE_SKIP_BEDROCK_AUTH",
     "CLAUDE_CODE_SKIP_FOUNDRY_AUTH",
     "CLAUDE_CODE_SKIP_ANTHROPIC_AWS_AUTH",
     "CLAUDE_CODE_SKIP_ANTHROPIC_GOOGLE_CLOUD_AUTH",
     "CLAUDE_CODE_SKIP_MANTLE_AUTH",
     "CLAUDE_CODE_SKIP_VERTEX_AUTH",
     "CLAUDE_CODE_SUBAGENT_MODEL",
     "CLAUDE_CODE_USE_BEDROCK",
     "CLAUDE_CODE_USE_FOUNDRY",
     "CLAUDE_CODE_USE_ANTHROPIC_AWS",
     "CLAUDE_CODE_USE_ANTHROPIC_GOOGLE_CLOUD",
     "CLAUDE_CODE_USE_GATEWAY",
     "CLAUDE_CODE_USE_MANTLE",
     "CLAUDE_CODE_USE_POWERSHELL_TOOL",
     "CLAUDE_CODE_USE_VERTEX",
     "DISABLE_AUTOUPDATER",
     "DISABLE_BUG_COMMAND",
     "DISABLE_COST_WARNINGS",
     "DISABLE_FEEDBACK_COMMAND",
     "DISABLE_GROWTHBOOK",
     "DISABLE_INSTALLATION_CHECKS",
     "DISABLE_UPDATES",
     "ENABLE_TOOL_SEARCH",
     "MAX_MCP_OUTPUT_TOKENS",
     "MAX_THINKING_TOKENS",
     "MCP_CONNECT_TIMEOUT_MS",
     "MCP_TIMEOUT",
     "MCP_TOOL_TIMEOUT",
     "OTEL_EXPORTER_OTLP_COMPRESSION",
     "OTEL_EXPORTER_OTLP_HEADERS",
     "OTEL_EXPORTER_OTLP_LOGS_COMPRESSION",
     "OTEL_EXPORTER_OTLP_LOGS_HEADERS",
     "OTEL_EXPORTER_OTLP_LOGS_PROTOCOL",
     "OTEL_EXPORTER_OTLP_METRICS_COMPRESSION",
     "OTEL_EXPORTER_OTLP_METRICS_HEADERS",
     "OTEL_EXPORTER_OTLP_METRICS_PROTOCOL",
     "OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE",
     "OTEL_EXPORTER_OTLP_PROTOCOL",
     "OTEL_EXPORTER_OTLP_TRACES_COMPRESSION",
     "OTEL_EXPORTER_OTLP_TRACES_HEADERS",
     "OTEL_EXPORTER_OTLP_TRACES_PROTOCOL",
     "OTEL_LOG_ASSISTANT_RESPONSES",
     "OTEL_LOG_TOOL_CONTENT",
     "OTEL_LOG_TOOL_DETAILS",
     "OTEL_LOG_USER_PROMPTS",
     "OTEL_LOGS_EXPORT_INTERVAL",
     "OTEL_LOGS_EXPORTER",
     "OTEL_METRIC_EXPORT_INTERVAL",
     "OTEL_METRICS_EXPORTER",
     "OTEL_METRICS_INCLUDE_ACCOUNT_UUID",
     "OTEL_METRICS_INCLUDE_ENTRYPOINT",
     "OTEL_METRICS_INCLUDE_REPOSITORY",
     "OTEL_METRICS_INCLUDE_RESOURCE_ATTRIBUTES",
     "OTEL_METRICS_INCLUDE_SESSION_ID",
     "OTEL_METRICS_INCLUDE_VERSION",
     "OTEL_RESOURCE_ATTRIBUTES",
     "OTEL_SERVICE_NAME",
     "OTEL_TRACES_EXPORT_INTERVAL",
     "OTEL_TRACES_EXPORTER",
     "USE_BUILTIN_RIPGREP",
     "VERTEX_REGION_CLAUDE_3_5_HAIKU",
     "VERTEX_REGION_CLAUDE_3_5_SONNET",
     "VERTEX_REGION_CLAUDE_3_7_SONNET",
     "VERTEX_REGION_CLAUDE_4_0_OPUS",
     "VERTEX_REGION_CLAUDE_4_0_SONNET",
     "VERTEX_REGION_CLAUDE_4_1_OPUS",
     "VERTEX_REGION_CLAUDE_4_5_OPUS",
     "VERTEX_REGION_CLAUDE_4_6_OPUS",
     "VERTEX_REGION_CLAUDE_4_7_OPUS",
     "VERTEX_REGION_CLAUDE_4_8_OPUS",
     "VERTEX_REGION_CLAUDE_5_OPUS",
     "VERTEX_REGION_CLAUDE_5_5_OPUS",
     "VERTEX_REGION_CLAUDE_FABLE_5",
     "VERTEX_REGION_CLAUDE_FABLE_5_1",
     "VERTEX_REGION_CLAUDE_4_5_SONNET",
     "VERTEX_REGION_CLAUDE_4_6_SONNET",
     "VERTEX_REGION_CLAUDE_5_SONNET",
     "VERTEX_REGION_CLAUDE_HAIKU_4_5",
     "CLAUDE_AUTOCOMPACT_PCT_OVERRIDE",
     "CLAUDE_CODE_AUTO_COMPACT_WINDOW",
     "CLAUDE_CODE_DISABLE_UNKNOWN_MODEL_WINDOW_ENFORCEMENT",
     "CLAUDE_CODE_MAX_CONTEXT_TOKENS",
     "DISABLE_AUTO_COMPACT",
     "DISABLE_COMPACT",
     "CLAUDE_CODE_ALWAYS_ENABLE_EFFORT",
     "CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING",
     "CLAUDE_CODE_DISABLE_FAST_MODE",
     "CLAUDE_CODE_DISABLE_LEGACY_MODEL_REMAP",
     "CLAUDE_CODE_DISABLE_NONSTREAMING_FALLBACK",
     "CLAUDE_CODE_DISABLE_THINKING",
     "CLAUDE_CODE_EFFORT_LEVEL",
     "CLAUDE_CODE_MAX_EFFORT_REMINDER",
     "CLAUDE_CODE_PROMPT_CACHE_TTL",
     "CLAUDE_CODE_SUBAGENT_PROMPT_CACHE_TTL",
     "DISABLE_INTERLEAVED_THINKING",
     "DISABLE_PROMPT_CACHING",
     "DISABLE_PROMPT_CACHING_FABLE",
     "DISABLE_PROMPT_CACHING_HAIKU",
     "DISABLE_PROMPT_CACHING_OPUS",
     "DISABLE_PROMPT_CACHING_SONNET",
     "ENABLE_PROMPT_CACHING_1H",
     "ENABLE_PROMPT_CACHING_1H_BEDROCK",
     "FALLBACK_FOR_ALL_PRIMARY_MODELS",
     "FORCE_PROMPT_CACHING_5M",
     "CLAUDE_AUTO_BACKGROUND_TASKS",
     "CLAUDE_CODE_DISABLE_ADVISOR_TOOL",
     "CLAUDE_CODE_DISABLE_AGENT_VIEW",
     "CLAUDE_CODE_DISABLE_ARTIFACT",
     "CLAUDE_CODE_DISABLE_BACKGROUND_TASKS",
     "CLAUDE_CODE_DISABLE_BUNDLED_SKILLS",
     "CLAUDE_CODE_DISABLE_CRON",
     "CLAUDE_CODE_DISABLE_EXPLORE_PLAN_AGENTS",
     "CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY",
     "CLAUDE_CODE_DISABLE_FILE_CHECKPOINTING",
     "CLAUDE_CODE_DISABLE_MCP_TASK_BACKGROUND",
     "CLAUDE_CODE_DISABLE_MEMORY_RO_UNSAVED_NOTICE",
     "CLAUDE_CODE_DISABLE_WORKFLOWS",
     "CLAUDE_CODE_ENABLE_AWAY_SUMMARY",
     "CLAUDE_CODE_ENABLE_FINE_GRAINED_TOOL_STREAMING",
     "CLAUDE_CODE_ENABLE_FUNCTION_HOOKS",
     "CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION",
     "CLAUDE_CODE_ENABLE_TASKS",
     "CLAUDE_CODE_FORK_SUBAGENT",
     "CLAUDE_CODE_PLAN_MODE_REQUIRED",
     "DISABLE_DOCTOR_COMMAND",
     "DISABLE_EXTRA_USAGE_COMMAND",
     "DISABLE_INSTALL_GITHUB_APP_COMMAND",
     "DISABLE_LOGIN_COMMAND",
     "DISABLE_LOGOUT_COMMAND",
     "DISABLE_UPGRADE_COMMAND",
     "CLAUDE_AX_SCREEN_READER",
     "CLAUDE_CODE_ACCESSIBILITY",
     "CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN",
     "CLAUDE_CODE_DISABLE_MOUSE",
     "CLAUDE_CODE_DISABLE_MOUSE_CLICKS",
     "CLAUDE_CODE_DISABLE_VIRTUAL_SCROLL",
     "CLAUDE_CODE_FORCE_STRIKETHROUGH",
     "CLAUDE_CODE_FORCE_TERMINAL_IMAGES",
     "CLAUDE_CODE_HIDE_CWD",
     "CLAUDE_CODE_NATIVE_CURSOR",
     "CLAUDE_CODE_NO_FLICKER",
     "CLAUDE_CODE_SCROLL_SPEED",
     "CLAUDE_CODE_SYNTAX_HIGHLIGHT",
     "API_TIMEOUT_MS",
     "CLAUDE_ASYNC_AGENT_STALL_TIMEOUT_MS",
     "CLAUDE_CODE_COORDINATOR_WORKER_CHECKIN_SECONDS",
     "CLAUDE_CODE_FILE_READ_MAX_OUTPUT_TOKENS",
     "CLAUDE_CODE_GLOB_TIMEOUT_SECONDS",
     "CLAUDE_CODE_MAX_RETRIES",
     "CLAUDE_CODE_MAX_SUBAGENTS_PER_SESSION",
     "CLAUDE_CODE_MAX_TOOL_USE_CONCURRENCY",
     "CLAUDE_CODE_MAX_WEB_SEARCHES_PER_SESSION",
     "CLAUDE_CODE_MCP_AUTO_BACKGROUND_MS",
     "CLAUDE_CODE_MCP_TOOL_IDLE_TIMEOUT",
     "CLAUDE_CODE_TEAM_TEARDOWN_PARK_TIMEOUT_MS",
     "CLAUDE_STREAM_FIRST_BYTE_TIMEOUT_MS",
     "CLAUDE_STREAM_IDLE_TIMEOUT_MS",
     "MAX_STRUCTURED_OUTPUT_RETRIES",
     "MCP_REMOTE_SERVER_CONNECTION_BATCH_SIZE",
     "MCP_SERVER_CONNECTION_BATCH_SIZE",
     "SLASH_COMMAND_TOOL_CHAR_BUDGET",
     "TASK_MAX_OUTPUT_LENGTH",
     "MCP_CONNECTION_NONBLOCKING",
     "CLAUDE_ENABLE_BYTE_WATCHDOG",
     "CLAUDE_ENABLE_BYTE_WATCHDOG_BEDROCK",
     "CLAUDE_ENABLE_STREAM_WATCHDOG"
    ]
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174156876,
     "length": 6949,
     "sha256": "c7b3f48c952b9ea9f749819aa92bdeb6f6d67b18850aa7461b6c3eaee8007548",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "settings-safe-env-set-gl",
   "title": "Safe env names: truthy value only (5)",
   "group": "Safe env keys (settings `env`)",
   "kind": "other",
   "text": null,
   "when": "Names in this set are safe only when the value is one of \"1\", \"true\", \"yes\", \"on\" (case-insensitive, trimmed); names are compared upper-cased (from code).",
   "documented": null,
   "details": {
    "set": "Gl",
    "rule": {
     "valueMustBeOneOf": [
      "1",
      "true",
      "yes",
      "on"
     ]
    },
    "names": [
     "API_FORCE_IDLE_TIMEOUT",
     "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC",
     "DISABLE_ERROR_REPORTING",
     "DISABLE_TELEMETRY",
     "DO_NOT_TRACK"
    ]
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174163826,
     "length": 142,
     "sha256": "c01c5d80a8302403027e67d81cebae62280cdbae1181558cf27969448bf9c7c0",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zzm2rf18.js",
     "binary_offset": 173551199,
     "length": 142,
     "sha256": "0cd1e3bf52a5322b221b5b0c9e8e3e7511dd2dcdf1dda995d0691afa3816edc4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "settings-safe-env-set-vl",
   "title": "Safe env names: falsy value only (2)",
   "group": "Safe env keys (settings `env`)",
   "kind": "other",
   "text": null,
   "when": "Names in this set are safe only when the value is one of \"0\", \"false\", \"no\", \"off\" (case-insensitive, trimmed); names are compared upper-cased (from code).",
   "documented": null,
   "details": {
    "set": "Vl",
    "rule": {
     "valueMustBeOneOf": [
      "0",
      "false",
      "no",
      "off"
     ]
    },
    "names": [
     "ENABLE_BETA_TRACING_DETAILED",
     "OTEL_LOG_RAW_API_BODIES"
    ]
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174163969,
     "length": 70,
     "sha256": "7a313561c2dabe78d2074e05da19bedb864215637bc1a4ee154be4678f91cdd4",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-zzm2rf18.js",
     "binary_offset": 173551341,
     "length": 151,
     "sha256": "773926708ae1bc7f27b68ca0f78387d043aa7eae8eb8648f0e874c526d2d46db",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  },
  {
   "id": "settings-safe-env-custom-headers",
   "title": "Safe env names: ANTHROPIC_CUSTOM_HEADERS (validated value)",
   "group": "Safe env keys (settings `env`)",
   "kind": "other",
   "text": null,
   "when": "`ANTHROPIC_CUSTOM_HEADERS` is safe only when its value passes a header check (from code): no bare carriage return; every header name is a valid HTTP token; a further per-value check passes; and no lower-cased header name matches the sensitive-name pattern below.",
   "documented": null,
   "details": {
    "name": "ANTHROPIC_CUSTOM_HEADERS",
    "sensitiveHeaderNamePattern": "auth|key|token|cookie|secret|credential|session|signature|passw|jwt|assertion|cert|oidc|org|tenant|account|project|workspace|user|email|identity|principal|consumer|client|host|url|base|target|upstream|endpoint|proxy|forward|route|fallback|override|apigw|x-goog-|l5d-|bypass|guardrail|amz|x-ms-|azureml|extra-parameters|envoy|helicone|litellm|cf-aig|cf-access|beta|version",
    "sensitiveHeaderNameParts": [
     "auth",
     "key",
     "token",
     "cookie",
     "secret",
     "credential",
     "session",
     "signature",
     "passw",
     "jwt",
     "assertion",
     "cert",
     "oidc",
     "org",
     "tenant",
     "account",
     "project",
     "workspace",
     "user",
     "email",
     "identity",
     "principal",
     "consumer",
     "client",
     "host",
     "url",
     "base",
     "target",
     "upstream",
     "endpoint",
     "proxy",
     "forward",
     "route",
     "fallback",
     "override",
     "apigw",
     "x-goog-",
     "l5d-",
     "bypass",
     "guardrail",
     "amz",
     "x-ms-",
     "azureml",
     "extra-parameters",
     "envoy",
     "helicone",
     "litellm",
     "cf-aig",
     "cf-access",
     "beta",
     "version"
    ]
   },
   "provenance": [
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174164417,
     "length": 221,
     "sha256": "251698c33aa404028f69d26a86e1aaa2022c3eb8ae3c00f663e3c9d8c21b21bb",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    },
    {
     "file": "chunk-wqf6nvvb.js",
     "binary_offset": 174164040,
     "length": 376,
     "sha256": "16a8d7657813a0f56d8cf4c81c1eca1a8d20e5d37dd5b0a73ddb2bcfcc44bbad",
     "version": "2.1.282",
     "platform": "darwin-arm64"
    }
   ]
  }
 ]
}
