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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Directory-sync plumbing for install holds has no caller and no implementation

Not switched on
Useful1 Signal4
Cloud Sessions

Directory sync gained hold and release install methods with no caller or implementation.

holdInstalls and releaseInstalls keep state but nothing calls or implements them.

What

The directory-sync wrapper gained six methods, and two of them, holdInstalls and releaseInstalls, are neither called from anywhere in this build nor implemented by any sync engine in it. The wrapper does keep real state for them (a pending set of held installs), so this is groundwork for something not yet shipped.

Details
  • onOffline has exactly one caller, the cloud file-sync offline notice.
  • catchUp, syncPoint and capturePoint are implemented by the real engine and reported in telemetry, but nothing outside the wrapper invokes them.
  • The wrapper now returns a "not running" shape instead of undefined when no engine is open.
Evidence

releaseInstalls: (e) => {

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