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.117 Home All releases olderv2.1.116 v2.1.118newer
Claude Code v2.1.117

Team Artifacts Discovery

What

Automatically detects new skills and commands added by teammates to the project's .claude/skills/ and .claude/commands/ directories within the last 7 days and surfaces them as notifications.

Details
  • Queries git history (git log --since=7.days --diff-filter=A) to find recently added team artifacts
  • Filters out artifacts authored by the current user (using git email)
  • Displays notification like "New from your team: /my-skill (Alice), /deploy-cmd (Bob)"
  • Tracks seen artifacts in user config to avoid repeated notifications
  • Shows author attribution for each discovered artifact
Evidence

Team artifacts discovery system (search for "New from your team:") — sr$ at line ~389663, x97 at line ~389651

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