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.223 Home All releases olderv2.1.222 v2.1.224newer

tengu_init now reports repository and toolchain shape

Under the hood
Useful2 Signal0
Telemetry

Startup telemetry now notes whether your project uses git, Docker, Nix, Bazel, CI configs and similar.

What

The startup event carries new fields describing the repository and the project's build and dependency setup.

Details
  • Repository fields: is_git, has_remote, remote_host_class.
  • Project-shape block: has_dockerfile, has_compose, has_devcontainer, has_nix, has_bazel, lockfile_family, has_env_file, has_ci_config, has_private_registry, private_registry_host_class, has_secrets_manager_refs, os_locked_toolchain.
  • Host names are classified rather than sent raw.
  • The git probe returns null when the restricted-telemetry privacy check says so, and the fields are then absent.
Evidence

has_secrets_manager_refs

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