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.41 Home All releases olderv0.2.40 v0.2.42newer
Claude Code v0.2.41

Improvements

Enhanced MCP Integration

  • Improved MCP server connection handling with better error reporting
  • Added connection timeout configuration (5 seconds default)
  • MCP tools and prompts now have an isMcp: true property for better identification
  • Better separation of MCP client state management

Logging Infrastructure

  • New baseLogs() function added to the logging system for accessing the base log directory
  • Enhanced MCP-specific logging with dedicated log files per server

Memory Management

  • Added telemetry events for memory undo operations:
  • tengu_memory_undo_attempt - Tracks when undo is attempted
  • tengu_memory_undo_success - Tracks successful undo operations
  • tengu_memory_undo_failure - Tracks failed undo operations

See this entry in the whole of v0.2.41 →