I was pretty annoyed when Claude decided to stop showing the thinking blocks anymore. I couldn’t see the raw reasoning, the chain of thoughts, which made me get detached from the tool. But I soon gave up thinking that there wouldn’t be a way out, until today. Today, I decided to have that thinking block back, no matter what. Started my hunt for it everywhere on the internet and finally figured it out. Here’s the solution: Just add the following in ~/.claude/settings.json { “env”: { “CLAUDE_CODE_EXTRA_BODY”: “{“thinking”:{“type”:“adaptive”,“display”:“summarized”}}” } } Found it here: https://github.com/anthropics/claude-code/issues/54348#issuecomment-4337318753 And it does work. submitted by /u/anonymous_intj
Originally posted by u/anonymous_intj on r/ClaudeCode
