Skip to content

Commit 6c96956

Browse files
changeset version bump
1 parent c903ca9 commit 6c96956

File tree

9 files changed

+26
-41
lines changed

9 files changed

+26
-41
lines changed

.changeset/angry-fans-mix.md

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

.changeset/cruel-eggs-bet.md

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

.changeset/fluffy-parents-crash.md

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

.changeset/giant-eyes-approve.md

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

.changeset/good-chicken-yell.md

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

.changeset/shaggy-mails-study.md

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

.changeset/unlucky-knives-cheer.md

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

CHANGELOG.md

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

3+
## 4.84.0
4+
5+
### Minor Changes
6+
7+
- [#1961](https://github.com/Kilo-Org/kilocode/pull/1961) [`d4a7cb6`](https://github.com/Kilo-Org/kilocode/commit/d4a7cb6300d8e00d5889e1079057e43de19ff95e) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Updates to the experimental Morph FastApply support
8+
9+
- A visual indication is now included in the task view whenever Morph is used.
10+
- The traditional file editing tools are now disabled to ensure Morph is used to edit files.
11+
- Morph is now automatically disabled when the API provider does not support it and no Morph API key is configured.
12+
- The Morph API key is no longer lost when switching provider profiles.
13+
14+
- [#1886](https://github.com/Kilo-Org/kilocode/pull/1886) [`0221aaa`](https://github.com/Kilo-Org/kilocode/commit/0221aaa4febea9dfeea8cfbb26fa355204e75d1b) Thanks [@mcowger](https://github.com/mcowger)! - Add collapsible MCP tool calls with memory management
15+
16+
### Patch Changes
17+
18+
- [#2095](https://github.com/Kilo-Org/kilocode/pull/2095) [`8623bb8`](https://github.com/Kilo-Org/kilocode/commit/8623bb8516a7453d299512bd11c5000f43ecb952) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Kilo Code provider now falls back to the default model when the selected model no longer exists
19+
20+
- [#2090](https://github.com/Kilo-Org/kilocode/pull/2090) [`fd147b8`](https://github.com/Kilo-Org/kilocode/commit/fd147b8ed35c8963ec66c5fae89f37829529574f) Thanks [@Mats4k](https://github.com/Mats4k)! - Improvements to German language translation
21+
22+
- [#2030](https://github.com/Kilo-Org/kilocode/pull/2030) [`11e8c7d`](https://github.com/Kilo-Org/kilocode/commit/11e8c7dda9f03b769e22f233b5ea487c9a12bd66) Thanks [@ivanarifin](https://github.com/ivanarifin)! - Show message when Virtual Quota Fallback Provider switches profiles
23+
24+
- [#2100](https://github.com/Kilo-Org/kilocode/pull/2100) [`5ed3d7b`](https://github.com/Kilo-Org/kilocode/commit/5ed3d7be3273fef7ff0eeede8db064fc9bdb4fe0) Thanks [@RSO](https://github.com/RSO)! - Changed the API domain for the Kilo Code provider
25+
26+
- [#1964](https://github.com/Kilo-Org/kilocode/pull/1964) [`6b0dfbf`](https://github.com/Kilo-Org/kilocode/commit/6b0dfbf10a397063f02e0dd6964d1fb1b773cf12) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - The Kilo Code API Provider settings now also shows the average cost per request in addition to the average cost per million tokens for a particular model.
27+
328
## [v4.83.1]
429

530
- [#2073](https://github.com/Kilo-Org/kilocode/pull/2073) [`a4b8770`](https://github.com/Kilo-Org/kilocode/commit/a4b8770ba82cbb366bb986a36026b6860129f799) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Ensured free model usage is reported as free

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.83.1",
6+
"version": "4.84.0",
77
"icon": "assets/icons/logo-outline-black.png",
88
"galleryBanner": {
99
"color": "#FFFFFF",

0 commit comments

Comments
 (0)