CLAUDE_CODE_DISABLE_1M_CONTEXT | false | Disable 1M token context window support | export CLAUDE_CODE_DISABLE_1M_CONTEXT=1 |
CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING | false | Disable adaptive thinking mode; fall back to fixed budget | export CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING=1 |
CLAUDE_CODE_DISABLE_ADVISOR_TOOL | false | Disable the advisor tool | export CLAUDE_CODE_DISABLE_ADVISOR_TOOL=1 |
CLAUDE_CODE_DISABLE_ATTACHMENTS | false | Disable file attachments in messages | export CLAUDE_CODE_DISABLE_ATTACHMENTS=1 |
CLAUDE_CODE_DISABLE_AUTO_MEMORY | false | Disable automatic memory system (set to ‘0’ to force-enable) | export CLAUDE_CODE_DISABLE_AUTO_MEMORY=1 |
CLAUDE_CODE_DISABLE_BACKGROUND_TASKS | false | Disable background task execution | export CLAUDE_CODE_DISABLE_BACKGROUND_TASKS=1 |
CLAUDE_CODE_DISABLE_CLAUDE_API_SKILL | false | Disable the Claude API skill | export CLAUDE_CODE_DISABLE_CLAUDE_API_SKILL=1 |
CLAUDE_CODE_DISABLE_CLAUDE_MDS | false | Disable loading of CLAUDE.md instruction files | export CLAUDE_CODE_DISABLE_CLAUDE_MDS=1 |
CLAUDE_CODE_DISABLE_CRON | false | Disable cron/scheduled task functionality | export CLAUDE_CODE_DISABLE_CRON=1 |
CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS | false | Disable experimental beta features | export CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1 |
CLAUDE_CODE_DISABLE_FAST_MODE | false | Disable fast mode toggle | export CLAUDE_CODE_DISABLE_FAST_MODE=1 |
CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY | false | Disable feedback survey prompts | export CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY=1 |
CLAUDE_CODE_DISABLE_FILE_CHECKPOINTING | false | Disable file checkpointing for undo/restore | export CLAUDE_CODE_DISABLE_FILE_CHECKPOINTING=1 |
CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS | false | Disable git-related instructions in system prompt | export CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS=1 |
CLAUDE_CODE_DISABLE_LEGACY_MODEL_REMAP | false | Disable legacy model name remapping | export CLAUDE_CODE_DISABLE_LEGACY_MODEL_REMAP=1 |
CLAUDE_CODE_DISABLE_MOUSE | false | Disable mouse input in the terminal UI | export CLAUDE_CODE_DISABLE_MOUSE=1 |
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC | false | Disable non-essential network traffic (feature flags, telemetry) | export CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1 |
CLAUDE_CODE_DISABLE_NONSTREAMING_FALLBACK | false | Disable fallback to non-streaming API mode | export CLAUDE_CODE_DISABLE_NONSTREAMING_FALLBACK=1 |
CLAUDE_CODE_DISABLE_OFFICIAL_MARKETPLACE_AUTOINSTALL | false | Disable automatic installation of official marketplace plugins | export CLAUDE_CODE_DISABLE_OFFICIAL_MARKETPLACE_AUTOINSTALL=1 |
CLAUDE_CODE_DISABLE_POLICY_SKILLS | false | Disable policy-based skill loading | export CLAUDE_CODE_DISABLE_POLICY_SKILLS=1 |
CLAUDE_CODE_DISABLE_PRECOMPACT_SKIP | false | Disable skipping of pre-compaction optimization | export CLAUDE_CODE_DISABLE_PRECOMPACT_SKIP=1 |
CLAUDE_CODE_DISABLE_TERMINAL_TITLE | false | Disable setting the terminal title | export CLAUDE_CODE_DISABLE_TERMINAL_TITLE=1 |
CLAUDE_CODE_DISABLE_THINKING | false | Disable extended thinking entirely | export CLAUDE_CODE_DISABLE_THINKING=1 |
CLAUDE_CODE_DISABLE_VIRTUAL_SCROLL | false | Disable virtual scrolling in the UI | export CLAUDE_CODE_DISABLE_VIRTUAL_SCROLL=1 |
DISABLE_AUTOUPDATER | false | Disable the automatic update checker | export DISABLE_AUTOUPDATER=1 |
DISABLE_AUTO_COMPACT | false | Disable automatic context compaction | export DISABLE_AUTO_COMPACT=1 |
DISABLE_COMPACT | false | Disable the /compact command entirely | export DISABLE_COMPACT=1 |
DISABLE_COST_WARNINGS | false | Disable cost warning notifications | export DISABLE_COST_WARNINGS=1 |
DISABLE_ERROR_REPORTING | false | Disable error reporting to Anthropic | export DISABLE_ERROR_REPORTING=1 |
DISABLE_INTERLEAVED_THINKING | false | Disable interleaved thinking in responses | export DISABLE_INTERLEAVED_THINKING=1 |
DISABLE_PROMPT_CACHING | false | Disable prompt caching for all models | export DISABLE_PROMPT_CACHING=1 |
DISABLE_PROMPT_CACHING_HAIKU | false | Disable prompt caching specifically for Haiku | export DISABLE_PROMPT_CACHING_HAIKU=1 |
DISABLE_PROMPT_CACHING_OPUS | false | Disable prompt caching specifically for Opus | export DISABLE_PROMPT_CACHING_OPUS=1 |
DISABLE_PROMPT_CACHING_SONNET | false | Disable prompt caching specifically for Sonnet | export DISABLE_PROMPT_CACHING_SONNET=1 |
DISABLE_TELEMETRY | false | Disable all telemetry data collection | export DISABLE_TELEMETRY=1 |
DO_NOT_TRACK | false | Disable telemetry when set to 1 (standard DNT convention) | export DO_NOT_TRACK=1 |