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.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

Skills and commands follow the session when it changes directory

You'll notice
Useful4 Signal1
Skills

Using /cd now makes skills and slash commands follow you to the new directory.

/cd
What

The watcher that reloads skills and slash commands can now re-point itself at a new set of directories, so moving the session with /cd picks up the new location's skills instead of continuing to watch the old one.

Details
  • Re-homing re-resolves the directories, restarts the file watcher over the merged set, waits for it to be ready with a timeout, and re-arms the periodic idle check.
  • Only does work when the resolved directory set actually changes.
  • A debounced reload now also re-reads the moved directory's skills and warns if that read fails.
Evidence

[skills] session moved \u2014 watching skill/command directories:

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