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.46 Home All releases olderv1.0.45 v1.0.47newer
Claude Code v1.0.46

Performance Improvements

Circular Buffer for Command Output

  • Implemented qu1 circular buffer class for efficient handling of streaming command output
  • Maintains only the most recent output lines in memory
  • Reduces memory usage for long-running commands with extensive output

Tool Result Compaction

  • Added intelligent compaction for frequently-used tool outputs to reduce token usage
  • Compacts results for: Read, Edit, MultiEdit, Write, Bash, Grep, Glob, LS, WebSearch, WebFetch
  • Preserves essential information while reducing verbosity
  • Example: [Read /path/to/file.js, details compacted] instead of full file contents

See this entry in the whole of v1.0.46 →