diff --git a/.changeset/eighty-nails-peel.md b/.changeset/eighty-nails-peel.md deleted file mode 100644 index 1810d53..0000000 --- a/.changeset/eighty-nails-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add volume slider in settings and change sound effects to only trigger when user intervention is required, an error occurs, or a task is completed. diff --git a/.changeset/shaggy-moons-dance.md b/.changeset/shaggy-moons-dance.md deleted file mode 100644 index e8de22b..0000000 --- a/.changeset/shaggy-moons-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix lint errors and change npm run lint to also run on webview-ui diff --git a/README.md b/README.md index 63a5006..7c0c567 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Thanks to [Claude 3.5 Sonnet's agentic coding capabilities](https://www-cdn.ant ### Use any API and Model -Cline supports API providers like OpenRouter, Anthropic, OpenAI, Google Gemini, AWS Bedrock, Azure, and GCP Vertex. You can also configure any OpenAI compatible API, or use a local model through LM Studio/Ollama. If you're using OpenRouter, the extension fetches their latest model list, allowing you to use the newest models as soon as they're available. +Cline supports API providers like OpenRouter, Anthropic, OpenAI, Google Gemini, AWS Bedrock, Azure, and GCP Vertex. You can also configure any OpenAI compatible API, or use a local model through LM Studio/Ollama. If you're using OpenRouter, the extension fetches their latest model list, allowing you to use the newest models as soon as they're available. The extension also now supports Meta 3, 3.1, and 3.2 models via AWS Bedrock. The extension also keeps track of total tokens and API usage cost for the entire task loop and individual requests, keeping you informed of spend every step of the way. diff --git a/package.json b/package.json index 7c96401..5e05f1e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Cline", "description": "A fork of Cline, an autonomous coding agent, with some added experimental configuration and automation features.", "publisher": "RooVeterinaryInc", - "version": "2.2.15", + "version": "2.2.16", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",