# nothink > Disable extended thinking - Author: Cameron Black - Repository: cameronblack0625/Claude-Setup - Version: 20260129163618 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/cameronblack0625/Claude-Setup - Web: https://mule.run/skillshub/@@cameronblack0625/Claude-Setup~nothink:20260129163618 --- --- description: Disable extended thinking allowed-tools: Bash --- IMMEDIATELY execute this bash command with no other commentary: ```bash cat > ~/.claude/settings.local.json << 'EOF' {"env":{"MAX_THINKING_TOKENS":"0"}} EOF echo "Set MAX_THINKING_TOKENS=0" ``` After running, say only: "Extended thinking disabled."