Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cline-3.19.8.vsix | 2025-07-22 | 8.5 MB | |
README.md | 2025-07-22 | 4.2 kB | |
v3.19.8 source code.tar.gz | 2025-07-22 | 1.7 MB | |
v3.19.8 source code.zip | 2025-07-22 | 2.2 MB | |
Totals: 4 Items | 12.4 MB | 3 |
What's Changed
- Add new RPCs to the host bridge diff service by @sjf in https://github.com/cline/cline/pull/4997
- move environment setting to launch & publish by @0xToshii in https://github.com/cline/cline/pull/5002
- Don't need to use
Message.create({...})
with the host bridge by @sjf in https://github.com/cline/cline/pull/4999 - Move save() and getDocument() to the platform specific diff classes by @sjf in https://github.com/cline/cline/pull/5008
- Remove unused code by @sjf in https://github.com/cline/cline/pull/5010
- Just shut up already by @sjf in https://github.com/cline/cline/pull/5011
- fix: mcp servers are not started when disabled by @mohanraj-r in https://github.com/cline/cline/pull/4501
- fix: Add documentation to nav menu by @dacamposol in https://github.com/cline/cline/pull/5014
- Fix import in McpHub by @sjf in https://github.com/cline/cline/pull/5021
- Add eslint checks for more vscode API calls by @sjf in https://github.com/cline/cline/pull/5023
- Move remaining platform specific code out of the diff view provider. by @sjf in https://github.com/cline/cline/pull/5009
- Fix the structure for the
hosts
package by @sjf in https://github.com/cline/cline/pull/5020 - Fix clean up part of the build-proto script by @sjf in https://github.com/cline/cline/pull/5027
- Separate plan act model settings by @celestial-vault in https://github.com/cline/cline/pull/4827
- Updating Mintlify version by @arafatkatze in https://github.com/cline/cline/pull/5030
- [Fix] Stale state in new modelpickers search term by @celestial-vault in https://github.com/cline/cline/pull/5044
- Robust Checkpoints timeout, error handling by @canvrno in https://github.com/cline/cline/pull/5015
- Use
--system-prompt-file
to pass the system prompt to Claude Code by @BarreiroT in https://github.com/cline/cline/pull/5024 - Change the script scripts/runclinecore.sh to only install and run cline-core by @sjf in https://github.com/cline/cline/pull/5049
- Improve HostBridge error handling and logging robustness by @sjf in https://github.com/cline/cline/pull/5037
- Speed up E2E tests by @celestial-vault in https://github.com/cline/cline/pull/5045
- Add better error handling the
DiffViewProvider.saveDocument()
by @sjf in https://github.com/cline/cline/pull/5041 - Move duplicated code for loading the protobuf descriptor set into a shared util file. by @sjf in https://github.com/cline/cline/pull/5059
- Generate typed clients for the ProtoBus API by @sjf in https://github.com/cline/cline/pull/5063
- Refactor: Git commit message generation as a module by @abeatrix in https://github.com/cline/cline/pull/5031
- refactor(hosts): Simplify the host provider interface for callers by @sjf in https://github.com/cline/cline/pull/5057
- Fix options to buildApiHandler by @celestial-vault in https://github.com/cline/cline/pull/5064
- Fix CLINE_ENVIRONMENT configuration not being passed to webview by @abeatrix in https://github.com/cline/cline/pull/5029
- Change available Cerebras models + modify context window by @arafatkatze in https://github.com/cline/cline/pull/5076
- remove need for developers to touch code to test each env by @0xToshii in https://github.com/cline/cline/pull/5078
- migrate showSaveDialog hostBridge by @celestial-vault in https://github.com/cline/cline/pull/5080
- fix: Generate type-safe code for the Vscode Protobus service by @sjf in https://github.com/cline/cline/pull/5077
- hostbridge migrate save textDocument by @celestial-vault in https://github.com/cline/cline/pull/5088
- Remove compiled files that were committed by mistake by @sjf in https://github.com/cline/cline/pull/5082
- automate announcement display for major.minor releases by @kvyb in https://github.com/cline/cline/pull/5081
- Dont export the protobus handlers from
protobus-services.ts
by @sjf in https://github.com/cline/cline/pull/5091 - v3.19.8 Release Notes by @github-actions[bot] in https://github.com/cline/cline/pull/5022
New Contributors
- @mohanraj-r made their first contribution in https://github.com/cline/cline/pull/4501
- @kvyb made their first contribution in https://github.com/cline/cline/pull/5081
Full Changelog: https://github.com/cline/cline/compare/v3.19.7...v3.19.8