Compare commits

..
Author SHA1 Message Date
Saoud Rizwan ebdabe65ce chore(sdk): release v0.0.81 2026-08-26 02:21:57 -07:00
7 changed files with 14 additions and 10 deletions
+5 -5
View File
@@ -636,7 +636,7 @@
},
"sdk/packages/agents": {
"name": "@cline/agents",
"version": "0.0.80",
"version": "0.0.81",
"dependencies": {
"@cline/llms": "workspace:*",
"@cline/shared": "workspace:*",
@@ -645,7 +645,7 @@
},
"sdk/packages/core": {
"name": "@cline/core",
"version": "0.0.80",
"version": "0.0.81",
"dependencies": {
"@cline/agents": "workspace:*",
"@cline/llms": "workspace:*",
@@ -683,7 +683,7 @@
},
"sdk/packages/llms": {
"name": "@cline/llms",
"version": "0.0.80",
"version": "0.0.81",
"dependencies": {
"@ai-sdk/amazon-bedrock": "^5.0.50",
"@ai-sdk/anthropic": "^4.0.36",
@@ -730,14 +730,14 @@
},
"sdk/packages/sdk": {
"name": "@cline/sdk",
"version": "0.0.80",
"version": "0.0.81",
"dependencies": {
"@cline/core": "workspace:*",
},
},
"sdk/packages/shared": {
"name": "@cline/shared",
"version": "0.0.80",
"version": "0.0.81",
"dependencies": {
"aws4fetch": "^1.0.20",
"jsonrepair": "^3.13.2",
+4
View File
@@ -1,5 +1,9 @@
# Cline SDK Changelog
## 0.0.81
- Session snapshot events no longer carry the full conversation transcript. Every `session.updated` (and `session.created` / `session.detached` / `run.started`) event embedded the session's entire message history, so on a multi-megabyte task each status flip shipped megabytes to every subscriber, flooded the durable event log, and could grow the hub process by one transcript copy per event — reported as a 25 GB `cline` process on a 16 GB machine. Snapshots are now state-only (status, usage, model, workspace, checkpoint); transcripts are fetched with the `session.messages` command. Checkpoint-restore replies, which carry messages in their own field, are unaffected
## 0.0.80
- New files created by the file-writing tools now use the platform's native line endings
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cline/agents",
"version": "0.0.80",
"version": "0.0.81",
"repository": {
"type": "git",
"url": "https://github.com/cline/cline",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@cline/core",
"description": "Cline Core SDK for Node Runtime",
"version": "0.0.80",
"version": "0.0.81",
"repository": {
"type": "git",
"url": "https://github.com/cline/cline",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cline/llms",
"version": "0.0.80",
"version": "0.0.81",
"description": "Config-driven SDK for selecting, extending, and instantiating LLM providers and models",
"repository": {
"type": "git",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@cline/sdk",
"description": "Cline SDK - user-facing alias for @cline/core",
"version": "0.0.80",
"version": "0.0.81",
"repository": {
"type": "git",
"url": "https://github.com/cline/cline",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cline/shared",
"version": "0.0.80",
"version": "0.0.81",
"description": "Shared utilities, types, and schemas for Cline packages",
"repository": {
"type": "git",