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.224 Home All releases olderv2.1.223 v2.1.225newer

Directory sync can apply a file seed and record the result

Not switched on
Useful1 Signal3
Cloud Sessions

A directory can be seeded with a listed set of files, skipping anything already there.

The file-seeding step is built with path checks and a result summary, but nothing observed turns it on.

What

New logic waits for a list of files to seed into a directory, creates each one under a destination whose real path is checked, and then records a summary of what happened. It only creates files: anything already present is skipped and anything escaping the destination path is rejected. Nothing in this build was observed turning it on.

Details
  • Polls for the file list, applies mode bits to each created file, and writes a ready record counting files applied, skipped and missing.
  • Outcomes are reported as complete, timeout, or bad_manifest when the file list is malformed, each with a matching telemetry event.
Evidence

tengu_dir_sync_apply_start

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