diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e2f8e1d2..ecf9e31d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.1.6] + +- Fix bug where filepaths with Chinese characters would not show up in context mention menu (thanks @chi-chat!) +- Add timestamp to prompts to help with certain MCP servers that need the current time (thanks @MrUbens!) +- Update Anthropic model prices (thanks @timoteostewart!) + ## [3.1.5] - Fix bug where Cline couldn't read "@/" import path aliases from tool results diff --git a/README.md b/README.md index 3617732b8..8da668259 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cline (prev. Claude Dev) – \#1 on OpenRouter +# Cline – \#1 on OpenRouter

diff --git a/package.json b/package.json index 78d96b536..be2fe79e3 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "claude-dev", - "displayName": "Cline (prev. Claude Dev)", + "displayName": "Cline", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.", - "version": "3.1.5", + "version": "3.1.6", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",