Compare commits

...

2 Commits

Author SHA1 Message Date
Dennise Bartlett 1f7781bc06 Update Changelog and Versions 2025-07-08 20:04:17 -07:00
Frostbourne bf82444aec grok 3 cache pricing (#4750) 2025-07-08 19:59:17 -07:00
4 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## [3.18.8]
- Update pricing for Grok 3 model because the promotion ended
## [3.18.7]
- Remove promotional "free" messaging for Grok 3 model in UI
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "claude-dev",
"version": "3.18.7",
"version": "3.18.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "claude-dev",
"version": "3.18.7",
"version": "3.18.8",
"license": "Apache-2.0",
"dependencies": {
"@anthropic-ai/sdk": "^0.37.0",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "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.18.7",
"version": "3.18.8",
"icon": "assets/icons/icon.png",
"engines": {
"vscode": "^1.84.0"
@@ -101,7 +101,7 @@ export async function refreshOpenRouterModels(
break
case "x-ai/grok-3-beta":
modelInfo.supportsPromptCache = true
modelInfo.cacheWritesPrice = 0
modelInfo.cacheWritesPrice = 0.75
modelInfo.cacheReadsPrice = 0
break
default: