sdk/sdk/v0.0.75
cline/clinesdk/sdk/v0.0.75Aug 14, 2026by github-actions[bot]
AI Summary
Adds provider-executed web search, fixes Hub daemon conflicts, and introduces per-build Hub daemons for development.
Key Highlights
- Added provider-executed web search (off by default, requires 'web_search' tool).
- Fixed Hub daemon conflict loops between different builds.
- Fixed Hub replacement during active sessions.
- Development builds now run their own Hub daemon per build ID.
New Features
- Provider-executed web search.
Full Release Notes
- Added provider-executed web search. Models that support it can search the web during a turn, and the search calls and their results are persisted in session history so they replay on reload. Off by default; enable the `web_search` model tool in settings - Added a dedicated Cline provider for the Cline gateway, replacing the generic OpenAI-compatible path. Extended thinking budgets and other gateway options now reach the wire for both `cline` and `cline-pass`, which had silently stopped applying to `cline-pass` - Fixed two Cline installations on different builds shutting each other's Hub daemon down in a loop, killing every live session with an abnormal socket close. Build identity is now compared through a total order, so at most one side of a pair can ever decide to retire the other - A newer build no longer replaces a Hub that is serving live sessions — it attaches over the compatible wire protocol and the swap happens once the Hub is idle, instead of the sessions dying mid-handshake - Development builds now run their own Hub daemon per build id instead of contending for a single record; production keeps its singleton - Idle plugin sandbox processes are now reclaimed instead of lingering for the life of the session - `cline doctor fix` now reports honestly: processes that survived a kill are separated from ones that appeared while the fix ran, a live parent respawning a daemon is named, and a startup lock held by a running process is reported as held rather than leaked - Refreshed the model catalog, which adds Crusoe as a provider and updates model lists and per-provider default models across the board **Full Changelog**: https://github.com/cline/cline/compare/sdk/sdk/v0.0.74...sdk/sdk/v0.0.75