From 394fb045181df844bce965ebd6e9635f3bf7fe65 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Thu, 6 Aug 2026 00:14:21 -0700 Subject: [PATCH] chore(sdk): release v0.0.71 --- bun.lock | 10 +++++----- sdk/CHANGELOG.md | 6 ++++++ sdk/packages/agents/package.json | 2 +- sdk/packages/core/package.json | 2 +- sdk/packages/llms/package.json | 2 +- sdk/packages/sdk/package.json | 2 +- sdk/packages/shared/package.json | 2 +- 7 files changed, 16 insertions(+), 10 deletions(-) diff --git a/bun.lock b/bun.lock index 22982c0718..7d8ae23d85 100644 --- a/bun.lock +++ b/bun.lock @@ -629,7 +629,7 @@ }, "sdk/packages/agents": { "name": "@cline/agents", - "version": "0.0.70", + "version": "0.0.71", "dependencies": { "@cline/llms": "workspace:*", "@cline/shared": "workspace:*", @@ -638,7 +638,7 @@ }, "sdk/packages/core": { "name": "@cline/core", - "version": "0.0.70", + "version": "0.0.71", "dependencies": { "@cline/agents": "workspace:*", "@cline/llms": "workspace:*", @@ -676,7 +676,7 @@ }, "sdk/packages/llms": { "name": "@cline/llms", - "version": "0.0.70", + "version": "0.0.71", "dependencies": { "@ai-sdk/amazon-bedrock": "^5", "@ai-sdk/anthropic": "^4", @@ -718,14 +718,14 @@ }, "sdk/packages/sdk": { "name": "@cline/sdk", - "version": "0.0.70", + "version": "0.0.71", "dependencies": { "@cline/core": "workspace:*", }, }, "sdk/packages/shared": { "name": "@cline/shared", - "version": "0.0.70", + "version": "0.0.71", "dependencies": { "aws4fetch": "^1.0.20", "jsonrepair": "^3.13.2", diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 755e42c940..e0c7bc292b 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # Cline SDK Changelog +## 0.0.71 + +- Reasoning settings now resolve portably across AI SDK providers — effort levels and enable/disable flags map to the AI SDK's native reasoning setting (including Ollama), replacing the per-provider thinking overrides, and an explicit request to disable reasoning now takes priority +- `sdk.error` telemetry from agent runs is attributed to the model actually in use, and undefined values are stripped from the event properties +- Refreshed the model catalog from models.dev, and surfaced `meta/muse-spark-1.2-contributor` for the Cline provider + ## 0.0.70 - Plan mode now hard-blocks file-editing shell commands instead of relying on prompting alone — `run_commands` stays available for read-only investigation, but file-manipulation commands, in-place editors (`sed -i`, `perl -i`), redirection to files, mutating git subcommands, package installs, and nested command strings (`sh -c`, `eval`, `sudo`, `xargs`) are rejected with a tool error, on Windows and PowerShell too diff --git a/sdk/packages/agents/package.json b/sdk/packages/agents/package.json index 93cea1d817..aacf402847 100644 --- a/sdk/packages/agents/package.json +++ b/sdk/packages/agents/package.json @@ -1,6 +1,6 @@ { "name": "@cline/agents", - "version": "0.0.70", + "version": "0.0.71", "repository": { "type": "git", "url": "https://github.com/cline/cline", diff --git a/sdk/packages/core/package.json b/sdk/packages/core/package.json index f60a8df903..6a1c43d05a 100644 --- a/sdk/packages/core/package.json +++ b/sdk/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@cline/core", "description": "Cline Core SDK for Node Runtime", - "version": "0.0.70", + "version": "0.0.71", "repository": { "type": "git", "url": "https://github.com/cline/cline", diff --git a/sdk/packages/llms/package.json b/sdk/packages/llms/package.json index 9761a00b12..b4e8eaf00f 100644 --- a/sdk/packages/llms/package.json +++ b/sdk/packages/llms/package.json @@ -1,6 +1,6 @@ { "name": "@cline/llms", - "version": "0.0.70", + "version": "0.0.71", "description": "Config-driven SDK for selecting, extending, and instantiating LLM providers and models", "repository": { "type": "git", diff --git a/sdk/packages/sdk/package.json b/sdk/packages/sdk/package.json index a9e0ec957c..f5fdbb600f 100644 --- a/sdk/packages/sdk/package.json +++ b/sdk/packages/sdk/package.json @@ -1,7 +1,7 @@ { "name": "@cline/sdk", "description": "Cline SDK - user-facing alias for @cline/core", - "version": "0.0.70", + "version": "0.0.71", "repository": { "type": "git", "url": "https://github.com/cline/cline", diff --git a/sdk/packages/shared/package.json b/sdk/packages/shared/package.json index dfc60d38fc..f1805feae4 100644 --- a/sdk/packages/shared/package.json +++ b/sdk/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@cline/shared", - "version": "0.0.70", + "version": "0.0.71", "description": "Shared utilities, types, and schemas for Cline packages", "repository": { "type": "git",