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.198 Home All releases olderv2.1.197 v2.1.199newer

SSH Sessions Now Support Model Catalog

What

SSH-connected remote sessions can now browse and switch models via /model, matching the capability previously only available over the CCR transport.

Details
  • modelCatalog capability enabled for SSH transport (was false, now true)
  • /model prompts the cloud session's model list and applies the selection there
  • The thin-client picker renders disabled rows (models visible but not selectable) so the full catalog is visible even when some models are restricted
Evidence

Transport capability table — modelCatalog: !0 for SSH (search for "ssh" in the transport caps block); UI strings (search for "Models reported by the cloud session. Your pick applies to that session.")

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