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.36 v0.2.38newer

Claude Code v0.2.37

5 entries read diff v0.2.36 → v0.2.37 Markdown
Find
Pick an entry · j / k steps through
5 entries

Changesopen

New Features#

/release-notes Command

A new slash command that displays release notes for all versions of Claude Code.

Usage:

/release-notes

This command shows the complete release history with version numbers and their corresponding changes. The release notes are now always available and enabled by default (isEnabled: !0), replacing the previous version-specific implementation.

Enhanced config add/remove Commands

The claude config add and claude config remove commands now support adding or removing multiple values at once.

New capabilities:

  • Add multiple values to array-based configuration options in a single command
  • Values can be separated by commas or spaces
  • The command now tracks the count of items being added/removed
  • Items are automatically deduplicated using Set operations
  • Lists are sorted alphabetically after modifications

Examples:

# Add multiple tools to allowed tools
claude config add allowedTools Read,Write,Edit

# Remove multiple patterns from ignore patterns  
claude config remove ignorePatterns "*.log" "*.tmp" "build/"

# Works with both global and project configs
claude config add --global mcpServers server1,server2,server3

Improvements#

Kitty Terminal Notification Support

Added native notification support for Kitty terminal emulator using the OSC 99 protocol.

How it works:

  • When using Kitty terminal, Claude Code can now send desktop notifications
  • Notifications include both title and body text
  • Automatically detected when preferredNotifChannel is set to "auto"
  • Can be explicitly enabled with claude config set preferredNotifChannel kitty

Better Terminal Detection

Improved terminal detection for Kitty:

  • Now checks TERM environment variable for "kitty" string earlier in the detection chain
  • More reliable Kitty terminal identification

Related

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

Technical Improvements#

Error Message Enhancement

  • New IM3 function provides more detailed and user-friendly error messages for validation failures
  • Better formatting for parameter type mismatches, missing required parameters, and unexpected parameters

Architecture Tool Removal

  • Removed the experimental "Architect" tool that was disabled in the previous version
  • Cleaned up related code and dependencies

Bug Fixes#

  • Fixed duplicate notification method tracking
  • Improved error handling for array-based configuration operations
  • Better validation for configuration keys

Related

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

Internal Changes#

  • Updated release notes data structure from Gn to yW1
  • Refactored notification system from Y01 to H01 with improved telemetry
  • Removed unused functions related to word-level diff display
  • Code cleanup: removed 23 deprecated functions and added 19 new implementations

Related

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

Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v0.2.37. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

  • New /release-notes command lets you view release notes at any time
  • claude config add/remove commands now accept multiple values separated by commas or spaces
System prompt

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