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.10 Home All releases olderv2.1.9 v2.1.11newer
Claude Code v2.1.10

Session Naming for Autonomous Tasks

What

Sessions initiated via autonomous tick-based inputs now display "Autonomous session" as the default title.

Details: When the first prompt starts with <tick>, the session is labeled "Autonomous session" rather than showing the prompt content.

Evidence

ad() at line 5350 (session title generator, contains B ? "Autonomous session" : "" when firstPrompt?.startsWith("<tick>"))

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