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.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Reminder types for environment, model and session changes

Not switched on
Useful2 Signal4
System Prompt

Short notes about environment, model, date or language changes can be injected, behind one check.

New reminder kinds exist but emit nothing unless a feature check passes.

What

The system that injects short notes into the transcript gained kinds for environment, model, output style instructions, session context, date and language changes. All sit behind one feature check and emit a note only when the change parses cleanly, so nothing appears unless that check passes.

Evidence

output_style_instructions: (e) => {

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