Skip to content

Releases: cline/cline

v3.20.0

23 Jul 03:11
e8aaa61
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.19.8...v3.20.0

v3.19.8

22 Jul 18:50
87ff00d
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v3.19.7...v3.19.8

v3.19.7

18 Jul 01:34
45241fc
Compare
Choose a tag to compare

What's Changed

  • Improve Claude Code errors and create Docs by @BarreiroT in #4968
  • remove unused vscode import by @0xToshii in #4981
  • move to simple config for setting env details of backend by @0xToshii in #4978
  • Move the logic to scroll the diff editor window into the platform specific classes by @sjf in #4977
  • Standalone Terminal Manager & remove other vscode-impls (now covered by host bridge) by @Garoth in #4993
  • Move platform specific code out of the DiffViewProvider and into the VscodeDiffViewProvider by @sjf in #4980
  • chore: Introduce SAP AI Core documentation by @dacamposol in #4961
  • Handle auth state changes in all extension windows by @abeatrix in #4987
  • Unify error handling and display logic by @abeatrix in #4984
  • trivial change to remove compile warning by @0xToshii in #5003
  • added hugging face provider by @pashpashpash in #4952
  • v3.19.7 Release Notes by @github-actions[bot] in #4983

New Contributors

Full Changelog: v3.19.6...v3.19.7

v3.19.6

17 Jul 01:20
c50fce8
Compare
Choose a tag to compare

What's Changed

  • Disable recording webview click events by @abeatrix in #4709
  • Upgraded telemetry to capture each message turn separately by @NightTrek in #4954
  • remove extra call to vscode.workspace.openTextDocument by @sjf in #4960
  • Change the port numbers for the ProtoBus service and HostBridge. by @sjf in #4969
  • Add a script to run the standalone service. by @sjf in #4966
  • fix streamlit dashboard to be compatible with both old and new versio… by @pashpashpash in #4922
  • adding documentation workflow by @pashpashpash in #4598
  • removing unneeded docs section by @pashpashpash in #4974
  • swapping latest diff algo as default by @pashpashpash in #4412
  • [FIX] Auto approve max requests update current task's count by @celestial-vault in #4955
  • Fix kimi k2 provider sorting by @saoudrizwan in #4975
  • add auto refresh to accounts page by @0xToshii in #4901
  • Refactoring terminal process logic and edge cases for simplicity by @arafatkatze in #4673
  • Improve generated code that registers the vscode host bridge handlers. by @sjf in #4972
  • v3.19.6 Release Notes by @github-actions[bot] in #4976

Full Changelog: v3.19.5...v3.19.6

v3.19.5

16 Jul 05:02
80fbcda
Compare
Choose a tag to compare

What's Changed

  • Add vision capability to moonshot v1 by @saoudrizwan in #4926
  • Update diff edit evals README.md by @pashpashpash in #4920
  • Move the build-proto script into the scripts directory by @sjf in #4935
  • Move the generated file host-grpc-service-config.ts in the src/generated directory. by @sjf in #4938
  • Remove state parameter from auth callback by @abeatrix in #4845
  • Add diff.replaceText to the host bridge. by @sjf in #4879
  • Display user role in organization by @abeatrix in #4937
  • Capture provider API errors by @abeatrix in #4936
  • Move the generated files for the host bridge into the 'src/generated' by @sjf in #4942
  • Display credit purchase link based on active organization by @abeatrix in #4903
  • Move the vscode hostbridge handlers into their own package by @sjf in #4945
  • Add webview type checking in CI by @celestial-vault in #4944
  • Fix bad merge by @sjf in #4946
  • Move the vscode specific classes into the hosts/vscode package. by @sjf in #4947
  • docs: Update Claude Code documentation to include Pro plans alongside Max plans by @nickbaumann98 in #4948
  • Fix: pass items to showMessage in VS Code host bridge by @abeatrix in #4949
  • Set up E2E tests with Playwright by @abeatrix in #4721
  • feat: Groq provider support by @arafatkatze in #4943
  • not showing request id when insufficient balance by @pashpashpash in #4953
  • v3.19.5 Release Notes by @github-actions[bot] in #4941

Full Changelog: v3.19.4...v3.19.5

v3.19.4

15 Jul 11:09
e6dbde7
Compare
Choose a tag to compare

What's Changed

  • Add ability to choose chinese endpoint for Moonshot provider by @saoudrizwan in #4924
  • Changeset version bump by @github-actions[bot] in #4925

Full Changelog: v3.19.3...v3.19.4

v3.19.3

15 Jul 08:47
47b5df1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.19.2...v3.19.3

v3.19.2

15 Jul 05:46
fadaf00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.18.15...v3.19.2

v3.18.15

15 Jul 04:16
2d6ff38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.18.14...v3.18.15

v3.18.14

12 Jul 09:58
381e9b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.18.13...v3.18.14