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.1.113 Home All releases olderv2.1.112 v2.1.114newer
Claude Code v2.1.113

Message Timestamps [In Development]

Feature flag
tengu_silk_hinge Off in both readings

The flag server returned off for the account this site reads and for the anonymous baseline. A reading of off cannot rule out a rollout these two readings sit outside of.

This account: off · anonymous baseline: off · compiled default in v2.1.113: 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.1.113. It isn't a statement about your account. What a flag value here can and cannot tell you

What

Shows a timestamp above each assistant message, giving users a clear timeline of the conversation.

Status

Feature-flagged — gated by tengu_silk_hinge (disabled by default)

Details
  • New showMessageTimestamps setting (boolean, global scope)
  • Description: "Show a timestamp above each assistant message"
  • Setting is hidden from the settings UI when the feature flag is off
  • Full implementation exists: the timestamp rendering, state management, and cache key integration are all in place
  • When enabled, timestamps appear above assistant messages in the chat transcript
Evidence

Feature flag disabled (search for C$("tengu_silk_hinge", !1))

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.113 →