Change8

cli-v3.0.16

Cline
4 features1 fix3 improvementstoolsvscode

Summary

This release introduces significant plugin management capabilities, allowing users to install official plugins and manage bundled skills directly within settings. Key new integrations include support for Slack socket mode and custom base URLs for Anthropic providers. Additionally, a critical fix was implemented for OAuth token migration for legacy users.

New Features

  • Enabled installation of official Cline plugins directly from the new github.com/cline/plugins collection.
  • Introduced the ability for plugins to bundle skills, which are now grouped together in the settings interface.
  • Added support for Slack socket mode.
  • Allowed configuration of a custom base URL when using Anthropic vendor-type providers.

Bug Fixes

  • Fixed an issue related to OAuth token migration for users who were previously signed in via the old extension.

Improvements

  • Added the ability to uninstall plugins using the command `cline plugin uninstall <plugin>` or via the Text User Interface (TUI).
  • Implemented a union schema for read-files tool input validation.
  • Added the `CLINE_PLUGIN_IMPORT_TIMEOUT_MS` environment variable override to allow users to control the plugin import timeout duration.

Related Documentation

Cline Documentation