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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Session title changes update the UI immediately

You'll notice
Useful3 Signal1
Sessions

Session title changes now show up in the interface immediately.

What

When a session's custom title or Claude-generated title actually changes, the transcript store now fires a change notification, so anything showing the title refreshes right away instead of waiting for the next full read. No gate.

Details
  • Setting a custom title, setting an AI title and clearing session state all emit on a sessionTitleChanged channel; the clear path emits only when a flag argument is passed.
  • Replaying a session file compares old and new values and emits only on a real difference.
Evidence

sessionTitleChanged, this.store.sessionTitleChanged.emit()

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.248 →