Follow @_DMontgomery40
Configuration

Settings

All reference pages

297 settings keys from the Claude Code settings schema (185 top-level, 112 nested): 256 documented, 41 undocumented, 14 tagged @internal. Groups follow the official settings reference; keys it does not cover are grouped separately. The last group lists the safe-env allowlist that decides which env entries apply from every settings file at startup.

About the schema

Settings schema

Source: chunk-wqf6nvvb.js · offset 174303385 · sha256 11dae161…

Status: documented at https://code.claude.com/docs/en/settings-reference

From code: the settings object schema is built by one function; feature modules (autoMode, deepLink, voice, briefView, screenReader) add keys through a shared registry.

  • The base settings object schema is .passthrough() (from code).

  • Settings validation parses with a .strict() variant built with strictPolicyHelperKeys, so unrecognized keys are reported as validation errors (from code).

  • The JSON-schema generator omits properties whose description starts with @internal (from code).

  • Feature modules: autoMode (buildGate true), deepLink (buildGate true), voice (buildGate true), briefView (buildGate true), screenReader (buildGate true)

Model and responses

model

Source: chunk-wqf6nvvb.js · offset 174315037 · sha256 b6a9d3b5…

Status: documented at https://code.claude.com/docs/en/settings-reference#model

Type: string

Override the default model used by Claude Code

fallbackModel

Source: chunk-wqf6nvvb.js · offset 174315128 · sha256 eca808d8…

Status: documented at https://code.claude.com/docs/en/settings-reference#fallbackmodel

Type: array of string

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.

availableModels

Source: chunk-wqf6nvvb.js · offset 174315383 · sha256 83f5f066…

Status: documented at https://code.claude.com/docs/en/settings-reference#availablemodels

Type: array of string

The description names which settings sources honor this key (per description; not independently verified in code).

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.

enforceAvailableModels

Source: chunk-wqf6nvvb.js · offset 174315766 · sha256 d70d5ee6…

Status: documented at https://code.claude.com/docs/en/settings-reference#enforceavailablemodels

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

modelOverrides

Source: chunk-wqf6nvvb.js · offset 174316179 · sha256 e96a1af0…

Status: documented at https://code.claude.com/docs/en/settings-reference#modeloverrides

Type: record<string, string>

The description names which settings sources honor this key (per description; not independently verified in code).

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.

modelPicker

Source: chunk-wqf6nvvb.js · offset 174316783 · sha256 6c422b2d…

Status: documented at https://code.claude.com/docs/en/settings-reference#modelpicker

Type: object {options, replaceBuiltInOptions}

The description names which settings sources honor this key (per description; not independently verified in code).

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.

modelPicker.options

Source: chunk-wqf6nvvb.js · offset 174316422 · sha256 7dcd72b1…

Status: documented at https://code.claude.com/docs/en/settings-reference#modelpicker

Type: array of object {model, label, description, behavesAs}

Rows to show in the /model picker, in order.

modelPicker.replaceBuiltInOptions

Source: chunk-wqf6nvvb.js · offset 174316516 · sha256 af71b027…

Status: documented at https://code.claude.com/docs/en/settings-reference#modelpicker

Type: boolean

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.

modelPricing

Source: chunk-wqf6nvvb.js · offset 174317313 · sha256 48c159a1…

Status: documented at https://code.claude.com/docs/en/settings-reference#modelpricing

Type: object {multiplier, overrides}

The description names which settings sources honor this key (per description; not independently verified in code).

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.

modelPricing.multiplier

Source: chunk-wqf6nvvb.js · offset 174317241 · sha256 7a2fbbe7…

Status: documented at https://code.claude.com/docs/en/settings-reference#modelpricing

Type: number (> 0, <= 10)

No description in the schema.

modelPricing.overrides

Source: chunk-wqf6nvvb.js · offset 174317257 · sha256 5cb1cd04…

Status: documented at https://code.claude.com/docs/en/settings-reference#modelpricing

Type: record<string, object {input, output, cacheRead, cacheWrite}>

No description in the schema.

outputStyle

Source: chunk-wqf6nvvb.js · offset 174342802 · sha256 e6c1ed7e…

Status: documented at https://code.claude.com/docs/en/settings-reference#outputstyle

Type: string

Controls the output style for assistant responses

language

Source: chunk-wqf6nvvb.js · offset 174343007 · sha256 7c7507f3…

Status: documented at https://code.claude.com/docs/en/settings-reference#language

Type: string

Preferred language for Claude responses and voice dictation (e.g., "japanese", "spanish")

promptCacheTtl

Source: chunk-wqf6nvvb.js · offset 174346725 · sha256 e18db899…

Status: documented at https://code.claude.com/docs/en/settings-reference#promptcachettl

Type: "5m" | "1h"

Invalid values are dropped rather than failing the whole file (.catch, from code).

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.

subagentPromptCacheTtl

Source: chunk-wqf6nvvb.js · offset 174347217 · sha256 af588959…

Status: documented at https://code.claude.com/docs/en/settings-reference#subagentpromptcachettl

Type: "5m" | "1h"

Invalid values are dropped rather than failing the whole file (.catch, from code).

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.

alwaysThinkingEnabled

Source: chunk-wqf6nvvb.js · offset 174347552 · sha256 51bbf1e3…

Status: documented at https://code.claude.com/docs/en/settings-reference#alwaysthinkingenabled

Type: boolean

When false, thinking is disabled. When absent or true, thinking is enabled automatically for supported models.

effortLevel

Source: chunk-wqf6nvvb.js · offset 174347747 · sha256 3edcb0c3…

Status: documented at https://code.claude.com/docs/en/settings-reference#effortlevel

Type: "low" | "medium" | "high" | "xhigh"

Invalid values are dropped rather than failing the whole file (.catch, from code).

Persisted effort level for supported models.

maxEffortLevel

Source: chunk-wqf6nvvb.js · offset 174347850 · sha256 dbbaa0d3…

Status: documented at https://code.claude.com/docs/en/settings-reference#maxeffortlevel

Type: "low" | "medium" | "high" | "xhigh" | "max"

Invalid values are dropped rather than failing the whole file (.catch, from code).

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.

modelSettings

Source: chunk-wqf6nvvb.js · offset 174349021 · sha256 62cdc3ae…

Status: documented at https://code.claude.com/docs/en/settings-reference#modelsettings

Type: record<string, object {effortLevel, maxEffortLevel}>

Invalid values are dropped rather than failing the whole file (.catch, from code).

Per-model settings keyed by canonical model name.

ultracode

Source: chunk-wqf6nvvb.js · offset 174349122 · sha256 903617b2…

Status: documented at https://code.claude.com/docs/en/settings-reference#ultracode

Type: boolean

Invalid values are dropped rather than failing the whole file (.catch, from code).

The description names which settings sources honor this key (per description; not independently verified in code).

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.

advisorModel

Source: chunk-wqf6nvvb.js · offset 174349526 · sha256 ebecdff7…

Status: documented at https://code.claude.com/docs/en/settings-reference#advisormodel

Type: string

Advisor model for the server-side advisor tool.

fastMode

Source: chunk-wqf6nvvb.js · offset 174349610 · sha256 b70219f6…

Status: documented at https://code.claude.com/docs/en/settings-reference#fastmode

Type: boolean

When true, fast mode is enabled. When absent or false, fast mode is off.

fastModePerSessionOptIn

Source: chunk-wqf6nvvb.js · offset 174349734 · sha256 d02b6388…

Status: documented at https://code.claude.com/docs/en/settings-reference#fastmodepersessionoptin

Type: boolean

When true, fast mode does not persist across sessions. Each session starts with fast mode off.

showThinkingSummaries

Source: chunk-wqf6nvvb.js · offset 174358215 · sha256 0949ebdb…

Status: documented at https://code.claude.com/docs/en/settings-reference#showthinkingsummaries

Type: boolean

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.

switchModelsOnFlag

Source: chunk-wqf6nvvb.js · offset 174362161 · sha256 03f1a7d0…

Status: documented at https://code.claude.com/docs/en/settings-reference#switchmodelsonflag

Type: boolean

When safeguards flag a message, automatically switch to a different model to keep chatting. When off, your session will pause instead.

Permission settings

permissions

Source: chunk-wqf6nvvb.js · offset 174314967 · sha256 a746c29c…

Status: documented at https://code.claude.com/docs/en/settings-reference#permissions

Type: object {allow, deny, ask, defaultMode, disableBypassPermissionsMode, blockReadsOutsideWorkingDirectories, disableAutoMode, additionalDirectories}

Tool usage permissions configuration

permissions.allow

Source: chunk-wqf6nvvb.js · offset 174286905 · sha256 d7e3e4ea…

Status: documented at https://code.claude.com/docs/en/settings-reference#permissions-allow

Type: array of string

List of permission rules for allowed operations

permissions.deny

Source: chunk-wqf6nvvb.js · offset 174286989 · sha256 33ee5b6b…

Status: documented at https://code.claude.com/docs/en/settings-reference#permissions-deny

Type: array of string

List of permission rules for denied operations

permissions.ask

Source: chunk-wqf6nvvb.js · offset 174287071 · sha256 a9f6396d…

Status: documented at https://code.claude.com/docs/en/settings-reference#permissions-ask

Type: array of string

List of permission rules that should always prompt for confirmation

permissions.defaultMode

Source: chunk-wqf6nvvb.js · offset 174287201 · sha256 3b33237d…

Status: documented at https://code.claude.com/docs/en/settings-reference#permissions-defaultmode

Type: "acceptEdits" | "auto" | "bypassPermissions" | "default" | "dontAsk" | "plan"

Default permission mode when Claude Code needs access ('manual' is accepted as an alias for 'default')

permissions.disableBypassPermissionsMode

Source: chunk-wqf6nvvb.js · offset 174287371 · sha256 3addfcfa…

Status: documented at https://code.claude.com/docs/en/settings-reference#permissions-disablebypasspermissionsmode

Type: "disable"

Disable the ability to bypass permission prompts

permissions.blockReadsOutsideWorkingDirectories

Source: chunk-wqf6nvvb.js · offset 174287483 · sha256 cf415a20…

Status: documented at https://code.claude.com/docs/en/settings-reference#permissions-blockreadsoutsideworkingdirectories

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

permissions.disableAutoMode

Source: chunk-wqf6nvvb.js · offset 174276218 · sha256 4c01ca53…

Status: documented at https://code.claude.com/docs/en/settings-reference#permissions

Type: "disable"

Feature module: autoMode (enabled in this build (buildGate returns true))

Disable auto mode

permissions.additionalDirectories

Source: chunk-wqf6nvvb.js · offset 174287797 · sha256 a0a4a162…

Status: documented at https://code.claude.com/docs/en/settings-reference#permissions-additionaldirectories

Type: array of string

Additional directories to include in the permission scope

