Bladeren bron

changeset version bump

github-actions[bot] 3 maanden geleden
bovenliggende
commit
c5371b0270

+ 0 - 5
.changeset/cyan-dots-type.md

@@ -1,5 +0,0 @@
----
-"kilo-code": minor
----
-
-Enable Moonshot for native tool calling

+ 0 - 5
.changeset/eighty-parts-attend.md

@@ -1,5 +0,0 @@
----
-"kilo-code": minor
----
-
-MiniMax provider added. MiniMax provider preserves reasoning blocks and has experimental support for native tool calling.

+ 0 - 5
.changeset/flat-turkeys-travel.md

@@ -1,5 +0,0 @@
----
-"kilo-code": minor
----
-
-Introduces "YOLO" mode, where all approval requests are automatically approved. Initially used for `--auto` mode in the CLI, now available in the extension as well in `Settings > Auto-Approval`.

+ 0 - 5
.changeset/fresh-plants-attend.md

@@ -1,5 +0,0 @@
----
-"kilo-code": minor
----
-
-OpenRouter and Kilo Gateway providers now preserve reasoning blocks between API requests. This should improve performance of reasoning models, especially MiniMax M2.

+ 0 - 5
.changeset/large-birds-admire.md

@@ -1,5 +0,0 @@
----
-"kilo-code": minor
----
-
-Add Kimi K2 Thinking to Moonshot.ai provider.

+ 0 - 47
.changeset/metal-dragons-shave.md

@@ -1,47 +0,0 @@
----
-"@kilocode/cli": minor
----
-
-# Checkpoint Restore
-
-Allows users to restore their conversation to a previous point in time.
-
-## What do we have here?
-
-### View your checkpoints
-
-`/checkpoint list`
-
-This shows all available restore points with:
-Hash for the checkpoint
-When it was created
-
-### Restore to a checkpoint
-
-`/checkpoint restore abc123...`
-
-You'll see a confirmation showing:
-Which checkpoint you're going back to
-How many messages will be removed
-What will happen to your current work
-
-Choose `Restore` to go back, or `Cancel` to keep working.
-
-### Example
-
-Let's say you asked Kilo CLI to refactor some code, but you don't like the result:
-
-Run `/checkpoint list` to see earlier save points
-
-Find the checkpoint from before the refactoring
-
-Run `/checkpoint restore <hash>` with that checkpoint's hash
-
-Confirm the restore
-Your conversation is now back to before the refactoring happened
-
-### Why use checkpoints?
-
-1. Undo mistakes - Go back if something went wrong
-2. Try different approaches - Restore and try a different solution
-3. Keep working states - Return to a point where everything was working

+ 0 - 6
.changeset/red-bees-take.md

@@ -1,6 +0,0 @@
----
-"@kilocode/cli": patch
-"kilo-code": patch
----
-
-improves windows support

+ 0 - 5
.changeset/shaky-news-listen.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-Anthropic provider now preserves reasoning blocks and has (experimental) support for native (JSON-style) tool calls. This greatly improves support for Claude Haiku 4.5

+ 0 - 5
.changeset/shy-bags-admire.md

@@ -1,5 +0,0 @@
----
-"kilo-code": patch
----
-
-fix(native-tools): Make read_file_multi pattern JSON Schema compliant

+ 0 - 5
.changeset/tasty-ducks-jump.md

@@ -1,5 +0,0 @@
----
-"@kilocode/cli": patch
----
-
-Fix workspace path resolution when using relative paths with --workspace flag. Bash commands now execute in the correct directory.

+ 22 - 0
CHANGELOG.md

@@ -1,5 +1,27 @@
 # kilo-code
 
