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.81 v0.2.84newer

Claude Code v0.2.83

4 entries read diff v0.2.81 → v0.2.83 Markdown
Find
Pick an entry · j / k steps through
4 entries

Changesopen

Version Update#

  • Updated from version 0.2.81 to 0.2.83

Related

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

Internal Architecture Changes#

Dependency Updates

  • Removed legacy polyfills: Removed Microsoft tslib polyfills (Vj1) and several older semver-related modules (ti, XY1)
  • Added ES module introspection utilities: New low-level JavaScript runtime introspection modules for better error handling and type checking
  • Enhanced runtime environment detection: Added comprehensive checks for JavaScript built-in objects and methods

JSON Schema Processing Enhancements

  • New schema validation options:
  • Added allowedAdditionalProperties configuration option (default: true)
  • Added rejectedAdditionalProperties configuration option (default: false)
  • These options provide finer control over how additional properties in JSON schemas are handled during validation
  • Post-processing support: Added postProcess callback support in the JSON schema generation pipeline, allowing for custom transformations after schema generation

Tool System Improvements

  • Removed deprecated todo tool: The internal tengu_todo_tool reference has been removed from the codebase
  • Enhanced error handling: Improved type checking for tool parameters with better runtime validation

Event Stream Processing

  • Improved SSE parser: Enhanced Server-Sent Events parser with better error handling and support for BOM (Byte Order Mark) detection
  • Added stream reset options: New consume parameter in the reset function for better stream state management

Performance and Stability

  • Code simplification: Removed approximately 44 deprecated functions while adding 473 new utility functions
  • Better type safety: Enhanced runtime type checking with new introspection utilities
  • Improved error messages: More descriptive error reporting with enhanced type validation

User-Facing Improvements#

While most changes in this version are internal architecture improvements, users should experience:

  • More stable tool execution with better error handling
  • Improved reliability when working with complex data structures
  • Better performance in JSON schema validation scenarios

Bug Fixes#

  • Fixed issues with additional properties handling in JSON schema validation
  • Improved stream processing reliability with better state management
  • Enhanced type checking to prevent runtime errors

Note: This version focuses primarily on internal architecture improvements and stability enhancements rather than new user-facing features.

Related

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

Verbatim
No official entry

Not individually listed upstream

v0.2.83 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.