allowManagedPermissionRulesOnly

Source: chunk-wqf6nvvb.js · offset 174328627 · sha256 76339eea…

Status: documented at https://code.claude.com/docs/en/settings-reference#allowmanagedpermissionrulesonly

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

skipDangerousModePermissionPrompt

Source: chunk-wqf6nvvb.js · offset 174358440 · sha256 622bf264…

Status: documented at https://code.claude.com/docs/en/settings-reference#skipdangerousmodepermissionprompt

Type: boolean

Whether the user has accepted the bypass permissions mode dialog

disableAutoMode

Source: chunk-wqf6nvvb.js · offset 174358758 · sha256 4c01ca53…

Status: documented at https://code.claude.com/docs/en/settings-reference#disableautomode

Type: "disable"

Disable auto mode

skipAutoPermissionPrompt

Source: chunk-wqf6nvvb.js · offset 174274763 · sha256 740f7683…

Status: documented at https://code.claude.com/docs/en/settings-reference#skipautopermissionprompt

Type: boolean

Feature module: autoMode (enabled in this build (buildGate returns true))

Whether the user has accepted the auto mode opt-in dialog

useAutoModeDuringPlan

Source: chunk-wqf6nvvb.js · offset 174274870 · sha256 cb9c1a74…

Status: documented at https://code.claude.com/docs/en/settings-reference#useautomodeduringplan

Type: boolean

Feature module: autoMode (enabled in this build (buildGate returns true))

Whether plan mode uses auto mode semantics when auto mode is available (default: true)

autoMode

Source: chunk-wqf6nvvb.js · offset 174276097 · sha256 e31ba7f1…

Status: documented at https://code.claude.com/docs/en/settings-reference#automode

Type: object {allow, soft_deny, hard_deny, environment, classifyAllShell}

Feature module: autoMode (enabled in this build (buildGate returns true))

Auto mode classifier prompt customization

autoMode.allow

Source: chunk-wqf6nvvb.js · offset 174275005 · sha256 33b92bfd…

Status: documented at https://code.claude.com/docs/en/settings-reference#automode

Type: array of string

Rules for the auto mode classifier allow section. Include the literal string "$defaults" to inherit the built-in rules at that position.

autoMode.soft_deny

Source: chunk-wqf6nvvb.js · offset 174275182 · sha256 e484268b…

Status: documented at https://code.claude.com/docs/en/settings-reference#automode

Type: array of string

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.

autoMode.hard_deny

Source: chunk-wqf6nvvb.js · offset 174275431 · sha256 8e0d9050…

Status: documented at https://code.claude.com/docs/en/settings-reference#automode

Type: array of string

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.

autoMode.environment

Source: chunk-wqf6nvvb.js · offset 174275686 · sha256 1c416dc3…

Status: documented at https://code.claude.com/docs/en/settings-reference#automode

Type: array of string

Entries for the auto mode classifier environment section. Include the literal string "$defaults" to inherit the built-in entries at that position.

autoMode.classifyAllShell

Source: chunk-wqf6nvvb.js · offset 174275877 · sha256 67146569…

Status: documented at https://code.claude.com/docs/en/settings-reference#automode-classifyallshell

Type: boolean

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.

Sandbox settings

sandbox

Source: chunk-wqf6nvvb.js · offset 174343246 · sha256 46a4cf8f…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox

Type: object {enabled, failIfUnavailable, autoAllowBashIfSandboxed, allowUnsandboxedCommands, network, filesystem, credentials, ignoreViolations, enableWeakerNestedSandbox, enableWeakerNetworkIsolation, allowAppleEvents, excludedCommands, ripgrep, bwrapPath, socatPath}

No description in the schema.

sandbox.enabled

Source: chunk-wqf6nvvb.js · offset 174134694 · sha256 1234856b…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-enabled

Type: boolean

No description in the schema.

sandbox.failIfUnavailable

Source: chunk-wqf6nvvb.js · offset 174134759 · sha256 8d367e53…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-failifunavailable

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

sandbox.autoAllowBashIfSandboxed

Source: chunk-wqf6nvvb.js · offset 174135049 · sha256 f966f1b5…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-autoallowbashifsandboxed

Type: boolean

No description in the schema.

sandbox.allowUnsandboxedCommands

Source: chunk-wqf6nvvb.js · offset 174135138 · sha256 73d1ddda…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-allowunsandboxedcommands

Type: boolean

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.

sandbox.network

Source: chunk-wqf6nvvb.js · offset 174135354 · sha256 efd25fbc…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-network

Type: object {allowedDomains, deniedDomains, strictAllowlist, allowManagedDomainsOnly, allowUnixSockets, allowAllUnixSockets, allowLocalBinding, allowMachLookup, httpProxyPort, socksProxyPort, tlsTerminate}

No description in the schema.

sandbox.network.allowedDomains

Source: chunk-wqf6nvvb.js · offset 174114695 · sha256 a245caff…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-network-alloweddomains

Type: array of string

No description in the schema.

sandbox.network.deniedDomains

Source: chunk-wqf6nvvb.js · offset 174114769 · sha256 ac2e4b37…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-network-denieddomains

Type: array of string

The description names which settings sources honor this key (per description; not independently verified in code).

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.

sandbox.network.strictAllowlist

Source: chunk-wqf6nvvb.js · offset 174115005 · sha256 cecb73ed…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-network-strictallowlist

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

sandbox.network.allowManagedDomainsOnly

Source: chunk-wqf6nvvb.js · offset 174115442 · sha256 20b6b184…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-network-allowmanageddomainsonly

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

sandbox.network.allowUnixSockets

Source: chunk-wqf6nvvb.js · offset 174115738 · sha256 6fef57bb…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-network-allowunixsockets

Type: array of string

macOS only: Unix socket paths to allow. Ignored on Linux (seccomp cannot filter by path).

sandbox.network.allowAllUnixSockets

Source: chunk-wqf6nvvb.js · offset 174115875 · sha256 a7809fa8…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-network-allowallunixsockets

Type: boolean

If true, allow all Unix sockets (disables blocking on both platforms).

sandbox.network.allowLocalBinding

Source: chunk-wqf6nvvb.js · offset 174115949 · sha256 d80ee1d0…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-network-allowlocalbinding

Type: boolean

No description in the schema.

sandbox.network.allowMachLookup

Source: chunk-wqf6nvvb.js · offset 174116200 · sha256 2797f96e…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-network-allowmachlookup

Type: array of string

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.

sandbox.network.httpProxyPort

Source: chunk-wqf6nvvb.js · offset 174116433 · sha256 02b7fd55…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-network-httpproxyport

Type: number

No description in the schema.

sandbox.network.socksProxyPort

Source: chunk-wqf6nvvb.js · offset 174116462 · sha256 0535b08e…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-network-socksproxyport

Type: number

No description in the schema.

sandbox.network.tlsTerminate

Source: chunk-wqf6nvvb.js · offset 174116595 · sha256 9461752c…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-network-tlsterminate

Type: object {caCertPath, caKeyPath}

The description names which settings sources honor this key (per description; not independently verified in code).

