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 v0.2.37 Home All releases olderv0.2.36 v0.2.38newer
Claude Code v0.2.37

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.

See this entry in the whole of v0.2.37 →