Original 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_searchmodel 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
clineandcline-pass, which had silently stopped applying tocline-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 fixnow 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

