| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| claude-dev-4.1.10.vsix | 2026-08-14 | 19.5 MB | |
| README.md | 2026-08-14 | 1.1 kB | |
| v4.1.10 source code.tar.gz | 2026-08-14 | 29.1 MB | |
| v4.1.10 source code.zip | 2026-08-14 | 31.1 MB | |
| Totals: 4 Items | 79.7 MB | 0 | |
Everything in this release lands through the SDK bundle, so it applies to windows running that bundle and not the legacy one. The legacy bundle is unchanged from 4.1.9.
Added
- Let models that support it search the web during a task, with a toggle in Feature Settings to turn it on. Search calls and their results appear in the conversation and persist across reloads.
Fixed
- Stop two Cline installations on different builds from shutting each other's Hub daemon down in a loop, which killed live sessions with an abnormal socket close. Build identity is now compared through a total order, so at most one side of a pair can decide to retire the other.
- Leave a Hub that is still serving sessions in place instead of replacing it mid-handshake; the swap happens once it goes idle.
- Reclaim idle plugin sandbox processes instead of leaving them running for the life of the session.
Changed
- Refresh 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/v4.1.9...v4.1.10