From 7dbc7107253770e7f1c0d9f753e1aefe75757705 Mon Sep 17 00:00:00 2001 From: Josh Lambert Date: Fri, 29 May 2026 17:49:19 -0400 Subject: [PATCH] chore: backfill changelogs for v7.3.16 through v7.3.18 --- .changeset/agent-manager-snapshot-wait.md | 6 --- .changeset/bright-mics-tap.md | 5 --- .changeset/clear-history-navigation.md | 5 --- .changeset/clear-model-navigation.md | 5 --- .changeset/fix-cli-share-links.md | 5 --- .../fix-lancedb-metadata-type-coercion.md | 5 --- .changeset/forked-session-context.md | 5 --- .changeset/gateway-byok-footer-link.md | 5 --- .changeset/italian-language-support.md | 7 ---- .changeset/jetbrains-smooth-scroll-button.md | 5 --- .changeset/jetbrains-static-svg-icons.md | 5 --- .changeset/read-docx-text.md | 5 --- .changeset/read-notebook-cells.md | 5 --- .changeset/read-xlsx-spreadsheets.md | 5 --- .changeset/recall-sibling-context.md | 5 --- .changeset/smooth-diff-worker-highlight.md | 6 --- .changeset/visible-semantic-indexing.md | 6 --- .changeset/vscode-italian-language.md | 5 --- .../webview-accessibility-validation.md | 5 --- packages/kilo-vscode/CHANGELOG.md | 42 +++++++++++++++++++ packages/opencode/CHANGELOG.md | 26 ++++++++++++ 21 files changed, 68 insertions(+), 100 deletions(-) delete mode 100644 .changeset/agent-manager-snapshot-wait.md delete mode 100644 .changeset/bright-mics-tap.md delete mode 100644 .changeset/clear-history-navigation.md delete mode 100644 .changeset/clear-model-navigation.md delete mode 100644 .changeset/fix-cli-share-links.md delete mode 100644 .changeset/fix-lancedb-metadata-type-coercion.md delete mode 100644 .changeset/forked-session-context.md delete mode 100644 .changeset/gateway-byok-footer-link.md delete mode 100644 .changeset/italian-language-support.md delete mode 100644 .changeset/jetbrains-smooth-scroll-button.md delete mode 100644 .changeset/jetbrains-static-svg-icons.md delete mode 100644 .changeset/read-docx-text.md delete mode 100644 .changeset/read-notebook-cells.md delete mode 100644 .changeset/read-xlsx-spreadsheets.md delete mode 100644 .changeset/recall-sibling-context.md delete mode 100644 .changeset/smooth-diff-worker-highlight.md delete mode 100644 .changeset/visible-semantic-indexing.md delete mode 100644 .changeset/vscode-italian-language.md delete mode 100644 .changeset/webview-accessibility-validation.md diff --git a/.changeset/agent-manager-snapshot-wait.md b/.changeset/agent-manager-snapshot-wait.md deleted file mode 100644 index 4f3228ca08..0000000000 --- a/.changeset/agent-manager-snapshot-wait.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Keep Agent Manager turns running while slow snapshot baselines initialize instead of stopping for an interactive question. diff --git a/.changeset/bright-mics-tap.md b/.changeset/bright-mics-tap.md deleted file mode 100644 index c6a1aa8606..0000000000 --- a/.changeset/bright-mics-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix Windows speech input device detection when FFmpeg lists DirectShow microphones by section. diff --git a/.changeset/clear-history-navigation.md b/.changeset/clear-history-navigation.md deleted file mode 100644 index 4edf1ee7dc..0000000000 --- a/.changeset/clear-history-navigation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Correct screen reader and keyboard operation for session history rows and Local or Cloud history navigation. diff --git a/.changeset/clear-model-navigation.md b/.changeset/clear-model-navigation.md deleted file mode 100644 index 932636c1a7..0000000000 --- a/.changeset/clear-model-navigation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Make model selection in chat and settings operable with screen readers by announcing searchable options, keyboard navigation, selected values, and model-setting purpose. diff --git a/.changeset/fix-cli-share-links.md b/.changeset/fix-cli-share-links.md deleted file mode 100644 index e96b25e6f5..0000000000 --- a/.changeset/fix-cli-share-links.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Use Kilo session share links when sharing conversations from the CLI. diff --git a/.changeset/fix-lancedb-metadata-type-coercion.md b/.changeset/fix-lancedb-metadata-type-coercion.md deleted file mode 100644 index 42172ed84a..0000000000 --- a/.changeset/fix-lancedb-metadata-type-coercion.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Fix LanceDB metadata corruption that caused a full re-index on every VS Code restart diff --git a/.changeset/forked-session-context.md b/.changeset/forked-session-context.md deleted file mode 100644 index b3061ce95e..0000000000 --- a/.changeset/forked-session-context.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Preserve prior context in forked sessions while recognizing the selected direction and current worktree context. diff --git a/.changeset/gateway-byok-footer-link.md b/.changeset/gateway-byok-footer-link.md deleted file mode 100644 index 8f63766d93..0000000000 --- a/.changeset/gateway-byok-footer-link.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Link to Kilo Gateway BYOK usage information from provider API key connection dialogs. diff --git a/.changeset/italian-language-support.md b/.changeset/italian-language-support.md deleted file mode 100644 index 5b7f293b27..0000000000 --- a/.changeset/italian-language-support.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@opencode-ai/ui": patch -"@kilocode/kilo-ui": patch -"@kilocode/kilo-i18n": patch ---- - -Support Italian as a display language. diff --git a/.changeset/jetbrains-smooth-scroll-button.md b/.changeset/jetbrains-smooth-scroll-button.md deleted file mode 100644 index d03f21c3c3..0000000000 --- a/.changeset/jetbrains-smooth-scroll-button.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Smooth the JetBrains session scroll button edges while preserving theme-aware SVG colors. diff --git a/.changeset/jetbrains-static-svg-icons.md b/.changeset/jetbrains-static-svg-icons.md deleted file mode 100644 index c16d1814bf..0000000000 --- a/.changeset/jetbrains-static-svg-icons.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Use static light and dark SVG icon assets in the JetBrains plugin instead of runtime SVG recoloring. diff --git a/.changeset/read-docx-text.md b/.changeset/read-docx-text.md deleted file mode 100644 index 91d44d72f8..0000000000 --- a/.changeset/read-docx-text.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Support reading text from DOCX files through the read tool. diff --git a/.changeset/read-notebook-cells.md b/.changeset/read-notebook-cells.md deleted file mode 100644 index 00df018eb2..0000000000 --- a/.changeset/read-notebook-cells.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Read Jupyter notebooks as ordered markdown and code cell content instead of raw notebook payloads. diff --git a/.changeset/read-xlsx-spreadsheets.md b/.changeset/read-xlsx-spreadsheets.md deleted file mode 100644 index 0605b167ce..0000000000 --- a/.changeset/read-xlsx-spreadsheets.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Support reading XLSX spreadsheets as labelled tabular text diff --git a/.changeset/recall-sibling-context.md b/.changeset/recall-sibling-context.md deleted file mode 100644 index 3ecc1fb6f3..0000000000 --- a/.changeset/recall-sibling-context.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Guide Agent Manager orchestration to recall completed session context only when needed. diff --git a/.changeset/smooth-diff-worker-highlight.md b/.changeset/smooth-diff-worker-highlight.md deleted file mode 100644 index 0bb9e666c1..0000000000 --- a/.changeset/smooth-diff-worker-highlight.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"kilo-code": patch -"@kilocode/kilo-ui": patch ---- - -Reduce lag and gray placeholders in the diff and Changes views by enabling worker-backed highlighting and rendering patch-backed review hunks without rebuilding full source files. diff --git a/.changeset/visible-semantic-indexing.md b/.changeset/visible-semantic-indexing.md deleted file mode 100644 index b7e258038a..0000000000 --- a/.changeset/visible-semantic-indexing.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Access semantic indexing without an experimental feature toggle while keeping indexing disabled until enabled globally or for a project. diff --git a/.changeset/vscode-italian-language.md b/.changeset/vscode-italian-language.md deleted file mode 100644 index be8088dc36..0000000000 --- a/.changeset/vscode-italian-language.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Support Italian as a display language in the VS Code extension. diff --git a/.changeset/webview-accessibility-validation.md b/.changeset/webview-accessibility-validation.md deleted file mode 100644 index 194f77bd21..0000000000 --- a/.changeset/webview-accessibility-validation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Support accessibility regression checks and assistive-technology testing for VS Code webviews. diff --git a/packages/kilo-vscode/CHANGELOG.md b/packages/kilo-vscode/CHANGELOG.md index 6eb508fb74..b33eb1da6b 100644 --- a/packages/kilo-vscode/CHANGELOG.md +++ b/packages/kilo-vscode/CHANGELOG.md @@ -1,5 +1,47 @@ # kilo-code +## 7.3.18 + +### Patch Changes + +- [#10594](https://github.com/Kilo-Org/kilocode/pull/10594) [`56d2ac4`](https://github.com/Kilo-Org/kilocode/commit/56d2ac40da6710adfe3de94f6b09bd53d9bb6db9) Thanks [@Ipsumlorem](https://github.com/Ipsumlorem)! - Fix Windows speech input device detection when FFmpeg lists DirectShow microphones by section. + +- [#10730](https://github.com/Kilo-Org/kilocode/pull/10730) [`51ce1b8`](https://github.com/Kilo-Org/kilocode/commit/51ce1b82b3374a9d573e3fe5ecbe19f4a22db9a4) - Reduce lag and gray placeholders in the diff and Changes views by enabling worker-backed highlighting and rendering patch-backed review hunks without rebuilding full source files. + +- Updated dependencies [[`51ce1b8`](https://github.com/Kilo-Org/kilocode/commit/51ce1b82b3374a9d573e3fe5ecbe19f4a22db9a4)]: + - @kilocode/kilo-ui@7.3.18 + +## 7.3.17 + +### Minor Changes + +- [#10674](https://github.com/Kilo-Org/kilocode/pull/10674) [`41729dc`](https://github.com/Kilo-Org/kilocode/commit/41729dcb596dfa37c32bac1b9e9143197e862252) - Link to Kilo Gateway BYOK usage information from provider API key connection dialogs. + +### Patch Changes + +- [#10721](https://github.com/Kilo-Org/kilocode/pull/10721) [`2efa216`](https://github.com/Kilo-Org/kilocode/commit/2efa216ee5bfffa6e01f51ae5add7c5b9034833c) - Keep Agent Manager turns running while slow snapshot baselines initialize instead of stopping for an interactive question. + +- [#10686](https://github.com/Kilo-Org/kilocode/pull/10686) [`d3c5f28`](https://github.com/Kilo-Org/kilocode/commit/d3c5f2886f07dbcd7669ee691a6a2a0b72a6f6e1) - Correct screen reader and keyboard operation for session history rows and Local or Cloud history navigation. + +- [#10688](https://github.com/Kilo-Org/kilocode/pull/10688) [`38fcaa6`](https://github.com/Kilo-Org/kilocode/commit/38fcaa65e7320e3befa73066ee1a890057d7173b) - Make model selection in chat and settings operable with screen readers by announcing searchable options, keyboard navigation, selected values, and model-setting purpose. + +- [#10609](https://github.com/Kilo-Org/kilocode/pull/10609) [`4e6f366`](https://github.com/Kilo-Org/kilocode/commit/4e6f366a75c71b6c5a2e3499e116b61c21355fbe) - Preserve prior context in forked sessions while recognizing the selected direction and current worktree context. + +- [#10668](https://github.com/Kilo-Org/kilocode/pull/10668) [`ef2390d`](https://github.com/Kilo-Org/kilocode/commit/ef2390d7a4ffafc379d1e15db94d3a2cd6dcce9b) - Access semantic indexing without an experimental feature toggle while keeping indexing disabled until enabled globally or for a project. + +- [#10680](https://github.com/Kilo-Org/kilocode/pull/10680) [`63f39f6`](https://github.com/Kilo-Org/kilocode/commit/63f39f6ae49dd7f9d5a8115f3907d53a3b92a4dd) - Support accessibility regression checks and assistive-technology testing for VS Code webviews. + +## 7.3.16 + +### Patch Changes + +- [#9796](https://github.com/Kilo-Org/kilocode/pull/9796) [`663fbdb`](https://github.com/Kilo-Org/kilocode/commit/663fbdb58547ac5b946ba4610918239b8a7e336f) Thanks [@ale-saglia](https://github.com/ale-saglia)! - Support Italian as a display language in the VS Code extension. + +- Updated dependencies [[`663fbdb`](https://github.com/Kilo-Org/kilocode/commit/663fbdb58547ac5b946ba4610918239b8a7e336f)]: + - @opencode-ai/ui@7.3.16 + - @kilocode/kilo-ui@7.3.16 + - @kilocode/kilo-i18n@7.3.16 + ## 7.3.15 ### Patch Changes diff --git a/packages/opencode/CHANGELOG.md b/packages/opencode/CHANGELOG.md index fbfc904d81..b0348ffa1b 100644 --- a/packages/opencode/CHANGELOG.md +++ b/packages/opencode/CHANGELOG.md @@ -1,5 +1,31 @@ # @kilocode/cli +## 7.3.18 + +### Patch Changes + +- [#10736](https://github.com/Kilo-Org/kilocode/pull/10736) [`57bc6ee`](https://github.com/Kilo-Org/kilocode/commit/57bc6eea583e22e4c3b8b00ad1c64fed62dc85e8) - Use Kilo session share links when sharing conversations from the CLI. + +- [#10737](https://github.com/Kilo-Org/kilocode/pull/10737) [`f574294`](https://github.com/Kilo-Org/kilocode/commit/f5742940ccd06bafd2708e32af30023eef241241) - Support reading text from DOCX files through the read tool. + +- [#10740](https://github.com/Kilo-Org/kilocode/pull/10740) [`2081af2`](https://github.com/Kilo-Org/kilocode/commit/2081af2b3344890481cb4bd44260e60a8cccba80) - Support reading XLSX spreadsheets as labelled tabular text + +## 7.3.17 + +### Patch Changes + +- [#10721](https://github.com/Kilo-Org/kilocode/pull/10721) [`2efa216`](https://github.com/Kilo-Org/kilocode/commit/2efa216ee5bfffa6e01f51ae5add7c5b9034833c) - Keep Agent Manager turns running while slow snapshot baselines initialize instead of stopping for an interactive question. + +- [#10703](https://github.com/Kilo-Org/kilocode/pull/10703) [`eeff6d9`](https://github.com/Kilo-Org/kilocode/commit/eeff6d9df8d378c561c4ca212d650be1dfbd912a) Thanks [@barzhomi](https://github.com/barzhomi)! - Fix LanceDB metadata corruption that caused a full re-index on every VS Code restart + +- [#10733](https://github.com/Kilo-Org/kilocode/pull/10733) [`4967c22`](https://github.com/Kilo-Org/kilocode/commit/4967c228611f58bb84c0b762eee88d306ab1b624) - Read Jupyter notebooks as ordered markdown and code cell content instead of raw notebook payloads. + +- [#10669](https://github.com/Kilo-Org/kilocode/pull/10669) [`0107a01`](https://github.com/Kilo-Org/kilocode/commit/0107a0163cf73004ee13b0ae5fd46811a273d80a) - Guide Agent Manager orchestration to recall completed session context only when needed. + +- [#10668](https://github.com/Kilo-Org/kilocode/pull/10668) [`ef2390d`](https://github.com/Kilo-Org/kilocode/commit/ef2390d7a4ffafc379d1e15db94d3a2cd6dcce9b) - Access semantic indexing without an experimental feature toggle while keeping indexing disabled until enabled globally or for a project. + +## 7.3.16 + ## 7.3.15 ## 7.3.14