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

Bug-report telemetry records whether the report came from a remote workspace

Under the hood
Useful2 Signal0
Elsewhere

Bug reports now note whether you filed them from a remote workspace.

What

Submitted and failed bug reports now carry a flag saying whether the session was a remote workspace.

Details
  • Both tengu_bug_report_submitted and tengu_bug_report_failed include a remote_workspace field.
  • The value is stringified to "true" or "false".
Evidence

remote_workspace

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 →