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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Plugin marketplaces can be added from GitLab URLs

Use it now
Useful3 Signal2
Plugins

You can add a plugin marketplace from a GitLab URL and it clones properly as a git repo.

What

A https://gitlab.com/... marketplace URL is now recognised as a git repository and cloned, instead of being treated as a plain URL download.

Details
  • Requires two or more path segments, no - segment and no leading api segment; .git is appended to build the clone URL.
  • The host comparison used to be hard-coded to github.com and is now a shared helper.
  • The owner/repo shorthand is still GitHub-only, and its error text is unchanged.
Usage
/plugin marketplace add https://gitlab.com/owner/repo
Evidence

gitlab.com

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