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

Workshop template CSS: theme-aware shadows and a bottom bar that stops jumping

You'll notice
Useful2 Signal0
Artifacts

Workshop cards keep their shadow in dark mode and the bottom bar no longer jumps around.

What

Decision cards keep their lift in dark mode and the fixed bottom band no longer shifts when the page script swaps its content.

Details
  • Decision cards gained margin-bottom: var(--gap-xs); and box-shadow: var(--shadow-sm);, replacing a hard-coded 0 1px 4px rgba(0, 0, 0, 0.06) on the HTML lane.
  • The print stylesheet re-pins --shadow-color: rgba(11, 11, 11, 0.08);.
  • The status banner and .ws-status-footer both reserve min-height: 72px; with box-sizing: border-box.
Evidence

min-height: 72px;

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