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 v2.0.37 Home All releases olderv2.0.36 v2.0.41newer
Claude Code v2.0.37

Enhanced Telemetry System

Feature flag
tengu_1p_event_batch_config Not enough to say

Nothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.

This account: no value returned · anonymous baseline: no value returned · compiled default in v2.0.37: no gate table built for this version

These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.

Read once, for one account on one subscription tier, against v2.0.37. It isn't a statement about your account. What a flag value here can and cannot tell you

Version Base Tracking:

  • New version_base telemetry field normalizes version strings (e.g., "2.0.37-beta" → "2.0.37")
  • Enables cleaner analytics aggregation across pre-release versions
  • Evidence: Jo5() function at line 449429, versionBase mapping at line 449396

Improved Batch Configuration:

  • Telemetry export interval increased from 5 seconds to 20 seconds (4x longer)
  • New batch size limit of 200 events per export
  • Remote configuration support via tengu_1p_event_batch_config dynamic config
  • Reduces network overhead and improves performance
  • Evidence: xBI = 20000 and vBI = 200 at lines 478225-478226, dynamic config in er2() at lines 478169-478173

Rejection Feedback Tracking:

  • New hasFeedback field tracks whether users provided feedback when rejecting tools
  • Enables analysis of feature adoption and user engagement
  • Evidence: QZ() function at line 352406, hasFeedback parameter at lines 1000-1002

See this entry in the whole of v2.0.37 →