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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

Assorted smaller additions

Under the hood
Useful2 Signal2
Elsewhere

Slack channel ids become clickable links, pkg counts as a known top-level directory, and trial length is exposed.

What

Slack channel ids are now turned into https://slack.com/app_redirect?channel= links, pkg joins the recognised top-level directory names used to classify paths, the account's trial length is exposed to the client, and the two compact-disabling environment variables are consolidated into one check.

Details
  • DISABLE_COMPACT and DISABLE_AUTO_COMPACT are now read through a single predicate consulted by both the auto-compact enable check and the nudge that suggests compacting.
Evidence

claudeCodeTrialDurationDays

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