فهرست منبع

changeset version bump

github-actions[bot] 4 ماه پیش
والد
کامیت
cb20352b4d

+ 0 - 5
.changeset/beige-insects-fetch.md

@@ -1,5 +0,0 @@
----
-"@kilocode/cli": patch
----
-
-Rename -ci flag to -a (longform --auto)

+ 0 - 5
.changeset/clean-points-sleep.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-The "Enable browser tool" setting is now honored when using experimental JSON style tool calls.

+ 0 - 5
.changeset/easy-masks-show.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Fix bug preventing the agent from editing files properly when git diff views are open

+ 0 - 5
.changeset/nasty-pears-kick.md

@@ -1,5 +0,0 @@
----
-"@kilocode/cli": patch
----
-
-Added support for multi-line prompts

+ 0 - 5
.changeset/quiet-years-chew.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Fix button styling on Let's Go CTA

+ 0 - 5
.changeset/shaggy-tools-smoke.md

@@ -1,5 +0,0 @@
----
-"kilo-code": minor
----
-
-Add Kilocode Credits Status Bar Item

+ 0 - 8
.changeset/strong-pots-train.md

@@ -1,8 +0,0 @@
----
-"kilo-code": patch
----
-
-Include changes from Roo Code v3.28.16-v3.28.17
-
-- Fix: Update zh-TW run command title translation (thanks @PeterDaveHello!)
-- feat: Add Claude Sonnet 4.5 1M context window support for Claude Code (thanks @ColbySerpa!)

+ 0 - 5
.changeset/wide-symbols-pay.md

@@ -1,5 +0,0 @@
----
-"@kilocode/cli": patch
----
-
-Update notification message at startup

+ 19 - 0
CHANGELOG.md

@@ -1,5 +1,24 @@
 # kilo-code
 
+## 4.107.0
+
+### Minor Changes
+
+- [#2549](https://github.com/Kilo-Org/kilocode/pull/2549) [`4327563`](https://github.com/Kilo-Org/kilocode/commit/4327563ea315eaca0907286f02f03facf42a837c) Thanks [@mcowger](https://github.com/mcowger)! - Add Kilocode Credits Status Bar Item
+
+### Patch Changes
+
+- [#3082](https://github.com/Kilo-Org/kilocode/pull/3082) [`d82e684`](https://github.com/Kilo-Org/kilocode/commit/d82e6842d423861d7c5725ebfdba491438b3302a) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - The "Enable browser tool" setting is now honored when using experimental JSON style tool calls.
+
+- [#3059](https://github.com/Kilo-Org/kilocode/pull/3059) [`d71f1d6`](https://github.com/Kilo-Org/kilocode/commit/d71f1d67e372fab1186ec07eda97c6d950338ec2) Thanks [@hassoncs](https://github.com/hassoncs)! - Fix bug preventing the agent from editing files properly when git diff views are open
+
+- [#3105](https://github.com/Kilo-Org/kilocode/pull/3105) [`b0c7475`](https://github.com/Kilo-Org/kilocode/commit/b0c7475a5f086171dbff162cbfa4761937617f27) Thanks [@metju90](https://github.com/metju90)! - Fix button styling on Let's Go CTA
+
+- [#3107](https://github.com/Kilo-Org/kilocode/pull/3107) [`c58c4ac`](https://github.com/Kilo-Org/kilocode/commit/c58c4ac9bed8af1a9c18250e759ee4b93873f86b) Thanks [@kevinvandijk](https://github.com/kevinvandijk)! - Include changes from Roo Code v3.28.16-v3.28.17
+
+    - Fix: Update zh-TW run command title translation (thanks @PeterDaveHello!)
+    - feat: Add Claude Sonnet 4.5 1M context window support for Claude Code (thanks @ColbySerpa!)
+
 ## [v4.106.0]
 
 - [#2833](https://github.com/Kilo-Org/kilocode/pull/2833) [`0b8ef46`](https://github.com/Kilo-Org/kilocode/commit/0b8ef4632cab8cbf1da7a90a2f9b228861b41be8) Thanks [@mcowger](https://github.com/mcowger)! - (also thanks to @NaccOll for paving the way) - Preliminary support for native tool calling (a.k.a native function calling) was added.

+ 10 - 0
cli/CHANGELOG.md

@@ -1,5 +1,15 @@
 # @kilocode/cli
 
+## 0.0.5
+
+### Patch Changes
+
+- [#3094](https://github.com/Kilo-Org/kilocode/pull/3094) [`b55f3a8`](https://github.com/Kilo-Org/kilocode/commit/b55f3a8784df8efc1ff5f06d53a7c5998b4794ea) Thanks [@RSO](https://github.com/RSO)! - Rename -ci flag to -a (longform --auto)
+
+- [#3080](https://github.com/Kilo-Org/kilocode/pull/3080) [`021c91c`](https://github.com/Kilo-Org/kilocode/commit/021c91c98ac8959f1de0f651d9bfd0e0ab885b17) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Added support for multi-line prompts
+
+- [#3109](https://github.com/Kilo-Org/kilocode/pull/3109) [`2ed8e2e`](https://github.com/Kilo-Org/kilocode/commit/2ed8e2ec655efd22a081fe299b02d05e95227637) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Update notification message at startup
+
 ## 0.0.4
 
 ### Patch Changes

+ 1 - 1
cli/package.dist.json

@@ -1,6 +1,6 @@
 {
 	"name": "@kilocode/cli",
-	"version": "0.0.4",
+	"version": "0.0.5",
 	"description": "Terminal User Interface for Kilo Code",
 	"type": "module",
 	"main": "index.js",

+ 1 - 1
cli/package.json

@@ -1,6 +1,6 @@
 {
 	"name": "@kilocode/cli",
-	"version": "0.0.4",
+	"version": "0.0.5",
 	"description": "Terminal User Interface for Kilo Code",
 	"type": "module",
 	"main": "dist/index.js",

+ 1 - 1
src/package.json

@@ -3,7 +3,7 @@
 	"displayName": "%extension.displayName%",
 	"description": "%extension.description%",
 	"publisher": "kilocode",
-	"version": "4.106.0",
+	"version": "4.107.0",
 	"icon": "assets/icons/logo-outline-black.png",
 	"galleryBanner": {
 		"color": "#FFFFFF",