Group of 2 Use it now Notable
No documentation found
/plugin install now accepts --marketplace to install a plugin and add its marketplace source in one step
What
/plugin installnow supports a--marketplace <source>(or--marketplace=<source>) flag that installs a plugin and adds its marketplace source at the same time, and the help text now documents this usage.- The command reports usage errors for a missing source, the wrong number of arguments, or when the plugin name also embeds a marketplace (e.g.
plugin@marketplace) at the same time as--marketplaceis passed. - The add-marketplace UI gained a
confirmAddfield that can trigger an automatic confirmation step when installing this way.
Why
This lets you install a plugin from a marketplace you haven't added yet without a separate /plugin marketplace add step, while still catching ambiguous or malformed commands.
Names in the bundle/plugin install --marketplace
One source agreesOne thing we can check says the same as this entry.
Anthropic's release notes agree
Added /plugin install <plugin> --marketplace <source>, which offers to add the marketplace before installing the plugin