[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.

sandbox.network.tlsTerminate.caCertPath

Source: chunk-wqf6nvvb.js · offset 174116508 · sha256 244b5a32…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-network-tlsterminate

Type: string (>= 1)

No description in the schema.

sandbox.network.tlsTerminate.caKeyPath

Source: chunk-wqf6nvvb.js · offset 174116541 · sha256 02b35620…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-network-tlsterminate

Type: string (>= 1)

No description in the schema.

sandbox.filesystem

Source: chunk-wqf6nvvb.js · offset 174135367 · sha256 504198e6…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-filesystem

Type: object {allowWrite, denyWrite, denyRead, allowRead, allowManagedReadPathsOnly, disabled}

No description in the schema.

sandbox.filesystem.allowWrite

Source: chunk-wqf6nvvb.js · offset 174117355 · sha256 a0ada5a0…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-filesystem-allowwrite

Type: array of string

Additional paths to allow writing within the sandbox. Merged with paths from Edit(...) allow permission rules.

sandbox.filesystem.denyWrite

Source: chunk-wqf6nvvb.js · offset 174117506 · sha256 1cbeff3f…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-filesystem-denywrite

Type: array of string

Additional paths to deny writing within the sandbox. Merged with paths from Edit(...) deny permission rules.

sandbox.filesystem.denyRead

Source: chunk-wqf6nvvb.js · offset 174117654 · sha256 4b99598f…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-filesystem-denyread

Type: array of string

Additional paths to deny reading within the sandbox. Merged with paths from Read(...) deny permission rules.

sandbox.filesystem.allowRead

Source: chunk-wqf6nvvb.js · offset 174117803 · sha256 994d6f86…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-filesystem-allowread

Type: array of string

Paths to re-allow reading within denyRead regions. Takes precedence over denyRead for matching paths.

sandbox.filesystem.allowManagedReadPathsOnly

Source: chunk-wqf6nvvb.js · offset 174117958 · sha256 7a08c316…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-filesystem-allowmanagedreadpathsonly

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

When true (set in managed settings), only allowRead paths from policySettings are used.

sandbox.filesystem.disabled

Source: chunk-wqf6nvvb.js · offset 174118082 · sha256 5e3e19fd…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-filesystem-disabled

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

sandbox.credentials

Source: chunk-wqf6nvvb.js · offset 174135383 · sha256 7ce79011…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-credentials

Type: object {files, envVars, allowPlaintextInject, awsPairs, sigv4}

No description in the schema.

sandbox.credentials.files

Source: chunk-wqf6nvvb.js · offset 174131834 · sha256 6739e050…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-credentials-files

Type: array of object {path, mode, extract, onExtractNoMatch, decode, maskClaims, maskDuplicates, injectHosts}

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`.

sandbox.credentials.envVars

Source: chunk-wqf6nvvb.js · offset 174132134 · sha256 dc08d15c…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-credentials-envvars

Type: array of object {name, mode, extract, onExtractNoMatch, decode, maskClaims, injectHosts}

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.

sandbox.credentials.allowPlaintextInject

Source: chunk-wqf6nvvb.js · offset 174132357 · sha256 c58c549b…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-credentials-allowplaintextinject

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

sandbox.credentials.awsPairs

Source: chunk-wqf6nvvb.js · offset 174132802 · sha256 42ea324a…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-credentials-awspairs

Type: array of object {accessKeyIdVar, secretAccessKeyVar, sessionTokenVar}

The description names which settings sources honor this key (per description; not independently verified in code).

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).

sandbox.credentials.sigv4

Source: chunk-wqf6nvvb.js · offset 174133837 · sha256 86e53a5f…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-credentials-sigv4

Type: object {streaming, presigned, sigv4a}

The description names which settings sources honor this key (per description; not independently verified in code).

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.

sandbox.credentials.sigv4.streaming

Source: chunk-wqf6nvvb.js · offset 174131090 · sha256 05b9cc61…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-credentials-sigv4

Type: "deny" | "passthrough"

The description names which settings sources honor this key (per description; not independently verified in code).

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).

sandbox.credentials.sigv4.presigned

Source: chunk-wqf6nvvb.js · offset 174131433 · sha256 edaf4a52…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-credentials-sigv4

Type: "deny" | "passthrough"

The description names which settings sources honor this key (per description; not independently verified in code).

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`.

sandbox.credentials.sigv4.sigv4a

Source: chunk-wqf6nvvb.js · offset 174131638 · sha256 a88a955f…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-credentials-sigv4

Type: "deny" | "passthrough"

The description names which settings sources honor this key (per description; not independently verified in code).

Policy for SigV4A (AWS4-ECDSA-P256-SHA256) asymmetric signatures: there is no shared-key HMAC to recompute. `deny` (default) or `passthrough`.

sandbox.ignoreViolations

Source: chunk-wqf6nvvb.js · offset 174135400 · sha256 257373a6…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-ignoreviolations

Type: record<string, array of string>

No description in the schema.

sandbox.enableWeakerNestedSandbox

Source: chunk-wqf6nvvb.js · offset 174135443 · sha256 d325ca83…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-enableweakernestedsandbox

Type: boolean

No description in the schema.

sandbox.enableWeakerNetworkIsolation

Source: chunk-wqf6nvvb.js · offset 174135537 · sha256 3236d939…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-enableweakernetworkisolation

Type: boolean

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

sandbox.allowAppleEvents

Source: chunk-wqf6nvvb.js · offset 174135910 · sha256 d22920a9…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-allowappleevents

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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

sandbox.excludedCommands

Source: chunk-wqf6nvvb.js · offset 174136506 · sha256 41d80d9a…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-excludedcommands

Type: array of string

No description in the schema.

sandbox.ripgrep

Source: chunk-wqf6nvvb.js · offset 174136837 · sha256 9ef42d4b…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-ripgrep

Type: object {command, args}

The description names which settings sources honor this key (per description; not independently verified in code).

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.

sandbox.ripgrep.command

Source: chunk-wqf6nvvb.js · offset 174136780 · sha256 81b46fda…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-ripgrep

Type: string

No description in the schema.

sandbox.ripgrep.args

Source: chunk-wqf6nvvb.js · offset 174136792 · sha256 8b7fc227…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-ripgrep

Type: array of string

No description in the schema.

sandbox.bwrapPath

Source: chunk-wqf6nvvb.js · offset 174137159 · sha256 833ad201…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-bwrappath

Type: string

Invalid values are dropped rather than failing the whole file (.catch, from code).

The description names which settings sources honor this key (per description; not independently verified in code).

Linux/WSL only: Absolute path to the bwrap (bubblewrap) binary. Overrides auto-detection via PATH. Only honored from admin-controlled managed settings.

sandbox.socatPath

Source: chunk-wqf6nvvb.js · offset 174137407 · sha256 d91afdc2…

Status: documented at https://code.claude.com/docs/en/settings-reference#sandbox-socatpath

Type: string

Invalid values are dropped rather than failing the whole file (.catch, from code).

The description names which settings sources honor this key (per description; not independently verified in code).

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.

Memory and context

skillListingMaxDescChars

Source: chunk-wqf6nvvb.js · offset 174312568 · sha256 23b90c26…

Status: documented at https://code.claude.com/docs/en/settings-reference#skilllistingmaxdescchars

Type: number (integer, > 0)

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.

skillListingBudgetFraction

Source: chunk-wqf6nvvb.js · offset 174312818 · sha256 4a5df7a7…

Status: documented at https://code.claude.com/docs/en/settings-reference#skilllistingbudgetfraction

Type: number (> 0, <= 1)

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.

env

Source: chunk-wqf6nvvb.js · offset 174313657 · sha256 e2a83ceb…

Status: documented at https://code.claude.com/docs/en/settings-reference#env

Type: record<string, string>

Environment variables to set for Claude Code sessions

bashOutputMaxChars

Source: chunk-wqf6nvvb.js · offset 174326772 · sha256 d1501e21…

Status: documented at https://code.claude.com/docs/en/settings-reference#bashoutputmaxchars

Type: number (integer, > 0)

Invalid values are dropped rather than failing the whole file (.catch, from code).

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.

taskOutputMaxChars

Source: chunk-wqf6nvvb.js · offset 174327180 · sha256 f0685955…

Status: documented at https://code.claude.com/docs/en/settings-reference#taskoutputmaxchars

Type: number (integer, > 0)

Invalid values are dropped rather than failing the whole file (.catch, from code).

Deprecated: no longer has any effect (the TaskOutput tool was removed). Read a background task's output file with the Read tool instead.

autoCompactWindow

Source: chunk-wqf6nvvb.js · offset 174349455 · sha256 821940b6…

Status: documented at https://code.claude.com/docs/en/settings-reference#autocompactwindow

Type: number (integer, >= 100000, <= 1000000)

Invalid values are dropped rather than failing the whole file (.catch, from code).

Auto-compact window size

plansDirectory

Source: chunk-wqf6nvvb.js · offset 174353757 · sha256 9046b030…

Status: documented at https://code.claude.com/docs/en/settings-reference#plansdirectory

Type: string

Custom directory for plan files, relative to project root. If not set, defaults to ~/.claude/plans/

autoMemoryEnabled

Source: chunk-wqf6nvvb.js · offset 174357616 · sha256 fb553529…

Status: documented at https://code.claude.com/docs/en/settings-reference#automemoryenabled

Type: boolean

Enable auto-memory for this project. When false, Claude will not read from or write to the auto-memory directory.

autoMemoryDirectory

Source: chunk-wqf6nvvb.js · offset 174357777 · sha256 e468d60b…

Status: documented at https://code.claude.com/docs/en/settings-reference#automemorydirectory

Type: string

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/.

claudeMd

Source: chunk-wqf6nvvb.js · offset 174360131 · sha256 c462ee36…

Status: documented at https://code.claude.com/docs/en/settings-reference#claudemd

Type: string

The description names which settings sources honor this key (per description; not independently verified in code).

CLAUDE.md-style instructions injected as organization-managed memory. Only honored from managed/policy settings.

claudeMdExcludes

Source: chunk-wqf6nvvb.js · offset 174360291 · sha256 2cbace6f…

Status: documented at https://code.claude.com/docs/en/settings-reference#claudemdexcludes

Type: array of string

The description names which settings sources honor this key (per description; not independently verified in code).

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/**"

autoCompactEnabled

Source: chunk-wqf6nvvb.js · offset 174361895 · sha256 50e4bddc…

Status: documented at https://code.claude.com/docs/en/settings-reference#autocompactenabled

Type: boolean

Automatically compact conversation when context fills

fileCheckpointingEnabled

Source: chunk-wqf6nvvb.js · offset 174362821 · sha256 c06d6b21…

Status: documented at https://code.claude.com/docs/en/settings-reference#filecheckpointingenabled

Type: boolean

Snapshot files before edits so /rewind can restore them

Interface and terminal

fileSuggestion

Source: chunk-wqf6nvvb.js · offset 174307557 · sha256 2ed587f2…

Status: documented at https://code.claude.com/docs/en/settings-reference#filesuggestion

Type: object {type, command}

Custom file suggestion configuration for @ mentions

fileSuggestion.type

Source: chunk-wqf6nvvb.js · offset 174307505 · sha256 15a4934d…

Status: documented at https://code.claude.com/docs/en/settings-reference#filesuggestion

Type: "command"

No description in the schema.

fileSuggestion.command

Source: chunk-wqf6nvvb.js · offset 174307523 · sha256 81b46fda…

Status: documented at https://code.claude.com/docs/en/settings-reference#filesuggestion

Type: string

No description in the schema.

respectGitignore

Source: chunk-wqf6nvvb.js · offset 174307653 · sha256 2d8b86f1…

Status: documented at https://code.claude.com/docs/en/settings-reference#respectgitignore

Type: boolean

Whether file picker should respect .gitignore files (default: true). Note: .ignore files are always respected.

defaultShell

Source: chunk-wqf6nvvb.js · offset 174326234 · sha256 231f7f27…

Status: documented at https://code.claude.com/docs/en/settings-reference#defaultshell

Type: "bash" | "powershell"

Default shell for input-box ! commands. Defaults to 'bash' on all platforms (no Windows auto-flip).

bashEditDiffEnabled

Source: chunk-wqf6nvvb.js · offset 174326381 · sha256 f7cf5eb8…

Status: documented at https://code.claude.com/docs/en/settings-reference#basheditdiffenabled

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

respondToBashCommands

Source: chunk-wqf6nvvb.js · offset 174327366 · sha256 0f25f6d8…

Status: documented at https://code.claude.com/docs/en/settings-reference#respondtobashcommands

Type: boolean

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.

statusLine

Source: chunk-wqf6nvvb.js · offset 174331329 · sha256 22fb1f6a…

Status: documented at https://code.claude.com/docs/en/settings-reference#statusline

Type: object {type, command, padding, refreshInterval, hideVimModeIndicator}

Custom status line display configuration

statusLine.type

Source: chunk-wqf6nvvb.js · offset 174330916 · sha256 15a4934d…

Status: documented at https://code.claude.com/docs/en/settings-reference#statusline

Type: "command"

No description in the schema.

statusLine.command

Source: chunk-wqf6nvvb.js · offset 174330934 · sha256 81b46fda…

Status: documented at https://code.claude.com/docs/en/settings-reference#statusline

Type: string

No description in the schema.

statusLine.padding

Source: chunk-wqf6nvvb.js · offset 174330946 · sha256 871c467c…

Status: documented at https://code.claude.com/docs/en/settings-reference#statusline

Type: number

No description in the schema.

statusLine.refreshInterval

Source: chunk-wqf6nvvb.js · offset 174331030 · sha256 83662cbe…

Status: documented at https://code.claude.com/docs/en/settings-reference#statusline

Type: number (>= 1)

Invalid values are dropped rather than failing the whole file (.catch, from code).

Re-run the status line command every N seconds in addition to event-driven updates

statusLine.hideVimModeIndicator

Source: chunk-wqf6nvvb.js · offset 174331161 · sha256 a951aec2…

Status: documented at https://code.claude.com/docs/en/settings-reference#statusline

Type: boolean

Hide the built-in `-- INSERT --` / `-- VISUAL --` indicator below the prompt. Use this when your status line script renders `vim.mode` itself.

footerLinksRegexes

Source: chunk-wqf6nvvb.js · offset 174331780 · sha256 e1fb6c5d…

Status: documented at https://code.claude.com/docs/en/settings-reference#footerlinksregexes

Type: array of object | object

Invalid values are dropped rather than failing the whole file (.catch, from code).

The description names which settings sources honor this key (per description; not independently verified in code).

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.

subagentStatusLine

Source: chunk-wqf6nvvb.js · offset 174332253 · sha256 a4281cb6…

Status: documented at https://code.claude.com/docs/en/settings-reference#subagentstatusline

Type: object {type, command}

Custom per-subagent status line shown in the agent panel; receives row context as JSON on stdin

subagentStatusLine.type

Source: chunk-wqf6nvvb.js · offset 174332201 · sha256 15a4934d…

Status: documented at https://code.claude.com/docs/en/settings-reference#subagentstatusline

Type: "command"

No description in the schema.

subagentStatusLine.command

Source: chunk-wqf6nvvb.js · offset 174332219 · sha256 81b46fda…

Status: documented at https://code.claude.com/docs/en/settings-reference#subagentstatusline

Type: string

No description in the schema.

viewMode

Source: chunk-wqf6nvvb.js · offset 174342931 · sha256 c38dfea5…

Status: documented at https://code.claude.com/docs/en/settings-reference#viewmode

Type: "default" | "verbose" | "focus"

Invalid values are dropped rather than failing the whole file (.catch, from code).

Default transcript view mode on startup

spinnerTipsEnabled

Source: chunk-wqf6nvvb.js · offset 174343773 · sha256 53045ded…

Status: documented at https://code.claude.com/docs/en/settings-reference#spinnertipsenabled

Type: boolean

Whether to show tips in the spinner

spinnerVerbs

Source: chunk-wqf6nvvb.js · offset 174343892 · sha256 4797cdf9…

Status: documented at https://code.claude.com/docs/en/settings-reference#spinnerverbs

Type: object {mode, verbs}

Customize spinner verbs. mode: "append" adds verbs to defaults, "replace" uses only your verbs.

spinnerVerbs.mode

Source: chunk-wqf6nvvb.js · offset 174343828 · sha256 849b79d6…

Status: documented at https://code.claude.com/docs/en/settings-reference#spinnerverbs

Type: "append" | "replace"

No description in the schema.

spinnerVerbs.verbs

Source: chunk-wqf6nvvb.js · offset 174343857 · sha256 218e6e80…

Status: documented at https://code.claude.com/docs/en/settings-reference#spinnerverbs

Type: array of string

No description in the schema.

spinnerTipsOverride

Source: chunk-wqf6nvvb.js · offset 174344498 · sha256 1b3661af…

Status: documented at https://code.claude.com/docs/en/settings-reference#spinnertipsoverride

Type: object {excludeDefault, tips, tipsFile, label}

Invalid values are dropped rather than failing the whole file (.catch, from code).

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).

spinnerTipsOverride.excludeDefault

Source: chunk-wqf6nvvb.js · offset 174344014 · sha256 5f9f96cf…

Status: documented at https://code.claude.com/docs/en/settings-reference#spinnertipsoverride

Type: boolean

Invalid values are dropped rather than failing the whole file (.catch, from code).

No description in the schema.

spinnerTipsOverride.tips

Source: chunk-wqf6nvvb.js · offset 174344058 · sha256 d8ce8273…

Status: documented at https://code.claude.com/docs/en/settings-reference#spinnertipsoverride

Type: array of string | object

No description in the schema.

spinnerTipsOverride.tipsFile

Source: chunk-wqf6nvvb.js · offset 174344127 · sha256 d4b3adbf…

Status: documented at https://code.claude.com/docs/en/settings-reference#spinnertipsoverride

Type: string

Invalid values are dropped rather than failing the whole file (.catch, from code).

The description names which settings sources honor this key (per description; not independently verified in code).

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).

spinnerTipsOverride.label

Source: chunk-wqf6nvvb.js · offset 174344384 · sha256 92b3889d…

Status: documented at https://code.claude.com/docs/en/settings-reference#spinnertipsoverride

Type: string

Invalid values are dropped rather than failing the whole file (.catch, from code).

Prefix shown before your tips in the spinner (default "Tip")

syntaxHighlightingDisabled

Source: chunk-wqf6nvvb.js · offset 174344817 · sha256 ec334ebe…

Status: documented at https://code.claude.com/docs/en/settings-reference#syntaxhighlightingdisabled

Type: boolean

Whether to disable syntax highlighting in diffs

spellcheck

Source: chunk-wqf6nvvb.js · offset 174346120 · sha256 61939a41…

Status: documented at https://code.claude.com/docs/en/settings-reference#spellcheck

Type: object {enabled, checker, language, color}

Invalid values are dropped rather than failing the whole file (.catch, from code).

The description names which settings sources honor this key (per description; not independently verified in code).

Interpolated constants (resolved from code): oEe = ["aspell","hunspell","ispell"]

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.

spellcheck.enabled

Source: chunk-wqf6nvvb.js · offset 174345345 · sha256 7cfd066f…

Status: documented at https://code.claude.com/docs/en/settings-reference#spellcheck

Type: boolean

Invalid values are dropped rather than failing the whole file (.catch, from code).

Turn on spell checking of the prompt input (default: false)

spellcheck.checker

Source: chunk-wqf6nvvb.js · offset 174345454 · sha256 6bed2775…

Status: documented at https://code.claude.com/docs/en/settings-reference#spellcheck

Type: string

Invalid values are dropped rather than failing the whole file (.catch, from code).

Interpolated constants (resolved from code): oEe = ["aspell","hunspell","ispell"]

Which spell checker to run: "aspell", "hunspell", "ispell", or "auto" (default) for the first of those found on PATH

spellcheck.language

Source: chunk-wqf6nvvb.js · offset 174345627 · sha256 22b81ece…

Status: documented at https://code.claude.com/docs/en/settings-reference#spellcheck

Type: string

Invalid values are dropped rather than failing the whole file (.catch, from code).

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

spellcheck.color

Source: chunk-wqf6nvvb.js · offset 174345874 · sha256 d9ae7931…

Status: documented at https://code.claude.com/docs/en/settings-reference#spellcheck

Type: string

Invalid values are dropped rather than failing the whole file (.catch, from code).

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

terminalTitleFromRename

Source: chunk-wqf6nvvb.js · offset 174346549 · sha256 8657af13…

Status: documented at https://code.claude.com/docs/en/settings-reference#terminaltitlefromrename

Type: boolean

Whether /rename updates the terminal tab title (defaults to true). Set to false to keep auto-generated topic titles.

promptSuggestionEnabled

Source: chunk-wqf6nvvb.js · offset 174349880 · sha256 267f3af9…

Status: documented at https://code.claude.com/docs/en/settings-reference#promptsuggestionenabled

Type: boolean

When false, prompt suggestions are disabled. When absent or true, prompt suggestions are enabled.

emojiCompletionEnabled

Source: chunk-wqf6nvvb.js · offset 174350028 · sha256 23b6afbf…

Status: documented at https://code.claude.com/docs/en/settings-reference#emojicompletionenabled

Type: boolean

When false, the :emoji: shortcode typeahead (the suggestion popup and the :name: inline replacement) is disabled. When absent or true, it is enabled.

showClearContextOnPlanAccept

Source: chunk-wqf6nvvb.js · offset 174350480 · sha256 5d2c2aa8…

Status: documented at https://code.claude.com/docs/en/settings-reference#showclearcontextonplanaccept

Type: boolean

When true, the plan-approval dialog offers a "clear context" option. Defaults to false.

askUserQuestionTimeout

Source: chunk-wqf6nvvb.js · offset 174350658 · sha256 9dc180f2…

Status: documented at https://code.claude.com/docs/en/settings-reference#askuserquestiontimeout

Type: "60s" | "5m" | "10m" | "never"

Invalid values are dropped rather than failing the whole file (.catch, from code).

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.

dialogExpiry

Source: chunk-wqf6nvvb.js · offset 174350912 · sha256 95ca1f19…

Status: documented at https://code.claude.com/docs/en/settings-reference#dialogexpiry

Type: "60s" | "5m" | "10m" | "never"

Invalid values are dropped rather than failing the whole file (.catch, from code).

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).

companyAnnouncements

Source: chunk-wqf6nvvb.js · offset 174352221 · sha256 c4831eb3…

Status: documented at https://code.claude.com/docs/en/settings-reference#companyannouncements

Type: array of string

Company announcements to display at startup (one will be randomly selected if multiple are provided)

tui

Source: chunk-wqf6nvvb.js · offset 174353912 · sha256 801d3f8a…

Status: documented at https://code.claude.com/docs/en/settings-reference#tui

Type: "default" | "fullscreen"

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.

voice

Source: chunk-wqf6nvvb.js · offset 174354393 · sha256 88ae2b41…

Status: documented at https://code.claude.com/docs/en/settings-reference#voice

Type: object {enabled, mode, autoSubmit}

Voice mode settings (hold-to-talk / tap-to-toggle dictation)

voice.enabled

Source: chunk-wqf6nvvb.js · offset 174354126 · sha256 1234856b…

Status: documented at https://code.claude.com/docs/en/settings-reference#voice

Type: boolean

No description in the schema.

voice.mode

Source: chunk-wqf6nvvb.js · offset 174354192 · sha256 f41fea13…

Status: documented at https://code.claude.com/docs/en/settings-reference#voice

Type: "hold" | "tap"

'hold' (default): hold to talk. 'tap': tap to start, tap to stop+submit.

voice.autoSubmit

Source: chunk-wqf6nvvb.js · offset 174354303 · sha256 066760b5…

Status: documented at https://code.claude.com/docs/en/settings-reference#voice

Type: boolean

Submit the prompt when hold-to-talk is released (hold mode only)

prefersReducedMotion

Source: chunk-wqf6nvvb.js · offset 174355101 · sha256 a590b588…

Status: documented at https://code.claude.com/docs/en/settings-reference#prefersreducedmotion

Type: boolean

Reduce or disable animations for accessibility (spinner shimmer, flash effects, etc.)

timeFormat

Source: chunk-wqf6nvvb.js · offset 174355238 · sha256 6ad5671c…

Status: documented at https://code.claude.com/docs/en/settings-reference#timeformat

Type: "auto" | "12-hour" | "24-hour" | "24-hour-utc" | string

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.

timeZone

Source: chunk-wqf6nvvb.js · offset 174355662 · sha256 22e1c4d6…

Status: documented at https://code.claude.com/docs/en/settings-reference#timezone

Type: string

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.

theme

Source: chunk-wqf6nvvb.js · offset 174361065 · sha256 e9de4f4b…

Status: documented at https://code.claude.com/docs/en/settings-reference#theme

Type: "auto" | "dark" | "light" | "light-daltonized" | "dark-daltonized" | "light-ansi" | "dark-ansi" | string

Invalid values are dropped rather than failing the whole file (.catch, from code).

Color theme for the UI

editorMode

Source: chunk-wqf6nvvb.js · offset 174361143 · sha256 e6ed2426…

Status: documented at https://code.claude.com/docs/en/settings-reference#editormode

Type: "normal" | "vim"

Invalid values are dropped rather than failing the whole file (.catch, from code).

Key binding mode for the prompt input

keybindingFlavor

Source: chunk-wqf6nvvb.js · offset 174361261 · sha256 42f925f2…

Status: documented at https://code.claude.com/docs/en/settings-reference#keybindingflavor

Type: "classic" | "readline"

Invalid values are dropped rather than failing the whole file (.catch, from code).

Deprecated: no longer has any effect. The prompt's word-editing keys always follow Bash (readline) conventions.

vimInsertModeRemaps

Source: chunk-wqf6nvvb.js · offset 174361443 · sha256 3b86c736…

Status: documented at https://code.claude.com/docs/en/settings-reference#viminsertmoderemaps

Type: record<string, any JSON value>

Invalid values are dropped rather than failing the whole file (.catch, from code).

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".

verbose

Source: chunk-wqf6nvvb.js · offset 174361697 · sha256 855e32a5…

Status: documented at https://code.claude.com/docs/en/settings-reference#verbose

Type: boolean

Show full tool output instead of truncated summaries

autoContinueAtUsageLimit

Source: chunk-wqf6nvvb.js · offset 174362348 · sha256 9b2d2c0f…

Status: documented at https://code.claude.com/docs/en/settings-reference#autocontinueatusagelimit

Type: boolean

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.

autoScrollEnabled

Source: chunk-wqf6nvvb.js · offset 174362571 · sha256 9b9385f0…

Status: documented at https://code.claude.com/docs/en/settings-reference#autoscrollenabled

Type: boolean

Auto-scroll the conversation view to bottom (fullscreen mode only)

wheelScrollAccelerationEnabled

Source: chunk-wqf6nvvb.js · offset 174362696 · sha256 ac3a4cd6…

Status: documented at https://code.claude.com/docs/en/settings-reference#wheelscrollaccelerationenabled

Type: boolean

Ramp mouse-wheel scroll speed during fast scrolls (fullscreen mode only)

showTurnDuration

Source: chunk-wqf6nvvb.js · offset 174362921 · sha256 16b4adf0…

Status: documented at https://code.claude.com/docs/en/settings-reference#showturnduration

Type: boolean

Show "Cooked for Nm Ns" after each assistant turn

terminalProgressBarEnabled

Source: chunk-wqf6nvvb.js · offset 174363115 · sha256 5168489d…

Status: documented at https://code.claude.com/docs/en/settings-reference#terminalprogressbarenabled

Type: boolean

Emit OSC 9;4 progress sequences during long operations

voiceEnabled

Source: chunk-wqf6nvvb.js · offset 174276539 · sha256 fd668fb7…

Status: documented at https://code.claude.com/docs/en/settings-reference#voiceenabled

Type: boolean

Feature module: voice (enabled in this build (buildGate returns true))

Enable voice mode (hold-to-talk dictation)

axScreenReader

Source: chunk-wqf6nvvb.js · offset 174276859 · sha256 dc99d4a9…

Status: documented at https://code.claude.com/docs/en/settings-reference#axscreenreader

Type: boolean

Feature module: screenReader (enabled in this build (buildGate returns true))

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.

Git and attribution

attribution

Source: chunk-wqf6nvvb.js · offset 174314207 · sha256 0236a5e6…

Status: documented at https://code.claude.com/docs/en/settings-reference#attribution

Type: object {commit, pr, sessionUrl}

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.

attribution.commit

Source: chunk-wqf6nvvb.js · offset 174303883 · sha256 004d57fd…

Status: documented at https://code.claude.com/docs/en/settings-reference#attribution-commit

Type: string

Attribution text for git commits, including any trailers. Empty string hides attribution.

attribution.pr

Source: chunk-wqf6nvvb.js · offset 174304003 · sha256 1750fa5a…

Status: documented at https://code.claude.com/docs/en/settings-reference#attribution-pr

Type: string

Attribution text for pull request descriptions. Empty string hides attribution.

attribution.sessionUrl

Source: chunk-wqf6nvvb.js · offset 174304121 · sha256 eb104f4c…

Status: documented at https://code.claude.com/docs/en/settings-reference#attribution-sessionurl

Type: boolean

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.

includeCoAuthoredBy

Source: chunk-wqf6nvvb.js · offset 174314642 · sha256 b320c81a…

Status: documented at https://code.claude.com/docs/en/settings-reference#includecoauthoredby

Type: boolean

Deprecated: Use attribution instead. Whether to include Claude's co-authored by attribution in commits and PRs (defaults to true)

includeGitInstructions

Source: chunk-wqf6nvvb.js · offset 174314834 · sha256 2c4427c2…

Status: documented at https://code.claude.com/docs/en/settings-reference#includegitinstructions

Type: boolean

Include built-in commit and PR workflow instructions in Claude's system prompt (default: true)

prUrlTemplate

Source: chunk-wqf6nvvb.js · offset 174331411 · sha256 29f92b5d…

Status: documented at https://code.claude.com/docs/en/settings-reference#prurltemplate

Type: string

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}"

Hooks and automation

hooks

Source: chunk-wqf6nvvb.js · offset 174322036 · sha256 458efeab…

Status: documented at https://code.claude.com/docs/en/settings-reference#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>

Custom commands to run before/after tool executions

disableAllHooks

Source: chunk-wqf6nvvb.js · offset 174323863 · sha256 207a0015…

Status: documented at https://code.claude.com/docs/en/settings-reference#disableallhooks

Type: boolean

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.

disableWorkflows

Source: chunk-wqf6nvvb.js · offset 174324539 · sha256 7d602d4e…

Status: documented at https://code.claude.com/docs/en/settings-reference#disableworkflows

Type: boolean

Disable the Workflows feature (also via CLAUDE_CODE_DISABLE_WORKFLOWS).

enableWorkflows

Source: chunk-wqf6nvvb.js · offset 174325043 · sha256 92c09f0c…

Status: documented at https://code.claude.com/docs/en/settings-reference#enableworkflows

Type: boolean

Enable or disable the Workflows feature for this user. Unset = default by plan once the feature is available.

workflowSizeGuideline

Source: chunk-wqf6nvvb.js · offset 174325243 · sha256 c982fbcb…

Status: documented at https://code.claude.com/docs/en/settings-reference#workflowsizeguideline

Type: "unrestricted" | "small" | "medium" | "large"

The description names which settings sources honor this key (per description; not independently verified in code).

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.

workflowKeywordTriggerEnabled

Source: chunk-wqf6nvvb.js · offset 174325785 · sha256 12c33415…

Status: documented at https://code.claude.com/docs/en/settings-reference#workflowkeywordtriggerenabled

Type: boolean

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.

allowManagedHooksOnly

Source: chunk-wqf6nvvb.js · offset 174327564 · sha256 1c878bc1…

Status: documented at https://code.claude.com/docs/en/settings-reference#allowmanagedhooksonly

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

allowedHttpHookUrls

Source: chunk-wqf6nvvb.js · offset 174327905 · sha256 0ed874ec…

Status: documented at https://code.claude.com/docs/en/settings-reference#allowedhttphookurls

Type: array of string

The description names which settings sources honor this key (per description; not independently verified in code).

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).

httpHookAllowedEnvVars

Source: chunk-wqf6nvvb.js · offset 174328287 · sha256 61ea20ab…

Status: documented at https://code.claude.com/docs/en/settings-reference#httphookallowedenvvars

Type: array of string

The description names which settings sources honor this key (per description; not independently verified in code).

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).

Plugins and skills

syncClaudeAiSkills

Source: chunk-wqf6nvvb.js · offset 174310469 · sha256 6a8ea0f4…

Status: documented at https://code.claude.com/docs/en/settings-reference#syncclaudeaiskills

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

syncClaudeAiPlugins

Source: chunk-wqf6nvvb.js · offset 174311477 · sha256 6b1c37ec…

Status: documented at https://code.claude.com/docs/en/settings-reference#syncclaudeaiplugins

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

skillOverrides

Source: chunk-wqf6nvvb.js · offset 174319814 · sha256 ed922b4c…

Status: documented at https://code.claude.com/docs/en/settings-reference#skilloverrides

Type: record<string, "on" | "name-only" | "user-invocable-only" | "off">

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.

disableBundledSkills

Source: chunk-wqf6nvvb.js · offset 174320066 · sha256 141a4963…

Status: documented at https://code.claude.com/docs/en/settings-reference#disablebundledskills

Type: boolean

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.

disableSkillShellExecution

Source: chunk-wqf6nvvb.js · offset 174326004 · sha256 0e295b2e…

Status: documented at https://code.claude.com/docs/en/settings-reference#disableskillshellexecution

Type: boolean

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.

strictPluginOnlyCustomization

Source: chunk-wqf6nvvb.js · offset 174330366 · sha256 4bc26ecd…

Status: documented at https://code.claude.com/docs/en/settings-reference#strictpluginonlycustomization

Type: boolean | array of "skills" | "agents" | "hooks" | "mcp"

Invalid values are dropped rather than failing the whole file (.catch, from code).

The description names which settings sources honor this key (per description; not independently verified in code).

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.

enabledPlugins

Source: chunk-wqf6nvvb.js · offset 174332418 · sha256 5018add9…

Status: documented at https://code.claude.com/docs/en/settings-reference#enabledplugins

Type: record<string, array of string | boolean | undefined>

The description names which settings sources honor this key (per description; not independently verified in code).

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.

extraKnownMarketplaces

Source: chunk-wqf6nvvb.js · offset 174334311 · sha256 09567e51…

Status: documented at https://code.claude.com/docs/en/settings-reference#extraknownmarketplaces

Type: record<string, object {source, installLocation, autoUpdate}>

Additional marketplaces to make available for this repository. Typically used in repository .claude/settings.json to ensure team members have required plugin sources.

strictKnownMarketplaces

Source: chunk-wqf6nvvb.js · offset 174335022 · sha256 c8864a51…

Status: documented at https://code.claude.com/docs/en/settings-reference#strictknownmarketplaces

Type: array of object | object | object | object | object | object | object | object | object | object

The description names which settings sources honor this key (per description; not independently verified in code).

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.

blockedMarketplaces

Source: chunk-wqf6nvvb.js · offset 174336027 · sha256 9a13226d…

Status: documented at https://code.claude.com/docs/en/settings-reference#blockedmarketplaces

Type: array of object | object | object | object | object | object | object | object | object | object

The description names which settings sources honor this key (per description; not independently verified in code).

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.

disableCommandPluginSources

Source: chunk-wqf6nvvb.js · offset 174336465 · sha256 7e40300e…

Status: documented at https://code.claude.com/docs/en/settings-reference#disablecommandpluginsources

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

pluginSuggestionMarketplaces

Source: chunk-wqf6nvvb.js · offset 174337537 · sha256 f6d2f263…

Status: documented at https://code.claude.com/docs/en/settings-reference#pluginsuggestionmarketplaces

Type: array of string

The description names which settings sources honor this key (per description; not independently verified in code).

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.

pluginConfigs

Source: chunk-wqf6nvvb.js · offset 174352714 · sha256 36867f49…

Status: documented at https://code.claude.com/docs/en/settings-reference#pluginconfigs

Type: record<string, object | undefined>

Per-plugin configuration including MCP server user configs, keyed by plugin ID (plugin@marketplace format)

channelsEnabled

Source: chunk-wqf6nvvb.js · offset 174354497 · sha256 305cb581…

Status: documented at https://code.claude.com/docs/en/settings-reference#channelsenabled

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

allowedChannelPlugins

Source: chunk-wqf6nvvb.js · offset 174354823 · sha256 5f859087…

Status: documented at https://code.claude.com/docs/en/settings-reference#allowedchannelplugins

Type: array of object {marketplace, plugin}

The description names which settings sources honor this key (per description; not independently verified in code).

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.

pluginTrustMessage

Source: chunk-wqf6nvvb.js · offset 174360671 · sha256 e004521b…

Status: documented at https://code.claude.com/docs/en/settings-reference#plugintrustmessage

Type: string

The description names which settings sources honor this key (per description; not independently verified in code).

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.").

MCP

enableAllProjectMcpServers

Source: chunk-wqf6nvvb.js · offset 174319011 · sha256 d7a7f2d5…

Status: documented at https://code.claude.com/docs/en/settings-reference#enableallprojectmcpservers

Type: boolean

Whether to automatically approve all MCP servers in the project

enabledMcpjsonServers

Source: chunk-wqf6nvvb.js · offset 174319127 · sha256 0d2d2b6d…

Status: documented at https://code.claude.com/docs/en/settings-reference#enabledmcpjsonservers

Type: array of string

List of approved MCP servers from .mcp.json

disabledMcpjsonServers

Source: chunk-wqf6nvvb.js · offset 174319224 · sha256 e90fbad1…

Status: documented at https://code.claude.com/docs/en/settings-reference#disabledmcpjsonservers

Type: array of string

List of rejected MCP servers from .mcp.json

disableClaudeAiConnectors

Source: chunk-wqf6nvvb.js · offset 174319321 · sha256 550d19ac…

Status: documented at https://code.claude.com/docs/en/settings-reference#disableclaudeaiconnectors

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

managedMcpServers

Source: chunk-wqf6nvvb.js · offset 174320569 · sha256 93d6695b…

Status: documented at https://code.claude.com/docs/en/settings-reference#managedmcpservers

Type: record<string, record<string, any JSON value>>

The description names which settings sources honor this key (per description; not independently verified in code).

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.

allowedMcpServers

Source: chunk-wqf6nvvb.js · offset 174321131 · sha256 25daf553…

Status: documented at https://code.claude.com/docs/en/settings-reference#allowedmcpservers

Type: array of object {serverName, serverCommand, serverUrl}

The description names which settings sources honor this key (per description; not independently verified in code).

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.

deniedMcpServers

Source: chunk-wqf6nvvb.js · offset 174321763 · sha256 329b3f06…

Status: documented at https://code.claude.com/docs/en/settings-reference#deniedmcpservers

Type: array of object {serverName, serverCommand, serverUrl}

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.

allowManagedMcpServersOnly

Source: chunk-wqf6nvvb.js · offset 174329301 · sha256 c2d2e4f0…

Status: documented at https://code.claude.com/docs/en/settings-reference#allowmanagedmcpserversonly

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

allowAllClaudeAiMcps

Source: chunk-wqf6nvvb.js · offset 174329623 · sha256 615082df…

Status: documented at https://code.claude.com/docs/en/settings-reference#allowallclaudeaimcps

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

Agents, sessions, and worktrees

processWrapper

Source: chunk-wqf6nvvb.js · offset 174304983 · sha256 ca9c3a93…

Status: documented at https://code.claude.com/docs/en/settings-reference#processwrapper

Type: string

The description names which settings sources honor this key (per description; not independently verified in code).

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.

worktree

Source: chunk-wqf6nvvb.js · offset 174323646 · sha256 1fd1892e…

Status: documented at https://code.claude.com/docs/en/settings-reference#worktree

Type: object {symlinkDirectories, sparsePaths, baseRef, bgIsolation, location}

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.

worktree.symlinkDirectories

Source: chunk-wqf6nvvb.js · offset 174322149 · sha256 d9edc894…

Status: documented at https://code.claude.com/docs/en/settings-reference#worktree-symlinkdirectories

Type: array of string

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"

worktree.sparsePaths

Source: chunk-wqf6nvvb.js · offset 174322392 · sha256 5ac7d45b…

Status: documented at https://code.claude.com/docs/en/settings-reference#worktree-sparsepaths

Type: array of string

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.

worktree.baseRef

Source: chunk-wqf6nvvb.js · offset 174322620 · sha256 8541fdb5…

Status: documented at https://code.claude.com/docs/en/settings-reference#worktree-baseref

Type: "fresh" | "head"

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.

worktree.bgIsolation

Source: chunk-wqf6nvvb.js · offset 174322965 · sha256 16ed89c5…

Status: documented at https://code.claude.com/docs/en/settings-reference#worktree-bgisolation

Type: "worktree" | "none"

Invalid values are dropped rather than failing the whole file (.catch, from code).

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.

worktree.location

Source: chunk-wqf6nvvb.js · offset 174323219 · sha256 4310dc23…

Status: undocumented

Type: string

Invalid values are dropped rather than failing the whole file (.catch, from code).

The description names which settings sources honor this key (per description; not independently verified in code).

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.

disableAgentView

Source: chunk-wqf6nvvb.js · offset 174324116 · sha256 5d5595dd…

Status: documented at https://code.claude.com/docs/en/settings-reference#disableagentview

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

Disable agent view (`claude agents`, `--bg`, /background, the on-demand daemon). Typically set in managed settings. Equivalent to CLAUDE_CODE_DISABLE_AGENT_VIEW=1.

agent

Source: chunk-wqf6nvvb.js · offset 174351496 · sha256 75f8e0d6…

Status: documented at https://code.claude.com/docs/en/settings-reference#agent

Type: string

Name of an agent (built-in or custom) to use for the main thread. Applies the agent's system prompt, tool restrictions, and model.

teammateMode

Source: chunk-wqf6nvvb.js · offset 174363311 · sha256 a82b1c60…

Status: documented at https://code.claude.com/docs/en/settings-reference#teammatemode

Type: "auto" | "tmux" | "iterm2" | "in-process"

Invalid values are dropped rather than failing the whole file (.catch, from code).

How spawned teammates execute (tmux, iterm2, in-process, auto)

isolatePeerMachines

Source: chunk-wqf6nvvb.js · offset 174364308 · sha256 7f9cb89c…

Status: documented at https://code.claude.com/docs/en/settings-reference#isolatepeermachines

Type: boolean

Require explicit approval before SendMessage can reach a peer session on another machine via Remote Control

crossSessionInbound

Source: chunk-wqf6nvvb.js · offset 174364668 · sha256 61634f0d…

Status: documented at https://code.claude.com/docs/en/settings-reference#crosssessioninbound

Type: "accept" | "hold" | "refuse"

Invalid values are dropped rather than failing the whole file (.catch, from code).

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.

Remote, desktop, and notifications

disableRemoteControl

Source: chunk-wqf6nvvb.js · offset 174324328 · sha256 747a4f4a…

Status: documented at https://code.claude.com/docs/en/settings-reference#disableremotecontrol

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

Disable Remote Control (claude.ai/code, `claude remote-control`, `--remote-control`/`--rc`, auto-start, and the in-session toggle). Typically set in managed settings.

disableArtifact

Source: chunk-wqf6nvvb.js · offset 174324654 · sha256 b54a2e7b…

Status: documented at https://code.claude.com/docs/en/settings-reference#disableartifact

Type: boolean

Deprecated: use enableArtifact: false. Still honored — true disables the Artifact tool; false is ignored.

enableArtifact

Source: chunk-wqf6nvvb.js · offset 174324807 · sha256 da14c1e8…

Status: documented at https://code.claude.com/docs/en/settings-reference#enableartifact

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

sshConfigs

Source: chunk-wqf6nvvb.js · offset 174359926 · sha256 c34cd4d3…

Status: documented at https://code.claude.com/docs/en/settings-reference#sshconfigs

Type: array of object {id, name, sshHost, sshPort, sshIdentityFile, startDirectory}

The description names which settings sources honor this key (per description; not independently verified in code).

SSH connection configurations for remote environments. Typically set in managed settings by enterprise administrators to pre-configure SSH connections for team members.

preferredNotifChannel

Source: chunk-wqf6nvvb.js · offset 174361815 · sha256 688ed8c1…

Status: documented at https://code.claude.com/docs/en/settings-reference#preferrednotifchannel

Type: "auto" | "iterm2" | "terminal_bell" | "iterm2_with_bell" | "kitty" | "ghostty" | "notifications_disabled"

Invalid values are dropped rather than failing the whole file (.catch, from code).

Preferred OS notification channel

remoteControlAtStartup

Source: chunk-wqf6nvvb.js · offset 174363424 · sha256 ba06037c…

Status: documented at https://code.claude.com/docs/en/settings-reference#remotecontrolatstartup

Type: boolean

Start Remote Control bridge automatically each session

inputNeededNotifEnabled

Source: chunk-wqf6nvvb.js · offset 174365370 · sha256 c88ad510…

Status: documented at https://code.claude.com/docs/en/settings-reference#inputneedednotifenabled

Type: boolean

Push to mobile when a permission prompt or question is waiting

agentPushNotifEnabled

Source: chunk-wqf6nvvb.js · offset 174365482 · sha256 03df7485…

Status: documented at https://code.claude.com/docs/en/settings-reference#agentpushnotifenabled

Type: boolean

Allow Claude to push proactive mobile notifications

disableDeepLinkRegistration

Source: chunk-wqf6nvvb.js · offset 174276396 · sha256 7f698a27…

Status: documented at https://code.claude.com/docs/en/settings-reference#disabledeeplinkregistration

Type: "disable"

Feature module: deepLink (enabled in this build (buildGate returns true))

Prevent claude-cli:// protocol handler registration with the OS

Authentication and providers

apiKeyHelper

Source: chunk-wqf6nvvb.js · offset 174304466 · sha256 2e6f782c…

Status: documented at https://code.claude.com/docs/en/settings-reference#apikeyhelper

Type: string

Path to a script that outputs authentication values

awsCredentialExport

Source: chunk-wqf6nvvb.js · offset 174304676 · sha256 40906bb8…

Status: documented at https://code.claude.com/docs/en/settings-reference#awscredentialexport

Type: string

Path to a script that exports AWS credentials

awsAuthRefresh

Source: chunk-wqf6nvvb.js · offset 174304764 · sha256 4e5b376c…

Status: documented at https://code.claude.com/docs/en/settings-reference#awsauthrefresh

Type: string

Path to a script that refreshes AWS authentication

gcpAuthRefresh

Source: chunk-wqf6nvvb.js · offset 174304857 · sha256 f4b9e8d8…

Status: documented at https://code.claude.com/docs/en/settings-reference#gcpauthrefresh

Type: string

Command to refresh GCP authentication (e.g., gcloud auth application-default login)

forceLoginMethod

Source: chunk-wqf6nvvb.js · offset 174338470 · sha256 ae22d160…

Status: documented at https://code.claude.com/docs/en/settings-reference#forceloginmethod

Type: "claudeai" | "console" | "gateway"

Invalid values are dropped rather than failing the whole file (.catch, from code).

Force a specific login method: "claudeai" for Claude Pro/Max, "console" for Console billing, "gateway" for the Cloud gateway OIDC device flow

forceLoginGatewayUrl

Source: chunk-wqf6nvvb.js · offset 174338681 · sha256 6c22b7f8…

Status: documented at https://code.claude.com/docs/en/settings-reference#forcelogingatewayurl

Type: string (>= 1)

Invalid values are dropped rather than failing the whole file (.catch, from code).

The description names which settings sources honor this key (per description; not independently verified in code).

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.

gatewayInternalNetworks

Source: chunk-wqf6nvvb.js · offset 174339030 · sha256 725fba04…

Status: documented at https://code.claude.com/docs/en/settings-reference#gatewayinternalnetworks

Type: array of string

Invalid values are dropped rather than failing the whole file (.catch, from code).

The description names which settings sources honor this key (per description; not independently verified in code).

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.

forceLoginOrgUUID

Source: chunk-wqf6nvvb.js · offset 174342246 · sha256 424a0a88…

Status: documented at https://code.claude.com/docs/en/settings-reference#forceloginorguuid

Type: string | array of string

The description names which settings sources honor this key (per description; not independently verified in code).

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.

otelHeadersHelper

Source: chunk-wqf6nvvb.js · offset 174342711 · sha256 6ceb19f5…

Status: documented at https://code.claude.com/docs/en/settings-reference#otelheadershelper

Type: string

Path to a script that outputs OpenTelemetry headers

Updates and versioning

autoUpdatesChannel

Source: chunk-wqf6nvvb.js · offset 174353051 · sha256 472b780a…

Status: documented at https://code.claude.com/docs/en/settings-reference#autoupdateschannel

Type: "latest" | "stable" | "rc"

Release channel for auto-updates (latest or stable)

minimumVersion

Source: chunk-wqf6nvvb.js · offset 174353145 · sha256 5364febb…

Status: documented at https://code.claude.com/docs/en/settings-reference#minimumversion

Type: string

Minimum version to stay on - prevents downgrades when switching to stable channel

requiredMinimumVersion

Source: chunk-wqf6nvvb.js · offset 174353277 · sha256 5952d555…

Status: documented at https://code.claude.com/docs/en/settings-reference#requiredminimumversion

Type: string

The description names which settings sources honor this key (per description; not independently verified in code).

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.

requiredMaximumVersion

Source: chunk-wqf6nvvb.js · offset 174353511 · sha256 be65771f…

Status: documented at https://code.claude.com/docs/en/settings-reference#requiredmaximumversion

Type: string

The description names which settings sources honor this key (per description; not independently verified in code).

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.

Privacy and telemetry

cleanupPeriodDays

Source: chunk-wqf6nvvb.js · offset 174309324 · sha256 7a36c5a5…

Status: documented at https://code.claude.com/docs/en/settings-reference#cleanupperioddays

Type: number (integer, > 0)

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.

desktopSessionCleanupPeriodDays

Source: chunk-wqf6nvvb.js · offset 174309602 · sha256 2cce826f…

Status: documented at https://code.claude.com/docs/en/settings-reference#desktopsessioncleanupperioddays

Type: number (integer, >= 0)

The description names which settings sources honor this key (per description; not independently verified in code).

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.

skipWebFetchPreflight

Source: chunk-wqf6nvvb.js · offset 174343146 · sha256 efdfd122…

Status: documented at https://code.claude.com/docs/en/settings-reference#skipwebfetchpreflight

Type: boolean

Skip the WebFetch blocklist check for enterprise environments with restrictive security policies

feedbackSurveyRate

Source: chunk-wqf6nvvb.js · offset 174343331 · sha256 29722ea5…

Status: documented at https://code.claude.com/docs/en/settings-reference#feedbacksurveyrate

Type: number (>= 0, <= 1)

Probability (0–1) that the session quality survey appears when eligible. 0.05 is a reasonable starting point.

feedbackDrafts

Source: chunk-wqf6nvvb.js · offset 174343512 · sha256 47081283…

Status: documented at https://code.claude.com/docs/en/settings-reference#feedbackdrafts

Type: "notify" | "quiet" | "off"

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.

Enterprise and managed settings

policyHelper

Source: chunk-wqf6nvvb.js · offset 174305562 · sha256 7293769c…

Status: documented at https://code.claude.com/docs/en/settings-reference#policyhelper

Type: object {path, timeoutMs, refreshIntervalMs}

The description names which settings sources honor this key (per description; not independently verified in code).

Executable that computes managed settings at startup. Honored only from admin-controlled policy sources.

policyHelper.path

Source: chunk-wqf6nvvb.js · offset 174292678 · sha256 07e08f24…

Status: documented at https://code.claude.com/docs/en/settings-reference#policyhelper-path

Type: string

Absolute path to the helper executable

policyHelper.timeoutMs

Source: chunk-wqf6nvvb.js · offset 174293067 · sha256 1a190734…

Status: documented at https://code.claude.com/docs/en/settings-reference#policyhelper-timeoutms

Type: number (integer, >= 1000)

No description in the schema.

policyHelper.refreshIntervalMs

Source: chunk-wqf6nvvb.js · offset 174293090 · sha256 a98f4a0e…

Status: documented at https://code.claude.com/docs/en/settings-reference#policyhelper-refreshintervalms

Type: 0 | number

No description in the schema.

wslInheritsWindowsSettings

Source: chunk-wqf6nvvb.js · offset 174313102 · sha256 5ede4002…

Status: documented at https://code.claude.com/docs/en/settings-reference#wslinheritswindowssettings

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

disableSideloadFlags

Source: chunk-wqf6nvvb.js · offset 174336957 · sha256 7693ff81…

Status: documented at https://code.claude.com/docs/en/settings-reference#disablesideloadflags

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

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.

parentSettingsBehavior

Source: chunk-wqf6nvvb.js · offset 174339926 · sha256 45835636…

Status: documented at https://code.claude.com/docs/en/settings-reference#parentsettingsbehavior

Type: "first-wins" | "merge"

The description names which settings sources honor this key (per description; not independently verified in code).

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).

managedSourcesBehavior

Source: chunk-wqf6nvvb.js · offset 174340491 · sha256 4382137b…

Status: documented at https://code.claude.com/docs/en/settings-reference#managedsourcesbehavior

Type: "first-wins" | "merge"

The description names which settings sources honor this key (per description; not independently verified in code).

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.

forceRemoteSettingsRefresh

Source: chunk-wqf6nvvb.js · offset 174342533 · sha256 12e02932…

Status: documented at https://code.claude.com/docs/en/settings-reference#forceremotesettingsrefresh

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

When set in managed settings, the CLI blocks startup until remote managed settings are freshly fetched, and exits if the fetch fails

Keys not in the settings reference

$schema

Source: chunk-wqf6nvvb.js · offset 174304379 · sha256 54ceeba7…

Status: documented at https://code.claude.com/docs/en/settings

Type: string

JSON Schema reference for Claude Code settings

proxyAuthHelper

Source: chunk-wqf6nvvb.js · offset 174304561 · sha256 32450727…

Status: undocumented

Type: string

Shell command that outputs a Proxy-Authorization header value (EAP)

xaaIdp

Source: chunk-wqf6nvvb.js · offset 174307397 · sha256 997e561c…

Status: undocumented

Type: object {issuer, clientId, callbackPort}

Conditional: present in the schema only when CLAUDE_CODE_ENABLE_XAA is truthy (from code)

XAA (SEP-990) IdP connection. Configure once; all XAA-enabled MCP servers reuse this.

xaaIdp.issuer

Source: chunk-wqf6nvvb.js · offset 174307091 · sha256 aa5c4251…

Status: undocumented

Type: string (URL)

IdP issuer URL for OIDC discovery

xaaIdp.clientId

Source: chunk-wqf6nvvb.js · offset 174307150 · sha256 5994c1a0…

Status: undocumented

Type: string

Claude Code's client_id registered at the IdP

xaaIdp.callbackPort

Source: chunk-wqf6nvvb.js · offset 174307253 · sha256 30a0ad8e…

Status: undocumented

Type: number (integer, > 0)

Fixed loopback callback port for the IdP OIDC login. Only needed if the IdP does not honor RFC 8252 port-any matching.

prependPlugins

Source: chunk-wqf6nvvb.js · offset 174332877 · sha256 c9dccefd…

Status: undocumented

Type: array of string

Invalid values are dropped rather than failing the whole file (.catch, from code).

The description names which settings sources honor this key (per description; not independently verified in code).

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.

appendPlugins

Source: chunk-wqf6nvvb.js · offset 174333830 · sha256 674b47b4…

Status: undocumented

Type: array of string

Invalid values are dropped rather than failing the whole file (.catch, from code).

The description names which settings sources honor this key (per description; not independently verified in code).

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.

additionalMarketplaces

Source: chunk-wqf6nvvb.js · offset 174334549 · sha256 189397ed…

Status: documented at https://code.claude.com/docs/en/plugins/org

Type: record<string, object {source, installLocation, autoUpdate}>

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.

allowedMarketplaces

Source: chunk-wqf6nvvb.js · offset 174335614 · sha256 12d4d335…

Status: documented at https://code.claude.com/docs/en/plugins/org

Type: array of object | object | object | object | object | object | object | object | object | object

The description names which settings sources honor this key (per description; not independently verified in code).

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.

remote

Source: chunk-wqf6nvvb.js · offset 174352953 · sha256 3003aa48…

Status: undocumented

Type: object {defaultEnvironmentId}

Cloud session configuration

remote.defaultEnvironmentId

Source: chunk-wqf6nvvb.js · offset 174352879 · sha256 d8adb36f…

Status: documented at https://code.claude.com/docs/en/settings-reference#remote-defaultenvironmentid

Type: string

Default environment ID to use for cloud sessions

autoDreamEnabled

Source: chunk-wqf6nvvb.js · offset 174358068 · sha256 a2e39c71…

Status: undocumented

Type: boolean

Enable background memory consolidation (auto-dream). When set, overrides the server-side default.

precomputeCompactionEnabled

Source: chunk-wqf6nvvb.js · offset 174362004 · sha256 40ad6236…

Status: undocumented

Type: boolean

Precompute the compaction summary in the background before it is needed. Only applies when auto-compact is on.

showMessageTimestamps

Source: chunk-wqf6nvvb.js · offset 174363020 · sha256 12f42040…

Status: undocumented

Type: boolean

Stamp each message with its arrival time

todoFeatureEnabled

Source: chunk-wqf6nvvb.js · offset 174363216 · sha256 33573dcc…

Status: undocumented

Type: boolean

Enable the todo / task tracking panel

daemonColdStart

Source: chunk-wqf6nvvb.js · offset 174364478 · sha256 b35c6b26…

Status: undocumented

Type: "transient" | "ask"

When no background service is running: 'transient' spawns one for this login session; 'ask' offers to install it persistently

autoUploadSessions

Source: chunk-wqf6nvvb.js · offset 174365251 · sha256 da382049…

Status: undocumented

Type: boolean

Mirror local sessions to claude.ai as view-only (no remote control)

defaultView

Source: chunk-wqf6nvvb.js · offset 174276685 · sha256 a0f88ac1…

Status: undocumented

Type: "chat" | "transcript"

Feature module: briefView (enabled in this build (buildGate returns true))

Default transcript view: chat (SendUserMessage checkpoints only) or transcript (full)

Internal keys (@internal)

policyHelpers

Source: chunk-wqf6nvvb.js · offset 174305712 · sha256 6f2dd778…

Status: internal (description is tagged @internal; the JSON-schema generator omits it, from code); undocumented

Type: object {macos, linux, windows, wsl, default}

The description names which settings sources honor this key (per description; not independently verified in code).

@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).

policyHelpers.macos

Source: chunk-wqf6nvvb.js · offset 174305670 · sha256 164d1de9…

Status: undocumented

Type: record<string, any JSON value> | object {timeoutMs, refreshIntervalMs, path, script, interpreter, outputBehavior, onFailure, retries, defaultSettings}

Undocumented; read at undefined offset 174305670.

policyHelpers.linux

Source: chunk-wqf6nvvb.js · offset 174305670 · sha256 164d1de9…

Status: undocumented

Type: record<string, any JSON value> | object {timeoutMs, refreshIntervalMs, path, script, interpreter, outputBehavior, onFailure, retries, defaultSettings}

Undocumented; read at undefined offset 174305670.

policyHelpers.windows

Source: chunk-wqf6nvvb.js · offset 174305670 · sha256 164d1de9…

Status: undocumented

Type: record<string, any JSON value> | object {timeoutMs, refreshIntervalMs, path, script, interpreter, outputBehavior, onFailure, retries, defaultSettings}

Undocumented; read at undefined offset 174305670.

policyHelpers.wsl

Source: chunk-wqf6nvvb.js · offset 174305670 · sha256 164d1de9…

Status: undocumented

Type: record<string, any JSON value> | object {timeoutMs, refreshIntervalMs, path, script, interpreter, outputBehavior, onFailure, retries, defaultSettings}

Undocumented; read at undefined offset 174305670.

policyHelpers.default

Source: chunk-wqf6nvvb.js · offset 174305670 · sha256 164d1de9…

Status: undocumented

Type: record<string, any JSON value> | object {timeoutMs, refreshIntervalMs, path, script, interpreter, outputBehavior, onFailure, retries, defaultSettings}

Undocumented; read at undefined offset 174305670.

breakReminder

Source: chunk-wqf6nvvb.js · offset 174308375 · sha256 10888883…

Status: internal (description is tagged @internal; the JSON-schema generator omits it, from code); undocumented

Type: object {enabled, intervalMinutes, breakThresholdMinutes, message}

@internal Opt-in break reminder. When enabled, shows a dismissible nudge after sustained continuous use. Never blocks — just a friendly heads-up.

breakReminder.enabled

Source: chunk-wqf6nvvb.js · offset 174307816 · sha256 7da68813…

Status: undocumented

Type: boolean

Show a friendly nudge after sustained continuous use (default false). Must be true for the reminder to fire.

breakReminder.intervalMinutes

Source: chunk-wqf6nvvb.js · offset 174307985 · sha256 961ffdf7…

Status: undocumented

Type: number (integer, > 0)

Minutes of continuous use before the reminder fires (default 30). Re-fires every interval until you take a break.

breakReminder.breakThresholdMinutes

Source: chunk-wqf6nvvb.js · offset 174308165 · sha256 bfa9dc89…

Status: undocumented

Type: number (integer, > 0)

Minutes of inactivity that count as a break and reset the timer (default 10)

breakReminder.message

Source: chunk-wqf6nvvb.js · offset 174308277 · sha256 89ec66c0…

Status: undocumented

Type: string

Custom reminder text. Leave unset for a rotating set of friendly nudges.

quietHours

Source: chunk-wqf6nvvb.js · offset 174309119 · sha256 ede2b853…

Status: internal (description is tagged @internal; the JSON-schema generator omits it, from code); undocumented

Type: object {enabled, start, end}

@internal Opt-in quiet hours. When enabled, shows a single soft nudge per session while inside the configured local-time window. Never blocks.

quietHours.enabled

Source: chunk-wqf6nvvb.js · offset 174308575 · sha256 3838880a…

Status: undocumented

Type: boolean

Show a one-time nudge when you start or keep using the CLI inside your quiet-hours window (default false).

quietHours.start

Source: chunk-wqf6nvvb.js · offset 174308804 · sha256 0286984c…

Status: undocumented

Type: string

Start of the quiet-hours window, 24-hour local time "HH:MM".

quietHours.end

Source: chunk-wqf6nvvb.js · offset 174308985 · sha256 6b4138c7…

Status: undocumented

Type: string

End of the quiet-hours window, 24-hour local time "HH:MM". May be earlier than start for an overnight range.

awaySummaryEnabled

Source: chunk-wqf6nvvb.js · offset 174350224 · sha256 602bf94f…

Status: internal (description is tagged @internal; the JSON-schema generator omits it, from code); documented at https://code.claude.com/docs/en/settings-reference#awaysummaryenabled

Type: boolean

@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.

modelProposedGoals

Source: chunk-wqf6nvvb.js · offset 174351690 · sha256 5603d90a…

Status: internal (description is tagged @internal; the JSON-schema generator omits it, from code); undocumented

Type: "auto" | "alwaysAsk" | "disabled"

Invalid values are dropped rather than failing the whole file (.catch, from code).

The description names which settings sources honor this key (per description; not independently verified in code).

@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.

doneMeansMerged

Source: chunk-wqf6nvvb.js · offset 174355861 · sha256 80240ad0…

Status: internal (description is tagged @internal; the JSON-schema generator omits it, from code); undocumented

Type: boolean

@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.

totalTokensReminder

Source: chunk-wqf6nvvb.js · offset 174356132 · sha256 2b43c131…

Status: internal (description is tagged @internal; the JSON-schema generator omits it, from code); undocumented

Type: "off" | "infinite" | "fixed" | "countdown" | "padded-countdown"

@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.

totalTokensReminderBudget

Source: chunk-wqf6nvvb.js · offset 174356808 · sha256 ff231540…

Status: internal (description is tagged @internal; the JSON-schema generator omits it, from code); undocumented

Type: number (integer, > 0)

@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.

totalTokensReminderAfterUserTurn

Source: chunk-wqf6nvvb.js · offset 174357068 · sha256 ef4a0c82…

Status: internal (description is tagged @internal; the JSON-schema generator omits it, from code); undocumented

Type: boolean

@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.

skipWorkflowUsageWarning

Source: chunk-wqf6nvvb.js · offset 174358557 · sha256 8f7172e2…

Status: internal (description is tagged @internal; the JSON-schema generator omits it, from code); undocumented

Type: boolean

@internal Whether the user has accepted the multi-agent workflow usage warning. Until set, auto permission mode prompts before running a workflow.

remoteTools

Source: chunk-wqf6nvvb.js · offset 174359125 · sha256 f478a2e3…

Status: internal (description is tagged @internal; the JSON-schema generator omits it, from code); undocumented

Type: object {allowUnattendedServing}

@internal How this computer serves tool calls to cloud sessions

remoteTools.allowUnattendedServing

Source: chunk-wqf6nvvb.js · offset 174358841 · sha256 cd1d7a72…

Status: internal (description is tagged @internal; the JSON-schema generator omits it, from code); undocumented

Type: boolean

The description names which settings sources honor this key (per description; not independently verified in code).

@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.

remoteControl

Source: chunk-wqf6nvvb.js · offset 174364202 · sha256 19c4c0be…

Status: internal (description is tagged @internal; the JSON-schema generator omits it, from code); undocumented

Type: object {shareHostProfile}

@internal Remote Control (`claude remote-control`) options

remoteControl.shareHostProfile

Source: chunk-wqf6nvvb.js · offset 174363557 · sha256 7179ad90…

Status: internal (description is tagged @internal; the JSON-schema generator omits it, from code); undocumented

Type: "off" | "basic" | "full"

Invalid values are dropped rather than failing the whole file (.catch, from code).

The description names which settings sources honor this key (per description; not independently verified in code).

@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.

Safe env keys (settings env)

Safe env check

Source: chunk-wqf6nvvb.js · offset 174164677 · sha256 e0c82890…

Status: documented at https://code.claude.com/docs/en/settings-reference#when-claude-code-applies-env-values

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.

Safe 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.

Full 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.

Warning 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.

Safe env names: any value (211)

Source: chunk-wqf6nvvb.js · offset 174156876 · sha256 c7b3f48c…

Status: undocumented

Names in this set are always safe, whatever the value; names are compared upper-cased (from code).

Names (exact, 211):

  • 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

Safe env names: truthy value only (5)

Source: chunk-wqf6nvvb.js · offset 174163826 · sha256 c01c5d80…

Status: undocumented

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).

Names (exact, 5):

  • API_FORCE_IDLE_TIMEOUT
  • CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC
  • DISABLE_ERROR_REPORTING
  • DISABLE_TELEMETRY
  • DO_NOT_TRACK

Safe env names: falsy value only (2)

Source: chunk-wqf6nvvb.js · offset 174163969 · sha256 7a313561…

Status: undocumented

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).

Names (exact, 2):

  • ENABLE_BETA_TRACING_DETAILED
  • OTEL_LOG_RAW_API_BODIES

Safe env names: ANTHROPIC_CUSTOM_HEADERS (validated value)

Source: chunk-wqf6nvvb.js · offset 174164417 · sha256 251698c3…

Status: undocumented

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.

Sensitive header-name pattern parts: 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