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.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

New prompts and dialogs in the interactive session

You'll notice
Useful3 Signal3
Interactive UI not in their notes

New automatic prompts appear: a first-time auto mode warning, a spending threshold dialog and a worktree tip.

/pro-trial-expired
What

The interactive session gained several new automatic behaviours: a one-time warning the first time you enter auto mode, a dialog when spending crosses a cost threshold, an automatic /pro-trial-expired prompt, and a tip about worktrees. Each has its own trigger condition.

Details
  • The auto-mode warning fires once, records hasSeenAutoModeEntryWarning so it does not repeat, and reports tengu_auto_mode_entry_warning_shown.
  • Queued prompts are now counted (promptQueueUseCount), and a report fires when a dialog is waiting behind the transcript view.
  • The machinery driving these now sees the current turn, the dialog state, whether a dialog is already open, whether the session is remote, and the number of queued commands, which is what lets the new checks decide when to fire.
Evidence

tengu_dialog_waiting_in_transcript

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