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 releases Home olderv0.2.32 v0.2.34newer

Claude Code v0.2.33

6 entries read diff v0.2.32 → v0.2.33 Markdown
Find
Pick an entry · j / k steps through
6 entries

Changesopen

New Features#

Improved /compact Command

  • Enhanced message preservation: The /compact command now intelligently preserves recent messages while summarizing older conversation history
  • Better handling of tool use: Fixed issues where tool use messages could become "dangling" during compaction
  • Configurable preservation: The command now preserves the last 10 messages by default (fS2 = 10) while summarizing older content
  • Improved telemetry: Added tracking for compacted vs preserved message counts

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Bug Fixes#

Error Reporting Improvements

  • Enhanced error details: Bug reports now include structured error information in JSON format
  • Stack trace collection: Added error stack trace collection to help diagnose issues more effectively
  • Better error context: Bug reports now include complete error objects with stack traces

Removed Features#

Removed A/B Testing UI

The following experimental features have been removed:

  • Binary feedback comparison UI (prefer-left, prefer-right options)
  • Side-by-side message comparison interface
  • A/B testing telemetry functions (JE2, zE2)
  • Visual comparison components (wf1, IQ9, zm2, gm2)

Removed Internal Components

  • Removed BatchTool variable
  • Removed onboarding command (was ANT-ONLY and disabled)
  • Removed various stream imports that were unused

Technical Changes#

DOM Implementation Additions

  • Added extensive DOM API implementations including:
  • Event system (Event, UIEvent, MouseEvent, CustomEvent)
  • Node iteration (NodeIterator)
  • URL handling utilities
  • CSS style manipulation
  • Complete HTML element implementations
  • SVG element support
  • Document type handling

Code Organization

  • Significant refactoring of internal modules
  • Better separation of DOM-related functionality
  • Improved module structure with clearer boundaries

Performance Improvements#

  • Optimized message compaction to avoid unnecessary processing
  • Better memory management during conversation compaction
  • More efficient handling of large conversation histories

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

User Experience Improvements#

  • Cleaner conversation management with improved /compact functionality
  • More reliable preservation of recent context when compacting conversations
  • Better error messages and feedback during operations
Verbatim
No official entry

Not individually listed upstream

v0.2.33 does not have its own entry in Anthropic’s official changelog, because prerelease builds are often folded into a neighbouring release. Browse the full changelog for the closest official notes. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.