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

Workshop file writes are counted in the turn summary

You'll notice
Useful2 Signal3
Artifacts

Workshop file writes are counted separately per turn and shown in the status display.

What

Writes to workshop files are now tracked separately, with a per-turn count of writes and lines added and removed, and the status display shows the write count.

Details
  • Tool classification gains a workshop-write flag; the turn summary accumulates write count plus lines added and removed.
  • Edits are keyed by tool use id so a rewind subtracts exactly the right amounts, and counts merge when summaries are combined.
  • The status component reads all three values and includes the write count when deciding whether there is anything to display.
Evidence

isWorkshopWrite

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 →