diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 5762d573e8..034f3343b4 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Cline CLI Changelog +## 3.0.27 + +- Added a `cline skill` command to install and manage skills, matching `cline plugin install` and `cline mcp` (installs default to the Cline agent directory) +- Added a prefilled MCP install wizard command for quicker MCP server setup +- Improved error handling and messaging when plugin MCP OAuth authorization fails +- The CLI now rejects unknown commands and unquoted multi-word input with a clear error instead of silently treating bad arguments as a prompt + ## 3.0.26 - Reverted the expandable model picker sections and ClinePass models, restoring the previous model-selection UI diff --git a/apps/cli/package.json b/apps/cli/package.json index 8b6db75ccb..40758e8cc7 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,7 +1,7 @@ { "name": "@cline/cli", "displayName": "cline", - "version": "3.0.26", + "version": "3.0.27", "description": "Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more", "type": "module", "publishConfig": {