+## 4.118.0
+
+### Minor Changes
+
+- [#3638](https://github.com/Kilo-Org/kilocode/pull/3638) [`49e44fc`](https://github.com/Kilo-Org/kilocode/commit/49e44fc1c3c02648a534f737c6df0d7d4964810c) Thanks [@mcowger](https://github.com/mcowger)! - Enable Moonshot for native tool calling
+
+- [#3295](https://github.com/Kilo-Org/kilocode/pull/3295) [`5a155a9`](https://github.com/Kilo-Org/kilocode/commit/5a155a9825e20f10bfc752baff37cd5de53980b2) Thanks [@Maosghoul](https://github.com/Maosghoul)! - MiniMax provider added. MiniMax provider preserves reasoning blocks and has experimental support for native tool calling.
+
+- [#3632](https://github.com/Kilo-Org/kilocode/pull/3632) [`d7fad58`](https://github.com/Kilo-Org/kilocode/commit/d7fad58673da95de682bf5d7f38a90a288daae03) Thanks [@iscekic](https://github.com/iscekic)! - Introduces "YOLO" mode, where all approval requests are automatically approved. Initially used for `--auto` mode in the CLI, now available in the extension as well in `Settings > Auto-Approval`.
+
+- [#3605](https://github.com/Kilo-Org/kilocode/pull/3605) [`03fccd3`](https://github.com/Kilo-Org/kilocode/commit/03fccd3a3c75186c320aad3754547bf1619cf424) Thanks [@viktorxhzj](https://github.com/viktorxhzj)! - OpenRouter and Kilo Gateway providers now preserve reasoning blocks between API requests. This should improve performance of reasoning models, especially MiniMax M2.
+
+- [#3597](https://github.com/Kilo-Org/kilocode/pull/3597) [`ea3c0bd`](https://github.com/Kilo-Org/kilocode/commit/ea3c0bda8055f3ad3370c5794803ae176fefadd4) Thanks [@mcowger](https://github.com/mcowger)! - Add Kimi K2 Thinking to Moonshot.ai provider.
+
+### Patch Changes
+
+- [#3500](https://github.com/Kilo-Org/kilocode/pull/3500) [`2e1a536`](https://github.com/Kilo-Org/kilocode/commit/2e1a53678fc1c331d98a63f0ab15b02b53fc1625) Thanks [@iscekic](https://github.com/iscekic)! - improves windows support
+
+- [#3629](https://github.com/Kilo-Org/kilocode/pull/3629) [`fefc671`](https://github.com/Kilo-Org/kilocode/commit/fefc671535bbfb1036c7088219d45e45d00cbad1) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Anthropic provider now preserves reasoning blocks and has (experimental) support for native (JSON-style) tool calls. This greatly improves support for Claude Haiku 4.5
+
+- [#3612](https://github.com/Kilo-Org/kilocode/pull/3612) [`970e799`](https://github.com/Kilo-Org/kilocode/commit/970e799473111922eee13d859fd29cb3f7abf715) Thanks [@burkostya](https://github.com/burkostya)! - fix(native-tools): Make read_file_multi pattern JSON Schema compliant
+
 ## [v4.117.0]
 
 - [#3568](https://github.com/Kilo-Org/kilocode/pull/3568) [`18dfc86`](https://github.com/Kilo-Org/kilocode/commit/18dfc86e5f00e0d722f448450574ec444d3c894a) Thanks [@mcowger](https://github.com/mcowger)! - Add Kimi K2-Thinking to Synthetic Provider

+ 54 - 0
cli/CHANGELOG.md

@@ -1,5 +1,59 @@
 # @kilocode/cli
 
+## 0.3.0
+
+### Minor Changes
+
+- [#3623](https://github.com/Kilo-Org/kilocode/pull/3623) [`ef6bcac`](https://github.com/Kilo-Org/kilocode/commit/ef6bcac79ed5708996e80c0c943d52f12c0fe3b2) Thanks [@Sureshkumars](https://github.com/Sureshkumars)! - # Checkpoint Restore
+
+    Allows users to restore their conversation to a previous point in time.
+
+    ## What do we have here?
+
+    ### View your checkpoints
+
+    `/checkpoint list`
+
+    This shows all available restore points with:
+    Hash for the checkpoint
+    When it was created
+
+    ### Restore to a checkpoint
+
+    `/checkpoint restore abc123...`
+
+    You'll see a confirmation showing:
+    Which checkpoint you're going back to
+    How many messages will be removed
+    What will happen to your current work
+
+    Choose `Restore` to go back, or `Cancel` to keep working.
+
+    ### Example
+
+    Let's say you asked Kilo CLI to refactor some code, but you don't like the result:
+
+    Run `/checkpoint list` to see earlier save points
+
+    Find the checkpoint from before the refactoring
+
+    Run `/checkpoint restore <hash>` with that checkpoint's hash
+
+    Confirm the restore
+    Your conversation is now back to before the refactoring happened
+
+    ### Why use checkpoints?
+
+    1. Undo mistakes - Go back if something went wrong
+    2. Try different approaches - Restore and try a different solution
+    3. Keep working states - Return to a point where everything was working
+
+### Patch Changes
+
+- [#3500](https://github.com/Kilo-Org/kilocode/pull/3500) [`2e1a536`](https://github.com/Kilo-Org/kilocode/commit/2e1a53678fc1c331d98a63f0ab15b02b53fc1625) Thanks [@iscekic](https://github.com/iscekic)! - improves windows support
+
+- [#3641](https://github.com/Kilo-Org/kilocode/pull/3641) [`94bc43a`](https://github.com/Kilo-Org/kilocode/commit/94bc43af224fed36023d0f3571d39c04d21aa660) Thanks [@KrtinShet](https://github.com/KrtinShet)! - Fix workspace path resolution when using relative paths with --workspace flag. Bash commands now execute in the correct directory.
+
 ## 0.2.0
 
 ### Minor Changes

+ 1 - 1
cli/package.dist.json

@@ -1,6 +1,6 @@
 {
 	"name": "@kilocode/cli",
-	"version": "0.2.0",
+	"version": "0.3.0",
 	"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.2.0",
+	"version": "0.3.0",
 	"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.117.0",
+	"version": "4.118.0",
 	"icon": "assets/icons/logo-outline-black.png",
 	"galleryBanner": {
 		"color": "#FFFFFF",