Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v1.0.63 Home All releases olderv1.0.62 v1.0.64newer
Claude Code v1.0.63

Output Mode Selection

A new output mode system has been introduced that changes how Claude Code communicates with users. Users can now choose between different interaction styles:

  • Default Mode: Concise, direct responses focused on completing tasks efficiently. Best for straightforward coding help.
  • Insights Mode: Provides educational insights along the way to help understand implementation choices and codebase patterns.
  • Learn by Doing Mode: Collaborative mode where users are asked to contribute small, strategic pieces of code for hands-on learning.

To change the output mode, users can access the new mode selection interface which allows saving preferences either globally or per-project.

See this entry in the whole of v1.0.63 →