Skip to content

Commit c07f685

Browse files
changeset version bump
1 parent 4c30330 commit c07f685

File tree

8 files changed

+25
-39
lines changed

8 files changed

+25
-39
lines changed

.changeset/cmdv-image-paste-macos.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/crisp-rabbits-lick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/enable-jetbrains-autocomplete.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-vscode-paste-truncation.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/new-taxes-accept.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smooth-wombats-stand.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# kilo-code
22

3+
## 4.143.1
4+
5+
### Patch Changes
6+
7+
- [#4832](https://github.com/Kilo-Org/kilocode/pull/4832) [`22a4ebf`](https://github.com/Kilo-Org/kilocode/commit/22a4ebfcd9f885b6ef9979dc6830226db9a4f397) Thanks [@Drilmo](https://github.com/Drilmo)! - Support Cmd+V for pasting images on macOS in VSCode terminal
8+
9+
- Detect empty bracketed paste (when clipboard contains image instead of text)
10+
- Trigger clipboard image check on empty paste or paste timeout
11+
- Add Cmd+V (meta key) support alongside Ctrl+V for image paste
12+
13+
- [#3856](https://github.com/Kilo-Org/kilocode/pull/3856) [`91e0a17`](https://github.com/Kilo-Org/kilocode/commit/91e0a1788963b8be50c58881f11ded96516ab163) Thanks [@markijbema](https://github.com/markijbema)! - Faster autocomplete when using the Mistral provider
14+
15+
- [#4839](https://github.com/Kilo-Org/kilocode/pull/4839) [`abaada6`](https://github.com/Kilo-Org/kilocode/commit/abaada6b7ced6d3f4e37e69441e722e453289b81) Thanks [@markijbema](https://github.com/markijbema)! - Enable autocomplete by default in the JetBrains extension
16+
17+
- [#4831](https://github.com/Kilo-Org/kilocode/pull/4831) [`a9cbb2c`](https://github.com/Kilo-Org/kilocode/commit/a9cbb2cebd75e0c675dc3b55e7a1653ccb93921b) Thanks [@Drilmo](https://github.com/Drilmo)! - Fix paste truncation in VSCode terminal
18+
19+
- Prevent React StrictMode cleanup from interrupting paste operations
20+
- Remove `completePaste()` and `clearBuffers()` from useEffect cleanup
21+
- Paste buffer refs now persist across React re-mounts and flush properly when paste end marker is received
22+
23+
- [#4847](https://github.com/Kilo-Org/kilocode/pull/4847) [`8ee812a`](https://github.com/Kilo-Org/kilocode/commit/8ee812a18da5da691bf76ee5c5d9d94cfb678f25) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Disable structured outputs for Anthropic models, because the tool schema doesn't yet support it
24+
25+
- [#4843](https://github.com/Kilo-Org/kilocode/pull/4843) [`0e3520a`](https://github.com/Kilo-Org/kilocode/commit/0e3520a0aa9a74f7a28af1f820558d2343fd4fba) Thanks [@markijbema](https://github.com/markijbema)! - Filter unhelpful suggestions in chat autocomplete
26+
327
## 4.143.0
428

529
### Minor Changes

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "kilocode",
6-
"version": "4.143.0",
6+
"version": "4.143.1",
77
"icon": "assets/icons/logo-outline-black.png",
88
"galleryBanner": {
99
"color": "#FFFFFF",

0 commit comments

Comments
 (0)