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

Spinner tips are hidden when the slash command they advertise is unavailable

You'll notice
Useful2 Signal0
Elsewhere

Spinner and startup tips stop suggesting slash commands that don't exist in your cloud session.

What

Tips shown in the spinner and at startup no longer suggest slash commands that do not exist in the current session.

Details
  • Tip entries gained an advertisedCommand field covering config, memory, ide, permissions, voice, desktop, plugin, statusline, install-github-app, install-slack-app and others.
  • Both spinner tip selection and startup tip selection filter tips through a check that resolves the filtered builtin command list and drops any tip whose advertised command is absent.
  • The check matches by name or alias (n.name === e || n.aliases?.includes(e)).
  • The check short-circuits to true outside remote mode, so tips only get removed in remote or cloud sessions. The field does not exist in the previous build.
Evidence

advertisedCommand, advertisedCommand: "permissions"

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 →