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

Slack tagging wiring in the environment, status line and tool refresh

Not switched on
Useful3 Signal5
Slack Integration Notable not in their notes

A Slack tag token env var is treated as auth, stripped from subprocesses, and gets a status-line segment.

CLAUDE_CODE_SLACK_TAG_TOKEN and a slack-tag status segment exist, but nothing enables the connection.

CLAUDE_CODE_SLACK_TAG_TOKEN
What

A CLAUDE_CODE_SLACK_TAG_TOKEN environment variable now counts as third-party authentication and is stripped from environments given to spawned commands. The status line gained a slack-tag segment, which suppresses the separator dot the way the bridge and pr segments do, and the available tool set is recomputed whenever the Slack tag connection flag changes.

Details
  • The status segment only renders when the session is marked connected, which nothing in this build does.
Evidence

CLAUDE_CODE_SLACK_TAG_TOKEN

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