mirror of
https://github.com/cline/cline.git
synced 2026-09-12 09:14:50 +08:00
chore(sdk): release v0.0.48
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
# Cline SDK Changelog
|
||||
|
||||
## 0.0.48
|
||||
|
||||
- Added ClinePass support and ClinePass models
|
||||
- Added MCP server support to plugins
|
||||
- Updated the recommended/fixed model list
|
||||
- Encouraged parallel tool calls for faster task execution
|
||||
- Capped tool output ingestion for bash commands and file reads to keep large output within context limits
|
||||
- Added a bounded media budget for provider requests, plus generic provider-request capture
|
||||
- Allowed ranged reads on large files
|
||||
- Fixed apply_patch to fail when a hunk is skipped instead of silently dropping it
|
||||
- Fixed run_commands to return captured stdout on failure and to coalesce split heredocs
|
||||
- Fixed search tools to treat zero results as a successful result
|
||||
- Fixed search output cap and bash executor follow-up issues
|
||||
- Fixed disabled-reasoning handling for StepFun flash
|
||||
- Fixed the Hugging Face URL
|
||||
- Fixed Cline OAuth token formatting in provider config
|
||||
|
||||
## 0.0.47
|
||||
|
||||
- Added support for overriding the API base URL
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cline/agents",
|
||||
"version": "0.0.47",
|
||||
"version": "0.0.48",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cline/cline",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@cline/core",
|
||||
"description": "Cline Core SDK for Node Runtime",
|
||||
"version": "0.0.47",
|
||||
"version": "0.0.48",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cline/cline",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cline/llms",
|
||||
"version": "0.0.47",
|
||||
"version": "0.0.48",
|
||||
"description": "Config-driven SDK for selecting, extending, and instantiating LLM providers and models",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@cline/sdk",
|
||||
"description": "Cline SDK - user-facing alias for @cline/core",
|
||||
"version": "0.0.47",
|
||||
"version": "0.0.48",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cline/cline",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cline/shared",
|
||||
"version": "0.0.47",
|
||||
"version": "0.0.48",
|
||||
"description": "Shared utilities, types, and schemas for Cline packages",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user