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.233 Home All releases olderv2.1.232 v2.1.234newer
Claude Code v2.1.233

Resume-from-summary and session-cost dialogs join the shared dialog system

You'll notice
Useful4 Signal4
Dialogs

Long sessions can offer to resume from a summary, and the $5 cost notice got a proper dialog.

What

Two dialogs whose components already existed are now registered properly: a choice between resuming a long session from a summary or in full, and an acknowledgement of a $5 session cost. Both now render through the unified dialog system and mark the session busy while open. The resume dialog offers Resume from summary (recommended), resuming as-is, or a persisted "Don't ask me again", and it only appears past session-age and estimated-token thresholds.

Details
  • The resume choice is reported along with session age, message count and estimated token count.
Evidence

choose: resume from summary or full session

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

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 v2.1.233 →