Skip to content

Commit d7462b8

Browse files
authored
Merge pull request #3510 from Kilo-Org/changeset-release/main
Changeset version bump
2 parents b04b4d3 + c92c439 commit d7462b8

12 files changed

+30
-43
lines changed

.changeset/green-melons-retire.md

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

.changeset/itchy-moons-attend.md

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

.changeset/new-horses-mix.md

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

.changeset/plain-coins-happen.md

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

.changeset/poor-moose-vanish.md

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

.changeset/tender-files-leave.md

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

.changeset/tidy-mugs-cheat.md

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

CHANGELOG.md

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

3+
## [v4.116.0]
4+
5+
- [#3288](https://github.com/Kilo-Org/kilocode/pull/3288) [`afeca17`](https://github.com/Kilo-Org/kilocode/commit/afeca176f4ef7d227831715b5e5a672fcf3fe58f) Thanks [@mcowger](https://github.com/mcowger)! - Add Native MCP Support for JSON Tool Calling
6+
7+
### Patch Changes
8+
9+
- [#3471](https://github.com/Kilo-Org/kilocode/pull/3471) [`9895a95`](https://github.com/Kilo-Org/kilocode/commit/9895a959b9bb8a14aab6ec11267a2bb0e12fb78c) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Allow native tool calling fro Qwen Code provider
10+
11+
- [#3513](https://github.com/Kilo-Org/kilocode/pull/3513) [`ff2e459`](https://github.com/Kilo-Org/kilocode/commit/ff2e4595777683265559f81f82dd9cbb0dc2e9f3) Thanks [@markijbema](https://github.com/markijbema)! - Prevent autocomplete from suggesting duplicating the previous or next line
12+
13+
- [#3523](https://github.com/Kilo-Org/kilocode/pull/3523) [`ba5416a`](https://github.com/Kilo-Org/kilocode/commit/ba5416ae3083fb5225ed7e9f0e1018203e611b84) Thanks [@markijbema](https://github.com/markijbema)! - Removed the gutter animation for autocomplete
14+
15+
- [#2893](https://github.com/Kilo-Org/kilocode/pull/2893) [`37d8493`](https://github.com/Kilo-Org/kilocode/commit/37d8493a4d2629d0498f089b40f850ddae0c91fc) Thanks [@ivanarifin](https://github.com/ivanarifin)! - fix(virtual-quota): display active model in UI for the frontend
16+
17+
When the backend switches the model, it now sends out a "model has changed" signal by emitting event.
18+
The main application logic catches this signal and immediately tells the user interface to refresh itself.
19+
The user interface then updates the display to show the name of the new, currently active model.
20+
This will also keep the backend and the frontend active model in sync
21+
322
## [v4.115.0]
423

524
- [#3486](https://github.com/Kilo-Org/kilocode/pull/3486) [`2b89d84`](https://github.com/Kilo-Org/kilocode/commit/2b89d8472123e48db866e10a88b5b6160812d73e) Thanks [@markijbema](https://github.com/markijbema)! - Show MCP tool instead of server name when asked to approve a tool

cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @kilocode/cli
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#3259](https://github.com/Kilo-Org/kilocode/pull/3259) [`9e50bca`](https://github.com/Kilo-Org/kilocode/commit/9e50bcaebb93383eca1dac8e23ff02339c910ed9) Thanks [@stennkool](https://github.com/stennkool)! - Continue the last task conversation in the workspace (-c argument)
8+
9+
- [#3491](https://github.com/Kilo-Org/kilocode/pull/3491) [`b884c9e`](https://github.com/Kilo-Org/kilocode/commit/b884c9ea220f3c4c3a9c147f0fece64a26c830b4) Thanks [@catrielmuller](https://github.com/catrielmuller)! - File mention suggestion - @my/file
10+
311
## 0.1.1
412

513
### Patch Changes

cli/package.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kilocode/cli",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Terminal User Interface for Kilo Code",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)