Adds official plugin management with install, uninstall, and bundled
Cline adds official plugin management to its CLI, supporting install and uninstall by slug, bundled skills, Slack socket mode, and a custom base URL for Anthropic providers.
Install official Cline plugins by slug off the new github.com/cline/plugins collection. Uninstall plugins using `cline plugin uninstall ` or in the TUI. Plugins can now bundle skills, and plugin skills are grouped together in settings. Add Slack socket mode support. Allow a custom base URL for Anthropic vendor-type providers.
Fix OAuth token migration for users signed in through the old extension. Use a union schema for read-files tool input validation. Add a `CLINE_PLUGIN_IMPORT_TIMEOUT_MS` env override to control the plugin import timeout. Full Changelog: https://github.com/cline/cline/compare/cli-v3.0.15...cli-v3.0.16
- github.comCline: CLI v3.0.16primary