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.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

Workshop authoring-progress failures now report telemetry

Under the hood
Useful1 Signal2
Artifacts

Workshop authoring-progress failures now report once per session instead of only hitting the log.

What

Errors in the workshop authoring-progress hooks were previously only written to the log. They now also emit a telemetry event, once per session at most, and a separate one when the module cannot be loaded at all.

Details
  • The keys are hook_failed and module_load_failed under workshop_authoring_progress; a failureReported flag stops repeat reports.
  • The lazy loader was restructured into a class whose reset can swap the require function, a test seam.
Evidence

workshop authoring-progress module failed to load

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