From 47112090721258244d950f7092ca491c61a5a6bf Mon Sep 17 00:00:00 2001 From: "kilo-maintainer[bot]" Date: Fri, 12 Jun 2026 13:51:52 +0000 Subject: [PATCH] release: v7.3.44 --- .changeset/avoid-repeat-compactions.md | 5 -- .changeset/brave-subagents-think.md | 5 -- .changeset/calm-agents-keep-worktrees.md | 5 -- .changeset/calm-shells-timeout.md | 5 -- .changeset/clear-empty-models.md | 5 -- .changeset/clear-kilo-commands.md | 5 -- .changeset/default-lancedb-search.md | 7 --- .changeset/dismiss-stale-permissions.md | 5 -- .changeset/fast-agent-snapshots.md | 5 -- .changeset/fast-agent-transcripts.md | 5 -- .changeset/fast-inline-diffs.md | 5 -- .changeset/fast-session-forks.md | 7 --- .changeset/feat-cli-port-discovery-warning.md | 5 -- .changeset/fresh-provider-models.md | 5 -- .changeset/honest-model-badges.md | 7 --- .changeset/keep-error-status-inline.md | 5 -- .changeset/neat-worktree-dialogs.md | 5 -- .changeset/prevent-subagent-questions.md | 6 -- .changeset/quick-local-prompts.md | 5 -- .changeset/quick-subagent-transcripts.md | 5 -- .changeset/quiet-binary-diffs.md | 5 -- .changeset/quiet-kilo-attention.md | 5 -- .changeset/quiet-qdrant-warnings.md | 5 -- .changeset/remove-vscode-paste-summary.md | 5 -- .changeset/resize-console-context.md | 6 -- .changeset/restore-failed-question-replies.md | 7 --- .changeset/restore-kilo-cli-commands.md | 5 -- .changeset/restore-scout-codesearch.md | 6 -- .changeset/restore-vercel-providers.md | 6 -- .changeset/rich-worktree-review.md | 5 -- .changeset/route-shared-permissions.md | 5 -- .changeset/scoped-indexing-settings.md | 6 -- .changeset/select-custom-question-answer.md | 5 -- .changeset/session-patches-stay-whole.md | 5 -- .changeset/share-vscode-session-database.md | 5 -- .changeset/steady-tui-streams.md | 5 -- .changeset/steady-vscode-streams.md | 5 -- .changeset/terminal-integrated-font.md | 5 -- .changeset/virtual-review-files.md | 5 -- .changeset/warm-agent-manager-mcp.md | 5 -- bun.lock | 40 ++++++------ package.json | 2 +- packages/core/package.json | 2 +- packages/extensions/zed/extension.toml | 12 ++-- packages/http-recorder/package.json | 2 +- packages/kilo-console/package.json | 2 +- packages/kilo-docs/package.json | 2 +- packages/kilo-gateway/package.json | 2 +- packages/kilo-i18n/package.json | 2 +- packages/kilo-indexing/package.json | 2 +- packages/kilo-jetbrains/package.json | 2 +- packages/kilo-telemetry/package.json | 2 +- packages/kilo-ui/package.json | 2 +- packages/kilo-vscode/CHANGELOG.md | 62 +++++++++++++++++++ packages/kilo-vscode/package.json | 2 +- packages/kilo-vscode/tests/package.json | 2 +- packages/kilo-web-ui/package.json | 2 +- packages/llm/package.json | 2 +- packages/opencode/CHANGELOG.md | 52 ++++++++++++++++ packages/opencode/package.json | 2 +- packages/plugin-atomic-chat/package.json | 2 +- packages/plugin/package.json | 2 +- packages/script/package.json | 2 +- packages/sdk/js/package.json | 2 +- packages/storybook/package.json | 2 +- packages/ui/package.json | 2 +- script/upstream/package.json | 2 +- 67 files changed, 163 insertions(+), 262 deletions(-) delete mode 100644 .changeset/avoid-repeat-compactions.md delete mode 100644 .changeset/brave-subagents-think.md delete mode 100644 .changeset/calm-agents-keep-worktrees.md delete mode 100644 .changeset/calm-shells-timeout.md delete mode 100644 .changeset/clear-empty-models.md delete mode 100644 .changeset/clear-kilo-commands.md delete mode 100644 .changeset/default-lancedb-search.md delete mode 100644 .changeset/dismiss-stale-permissions.md delete mode 100644 .changeset/fast-agent-snapshots.md delete mode 100644 .changeset/fast-agent-transcripts.md delete mode 100644 .changeset/fast-inline-diffs.md delete mode 100644 .changeset/fast-session-forks.md delete mode 100644 .changeset/feat-cli-port-discovery-warning.md delete mode 100644 .changeset/fresh-provider-models.md delete mode 100644 .changeset/honest-model-badges.md delete mode 100644 .changeset/keep-error-status-inline.md delete mode 100644 .changeset/neat-worktree-dialogs.md delete mode 100644 .changeset/prevent-subagent-questions.md delete mode 100644 .changeset/quick-local-prompts.md delete mode 100644 .changeset/quick-subagent-transcripts.md delete mode 100644 .changeset/quiet-binary-diffs.md delete mode 100644 .changeset/quiet-kilo-attention.md delete mode 100644 .changeset/quiet-qdrant-warnings.md delete mode 100644 .changeset/remove-vscode-paste-summary.md delete mode 100644 .changeset/resize-console-context.md delete mode 100644 .changeset/restore-failed-question-replies.md delete mode 100644 .changeset/restore-kilo-cli-commands.md delete mode 100644 .changeset/restore-scout-codesearch.md delete mode 100644 .changeset/restore-vercel-providers.md delete mode 100644 .changeset/rich-worktree-review.md delete mode 100644 .changeset/route-shared-permissions.md delete mode 100644 .changeset/scoped-indexing-settings.md delete mode 100644 .changeset/select-custom-question-answer.md delete mode 100644 .changeset/session-patches-stay-whole.md delete mode 100644 .changeset/share-vscode-session-database.md delete mode 100644 .changeset/steady-tui-streams.md delete mode 100644 .changeset/steady-vscode-streams.md delete mode 100644 .changeset/terminal-integrated-font.md delete mode 100644 .changeset/virtual-review-files.md delete mode 100644 .changeset/warm-agent-manager-mcp.md diff --git a/.changeset/avoid-repeat-compactions.md b/.changeset/avoid-repeat-compactions.md deleted file mode 100644 index 11bb0a33c0..0000000000 --- a/.changeset/avoid-repeat-compactions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Prevent unnecessary repeat auto-compactions when providers report inconsistent token totals. diff --git a/.changeset/brave-subagents-think.md b/.changeset/brave-subagents-think.md deleted file mode 100644 index 5d7953c99f..0000000000 --- a/.changeset/brave-subagents-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Preserve the calling model's reasoning effort when task subagents inherit that model. diff --git a/.changeset/calm-agents-keep-worktrees.md b/.changeset/calm-agents-keep-worktrees.md deleted file mode 100644 index 44f66ddbb1..0000000000 --- a/.changeset/calm-agents-keep-worktrees.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Preserve existing Agent Manager worktrees and use deterministic suffixes when explicit branch names collide. diff --git a/.changeset/calm-shells-timeout.md b/.changeset/calm-shells-timeout.md deleted file mode 100644 index 9c2e411c36..0000000000 --- a/.changeset/calm-shells-timeout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Allow hosted runtimes to cap shell command duration and explain environment-enforced timeouts. diff --git a/.changeset/clear-empty-models.md b/.changeset/clear-empty-models.md deleted file mode 100644 index 80956ed835..0000000000 --- a/.changeset/clear-empty-models.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Indicate when no models are available in model-not-found errors. diff --git a/.changeset/clear-kilo-commands.md b/.changeset/clear-kilo-commands.md deleted file mode 100644 index 3d5fcc0b55..0000000000 --- a/.changeset/clear-kilo-commands.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Group Kilo Code commands in the VS Code command palette and clarify the Open in Tab command title. diff --git a/.changeset/default-lancedb-search.md b/.changeset/default-lancedb-search.md deleted file mode 100644 index ef8a8153d8..0000000000 --- a/.changeset/default-lancedb-search.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@kilocode/cli": minor -"@kilocode/kilo-indexing": minor -"kilo-code": minor ---- - -Use embedded LanceDB as the default semantic search vector store so indexing works without a separate Qdrant server. Existing Qdrant users and Intel Mac users can select `qdrant` with `indexing.vectorStore`. diff --git a/.changeset/dismiss-stale-permissions.md b/.changeset/dismiss-stale-permissions.md deleted file mode 100644 index 0c031b224b..0000000000 --- a/.changeset/dismiss-stale-permissions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Dismiss stale permission prompts when another view has already answered them. diff --git a/.changeset/fast-agent-snapshots.md b/.changeset/fast-agent-snapshots.md deleted file mode 100644 index 039e35176a..0000000000 --- a/.changeset/fast-agent-snapshots.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Speed up the first Agent Manager prompt in new worktrees by seeding snapshots from the checkout's Git index. diff --git a/.changeset/fast-agent-transcripts.md b/.changeset/fast-agent-transcripts.md deleted file mode 100644 index 47915f465a..0000000000 --- a/.changeset/fast-agent-transcripts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep large chat transcripts responsive by mounting only viewport-visible conversation rows. diff --git a/.changeset/fast-inline-diffs.md b/.changeset/fast-inline-diffs.md deleted file mode 100644 index db2bb36470..0000000000 --- a/.changeset/fast-inline-diffs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Load large Agent Manager change reviews faster without deferring file previews. diff --git a/.changeset/fast-session-forks.md b/.changeset/fast-session-forks.md deleted file mode 100644 index c42452d0fe..0000000000 --- a/.changeset/fast-session-forks.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@kilocode/cli": patch -"@kilocode/kilo-ui": patch -"kilo-code": patch ---- - -Speed up large session forks by retaining final task outcomes instead of duplicating resumable subagent histories, and load completed task details only when expanded. diff --git a/.changeset/feat-cli-port-discovery-warning.md b/.changeset/feat-cli-port-discovery-warning.md deleted file mode 100644 index 2cd4bbb151..0000000000 --- a/.changeset/feat-cli-port-discovery-warning.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Warn when `kilo console` or `kilo daemon` is invoked with an explicit `--port` outside the discovery range (4097–4116). diff --git a/.changeset/fresh-provider-models.md b/.changeset/fresh-provider-models.md deleted file mode 100644 index 5919d57f2f..0000000000 --- a/.changeset/fresh-provider-models.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Refresh connected provider model lists when the models catalog updates. diff --git a/.changeset/honest-model-badges.md b/.changeset/honest-model-badges.md deleted file mode 100644 index f808c5181a..0000000000 --- a/.changeset/honest-model-badges.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"kilo-code": patch -"@kilocode/cli": patch -"@kilocode/kilo-gateway": patch ---- - -Show model free and prompt-training indicators only when their explicit catalog metadata is enabled. diff --git a/.changeset/keep-error-status-inline.md b/.changeset/keep-error-status-inline.md deleted file mode 100644 index c9af5fda82..0000000000 --- a/.changeset/keep-error-status-inline.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep HTTP status codes beside tool error titles when error details wrap. diff --git a/.changeset/neat-worktree-dialogs.md b/.changeset/neat-worktree-dialogs.md deleted file mode 100644 index b57f336d6b..0000000000 --- a/.changeset/neat-worktree-dialogs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-console": patch ---- - -Replace native worktree prompts with consistent dialogs for creating, renaming, resetting, and deleting worktrees. diff --git a/.changeset/prevent-subagent-questions.md b/.changeset/prevent-subagent-questions.md deleted file mode 100644 index e953140748..0000000000 --- a/.changeset/prevent-subagent-questions.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Prevent task subagents from asking questions that users cannot answer from the parent session. diff --git a/.changeset/quick-local-prompts.md b/.changeset/quick-local-prompts.md deleted file mode 100644 index f373d57712..0000000000 --- a/.changeset/quick-local-prompts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Show the first Agent Manager Local prompt and progress indicator immediately while its session is being created. diff --git a/.changeset/quick-subagent-transcripts.md b/.changeset/quick-subagent-transcripts.md deleted file mode 100644 index 263ebac9ba..0000000000 --- a/.changeset/quick-subagent-transcripts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Open subagent transcripts faster while preserving live reasoning and paginating long histories. diff --git a/.changeset/quiet-binary-diffs.md b/.changeset/quiet-binary-diffs.md deleted file mode 100644 index 90432a14b7..0000000000 --- a/.changeset/quiet-binary-diffs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep binary and audio files collapsed in diff reviews instead of showing empty diff panels. diff --git a/.changeset/quiet-kilo-attention.md b/.changeset/quiet-kilo-attention.md deleted file mode 100644 index 7e55f8fd6e..0000000000 --- a/.changeset/quiet-kilo-attention.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Prevent duplicate CLI attention alerts and route Kilo prompts through the configurable notification system. diff --git a/.changeset/quiet-qdrant-warnings.md b/.changeset/quiet-qdrant-warnings.md deleted file mode 100644 index de8e3c200e..0000000000 --- a/.changeset/quiet-qdrant-warnings.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Stabilize code indexing workers, retry Kilo model catalog downloads, reduce progress log noise, and show indexing failures as TUI notifications instead of writing over the terminal interface. diff --git a/.changeset/remove-vscode-paste-summary.md b/.changeset/remove-vscode-paste-summary.md deleted file mode 100644 index 9ae0712be7..0000000000 --- a/.changeset/remove-vscode-paste-summary.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Remove the unsupported paste-summary toggle from VS Code settings. diff --git a/.changeset/resize-console-context.md b/.changeset/resize-console-context.md deleted file mode 100644 index bb9dca3f1b..0000000000 --- a/.changeset/resize-console-context.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/kilo-console": patch -"@kilocode/cli": patch ---- - -Configure the project context sidebar width and default diff layout from Global Settings. diff --git a/.changeset/restore-failed-question-replies.md b/.changeset/restore-failed-question-replies.md deleted file mode 100644 index 2763fda704..0000000000 --- a/.changeset/restore-failed-question-replies.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"kilo-code": patch -"@kilocode/cli": patch -"@kilocode/kilo-gateway": patch ---- - -Prevent streamed tool calls from executing twice and leaving answered questions disabled in VS Code. diff --git a/.changeset/restore-kilo-cli-commands.md b/.changeset/restore-kilo-cli-commands.md deleted file mode 100644 index 4269666468..0000000000 --- a/.changeset/restore-kilo-cli-commands.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Restore Kilo branding, fork-specific CLI commands, and CLI lifecycle initialization after upstream merges. diff --git a/.changeset/restore-scout-codesearch.md b/.changeset/restore-scout-codesearch.md deleted file mode 100644 index 9e2073bc39..0000000000 --- a/.changeset/restore-scout-codesearch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Remove the unsupported code search tool. diff --git a/.changeset/restore-vercel-providers.md b/.changeset/restore-vercel-providers.md deleted file mode 100644 index ada074e654..0000000000 --- a/.changeset/restore-vercel-providers.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"@kilocode/kilo-gateway": patch ---- - -Update the Vercel AI SDK providers for Cerebras, xAI, and OpenAI-compatible endpoints. diff --git a/.changeset/rich-worktree-review.md b/.changeset/rich-worktree-review.md deleted file mode 100644 index bffd4bb44d..0000000000 --- a/.changeset/rich-worktree-review.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-console": patch ---- - -Review worktree changes in a richer panel with per-file stats and syntax-highlighted diffs. diff --git a/.changeset/route-shared-permissions.md b/.changeset/route-shared-permissions.md deleted file mode 100644 index 5c9fbd2296..0000000000 --- a/.changeset/route-shared-permissions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep permission approvals working when continuing or switching Agent Manager worktree sessions. diff --git a/.changeset/scoped-indexing-settings.md b/.changeset/scoped-indexing-settings.md deleted file mode 100644 index 7ca7c5b213..0000000000 --- a/.changeset/scoped-indexing-settings.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Support configuring code indexing separately for global and project settings in Kilo Console, the CLI TUI, and VS Code. diff --git a/.changeset/select-custom-question-answer.md b/.changeset/select-custom-question-answer.md deleted file mode 100644 index f48e853936..0000000000 --- a/.changeset/select-custom-question-answer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep custom-answer selection in sync and show one submit action while entering custom text. diff --git a/.changeset/session-patches-stay-whole.md b/.changeset/session-patches-stay-whole.md deleted file mode 100644 index 05f145ceac..0000000000 --- a/.changeset/session-patches-stay-whole.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Preserve complete session state when applying partial session updates in VS Code. diff --git a/.changeset/share-vscode-session-database.md b/.changeset/share-vscode-session-database.md deleted file mode 100644 index aa85b9aa04..0000000000 --- a/.changeset/share-vscode-session-database.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Restore persisted sessions across development extension branches and worktrees. diff --git a/.changeset/steady-tui-streams.md b/.changeset/steady-tui-streams.md deleted file mode 100644 index 65b122ba07..0000000000 --- a/.changeset/steady-tui-streams.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Restore streamed responses in the CLI TUI and move code indexing status into the session sidebar. diff --git a/.changeset/steady-vscode-streams.md b/.changeset/steady-vscode-streams.md deleted file mode 100644 index 22a9d544a7..0000000000 --- a/.changeset/steady-vscode-streams.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep streamed conversation content visually stable while preserving virtualized transcript history. diff --git a/.changeset/terminal-integrated-font.md b/.changeset/terminal-integrated-font.md deleted file mode 100644 index efc164d402..0000000000 --- a/.changeset/terminal-integrated-font.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Agent Manager terminals now use `terminal.integrated.fontFamily` and `terminal.integrated.fontSize` (including Nerd Font glyphs) instead of the editor font. diff --git a/.changeset/virtual-review-files.md b/.changeset/virtual-review-files.md deleted file mode 100644 index 706e7b25ce..0000000000 --- a/.changeset/virtual-review-files.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep expanded Agent Manager reviews responsive by virtualizing file rows and preserving anchored scrolling. diff --git a/.changeset/warm-agent-manager-mcp.md b/.changeset/warm-agent-manager-mcp.md deleted file mode 100644 index 1a052339ee..0000000000 --- a/.changeset/warm-agent-manager-mcp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Start MCP servers while Agent Manager worktree sessions initialize to reduce the delay before the first response. diff --git a/bun.lock b/bun.lock index 4aaf1d6a8a..b64f438b9e 100644 --- a/bun.lock +++ b/bun.lock @@ -33,7 +33,7 @@ }, "packages/core": { "name": "@opencode-ai/core", - "version": "7.3.42", + "version": "7.3.44", "bin": { "opencode": "./bin/opencode", }, @@ -96,7 +96,7 @@ }, "packages/http-recorder": { "name": "@opencode-ai/http-recorder", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@effect/platform-node": "catalog:", "effect": "catalog:", @@ -109,7 +109,7 @@ }, "packages/kilo-console": { "name": "@kilocode/kilo-console", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@kilocode/kilo-web-ui": "workspace:*", "@kilocode/sdk": "workspace:*", @@ -131,7 +131,7 @@ }, "packages/kilo-docs": { "name": "@kilocode/kilo-docs", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@docsearch/css": "^4", "@docsearch/js": "^4", @@ -161,7 +161,7 @@ }, "packages/kilo-gateway": { "name": "@kilocode/kilo-gateway", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@ai-sdk/alibaba": "1.0.17", "@ai-sdk/anthropic": "3.0.71", @@ -198,7 +198,7 @@ }, "packages/kilo-i18n": { "name": "@kilocode/kilo-i18n", - "version": "7.3.42", + "version": "7.3.44", "devDependencies": { "@tsconfig/node22": "catalog:", "@types/bun": "catalog:", @@ -208,7 +208,7 @@ }, "packages/kilo-indexing": { "name": "@kilocode/kilo-indexing", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@aws-sdk/client-bedrock-runtime": "3.1005.0", "@aws-sdk/credential-provider-ini": "3.972.31", @@ -240,11 +240,11 @@ }, "packages/kilo-jetbrains": { "name": "@kilocode/kilo-jetbrains", - "version": "7.3.42", + "version": "7.3.44", }, "packages/kilo-telemetry": { "name": "@kilocode/kilo-telemetry", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@kilocode/kilo-gateway": "workspace:*", "posthog-node": "4.4.0", @@ -258,7 +258,7 @@ }, "packages/kilo-ui": { "name": "@kilocode/kilo-ui", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@kilocode/sdk": "workspace:*", "@kobalte/core": "0.13.11", @@ -295,7 +295,7 @@ }, "packages/kilo-vscode": { "name": "kilo-code", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@anthropic-ai/sdk": "^0.39.0", "@kilocode/kilo-gateway": "workspace:*", @@ -361,7 +361,7 @@ }, "packages/kilo-web-ui": { "name": "@kilocode/kilo-web-ui", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@kilocode/kilo-ui": "workspace:*", "@kobalte/core": "catalog:", @@ -376,7 +376,7 @@ }, "packages/llm": { "name": "@opencode-ai/llm", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@smithy/eventstream-codec": "4.2.14", "@smithy/util-utf8": "4.2.2", @@ -394,7 +394,7 @@ }, "packages/opencode": { "name": "@kilocode/cli", - "version": "7.3.42", + "version": "7.3.44", "bin": { "kilo": "./bin/kilo", "kilocode": "./bin/kilo", @@ -562,7 +562,7 @@ }, "packages/plugin": { "name": "@kilocode/plugin", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@kilocode/sdk": "workspace:*", "effect": "catalog:", @@ -590,7 +590,7 @@ }, "packages/plugin-atomic-chat": { "name": "@kilocode/plugin-atomic-chat", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@kilocode/plugin": "workspace:*", }, @@ -604,7 +604,7 @@ }, "packages/script": { "name": "@opencode-ai/script", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "semver": "^7.6.3", }, @@ -615,7 +615,7 @@ }, "packages/sdk/js": { "name": "@kilocode/sdk", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "cross-spawn": "catalog:", }, @@ -630,7 +630,7 @@ }, "packages/storybook": { "name": "@opencode-ai/storybook", - "version": "7.3.42", + "version": "7.3.44", "devDependencies": { "@opencode-ai/ui": "workspace:*", "@solidjs/meta": "catalog:", @@ -653,7 +653,7 @@ }, "packages/ui": { "name": "@opencode-ai/ui", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@kilocode/sdk": "workspace:*", "@kobalte/core": "catalog:", diff --git a/package.json b/package.json index 4a60f5b96d..2d917c1b84 100644 --- a/package.json +++ b/package.json @@ -153,6 +153,6 @@ "solid-js@1.9.10": "patches/solid-js@1.9.10.patch", "mammoth@1.12.0": "patches/mammoth@1.12.0.patch" }, - "version": "7.3.42", + "version": "7.3.44", "peerDependencies": {} } diff --git a/packages/core/package.json b/packages/core/package.json index 399035f267..3950411e28 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.3.42", + "version": "7.3.44", "name": "@opencode-ai/core", "type": "module", "license": "MIT", diff --git a/packages/extensions/zed/extension.toml b/packages/extensions/zed/extension.toml index c339ebfb6e..e7407da1fc 100644 --- a/packages/extensions/zed/extension.toml +++ b/packages/extensions/zed/extension.toml @@ -1,7 +1,7 @@ id = "kilo" name = "Kilo" description = "The open source coding agent." -version = "7.3.42" +version = "7.3.44" schema_version = 1 authors = ["Anomaly"] repository = "https://github.com/Kilo-Org/kilocode" @@ -11,26 +11,26 @@ name = "Kilo" icon = "./icons/opencode.svg" [agent_servers.opencode.targets.darwin-aarch64] -archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.42/opencode-darwin-arm64.zip" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.44/opencode-darwin-arm64.zip" cmd = "./opencode" args = ["acp"] [agent_servers.opencode.targets.darwin-x86_64] -archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.42/opencode-darwin-x64.zip" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.44/opencode-darwin-x64.zip" cmd = "./opencode" args = ["acp"] [agent_servers.opencode.targets.linux-aarch64] -archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.42/opencode-linux-arm64.tar.gz" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.44/opencode-linux-arm64.tar.gz" cmd = "./opencode" args = ["acp"] [agent_servers.opencode.targets.linux-x86_64] -archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.42/opencode-linux-x64.tar.gz" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.44/opencode-linux-x64.tar.gz" cmd = "./opencode" args = ["acp"] [agent_servers.opencode.targets.windows-x86_64] -archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.42/opencode-windows-x64.zip" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.44/opencode-windows-x64.zip" cmd = "./opencode.exe" args = ["acp"] diff --git a/packages/http-recorder/package.json b/packages/http-recorder/package.json index f56ba06f6e..b88dfd7bf5 100644 --- a/packages/http-recorder/package.json +++ b/packages/http-recorder/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.3.42", + "version": "7.3.44", "name": "@opencode-ai/http-recorder", "type": "module", "license": "MIT", diff --git a/packages/kilo-console/package.json b/packages/kilo-console/package.json index 597aa5389f..acfe152b57 100644 --- a/packages/kilo-console/package.json +++ b/packages/kilo-console/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/kilo-console", - "version": "7.3.42", + "version": "7.3.44", "private": true, "type": "module", "scripts": { diff --git a/packages/kilo-docs/package.json b/packages/kilo-docs/package.json index 6395895b0a..f9c390508e 100644 --- a/packages/kilo-docs/package.json +++ b/packages/kilo-docs/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/kilo-docs", - "version": "7.3.42", + "version": "7.3.44", "private": true, "scripts": { "dev": "next dev --webpack --port 3002", diff --git a/packages/kilo-gateway/package.json b/packages/kilo-gateway/package.json index 7d0f79eaf0..60dd1290ef 100644 --- a/packages/kilo-gateway/package.json +++ b/packages/kilo-gateway/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/kilo-gateway", - "version": "7.3.42", + "version": "7.3.44", "type": "module", "license": "MIT", "description": "Unified Kilo Gateway package for OpenCode - authentication, provider, and API integration", diff --git a/packages/kilo-i18n/package.json b/packages/kilo-i18n/package.json index 537801dd87..41ea52dbb1 100644 --- a/packages/kilo-i18n/package.json +++ b/packages/kilo-i18n/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/kilo-i18n", - "version": "7.3.42", + "version": "7.3.44", "type": "module", "license": "MIT", "description": "Kilo-specific i18n translations and overrides", diff --git a/packages/kilo-indexing/package.json b/packages/kilo-indexing/package.json index 387af5a105..b4ba80ac74 100644 --- a/packages/kilo-indexing/package.json +++ b/packages/kilo-indexing/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/kilo-indexing", - "version": "7.3.42", + "version": "7.3.44", "type": "module", "license": "MIT", "description": "Standalone indexing engine and host helpers for Kilo Code", diff --git a/packages/kilo-jetbrains/package.json b/packages/kilo-jetbrains/package.json index 3a26cde6a4..7be1146275 100644 --- a/packages/kilo-jetbrains/package.json +++ b/packages/kilo-jetbrains/package.json @@ -8,7 +8,7 @@ "test": "./gradlew test", "test:ci": "bun script/test-ci.ts" }, - "version": "7.3.42", + "version": "7.3.44", "dependencies": {}, "devDependencies": {}, "peerDependencies": {} diff --git a/packages/kilo-telemetry/package.json b/packages/kilo-telemetry/package.json index 029717c9b7..ba62e1b15b 100644 --- a/packages/kilo-telemetry/package.json +++ b/packages/kilo-telemetry/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/kilo-telemetry", - "version": "7.3.42", + "version": "7.3.44", "type": "module", "license": "MIT", "description": "Telemetry for Kilo CLI - PostHog analytics integration", diff --git a/packages/kilo-ui/package.json b/packages/kilo-ui/package.json index a390244285..351c233a71 100644 --- a/packages/kilo-ui/package.json +++ b/packages/kilo-ui/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/kilo-ui", - "version": "7.3.42", + "version": "7.3.44", "type": "module", "license": "MIT", "exports": { diff --git a/packages/kilo-vscode/CHANGELOG.md b/packages/kilo-vscode/CHANGELOG.md index 96035f23aa..bb09c03bb3 100644 --- a/packages/kilo-vscode/CHANGELOG.md +++ b/packages/kilo-vscode/CHANGELOG.md @@ -1,5 +1,67 @@ # kilo-code +## 7.3.44 + +### Minor Changes + +- [#11082](https://github.com/Kilo-Org/kilocode/pull/11082) [`a16e82a`](https://github.com/Kilo-Org/kilocode/commit/a16e82a77abf883c2c07c11464d50e08a518acd7) - Use embedded LanceDB as the default semantic search vector store so indexing works without a separate Qdrant server. Existing Qdrant users and Intel Mac users can select `qdrant` with `indexing.vectorStore`. + +### Patch Changes + +- [#11001](https://github.com/Kilo-Org/kilocode/pull/11001) [`b64d7e0`](https://github.com/Kilo-Org/kilocode/commit/b64d7e00953a6b99b3e41019d811a3917c465880) - Preserve existing Agent Manager worktrees and use deterministic suffixes when explicit branch names collide. + +- [#10084](https://github.com/Kilo-Org/kilocode/pull/10084) [`f180658`](https://github.com/Kilo-Org/kilocode/commit/f180658b99e88825f27fdd84dd34cdddb5347792) Thanks [@sylwester-liljegren](https://github.com/sylwester-liljegren)! - Group Kilo Code commands in the VS Code command palette and clarify the Open in Tab command title. + +- [#11118](https://github.com/Kilo-Org/kilocode/pull/11118) [`143ae8e`](https://github.com/Kilo-Org/kilocode/commit/143ae8e99205e7c8bc4743a1ff33e6ac8d456cc6) - Dismiss stale permission prompts when another view has already answered them. + +- [#11094](https://github.com/Kilo-Org/kilocode/pull/11094) [`4acc1f8`](https://github.com/Kilo-Org/kilocode/commit/4acc1f8bcccc48f01fc046d799f5546bff247407) - Keep large chat transcripts responsive by mounting only viewport-visible conversation rows. + +- [#11154](https://github.com/Kilo-Org/kilocode/pull/11154) [`9129844`](https://github.com/Kilo-Org/kilocode/commit/9129844225e2e0bc551cd91dcdbacf046992e94b) - Load large Agent Manager change reviews faster without deferring file previews. + +- [#11075](https://github.com/Kilo-Org/kilocode/pull/11075) [`e17ce0c`](https://github.com/Kilo-Org/kilocode/commit/e17ce0c9ecaf4cc4cad3e0fd99b28bef561705fc) - Speed up large session forks by retaining final task outcomes instead of duplicating resumable subagent histories, and load completed task details only when expanded. + +- [#11081](https://github.com/Kilo-Org/kilocode/pull/11081) [`9c279a1`](https://github.com/Kilo-Org/kilocode/commit/9c279a16b4a14fc117f34d7aa19e771149031931) - Show model free and prompt-training indicators only when their explicit catalog metadata is enabled. + +- [#11100](https://github.com/Kilo-Org/kilocode/pull/11100) [`5b38d29`](https://github.com/Kilo-Org/kilocode/commit/5b38d299c439e076857e84390a9355372190557a) - Keep HTTP status codes beside tool error titles when error details wrap. + +- [#11101](https://github.com/Kilo-Org/kilocode/pull/11101) [`294c532`](https://github.com/Kilo-Org/kilocode/commit/294c532f6a355b78ed86d2188891883b07e90cc8) - Prevent task subagents from asking questions that users cannot answer from the parent session. + +- [#11103](https://github.com/Kilo-Org/kilocode/pull/11103) [`8b2a100`](https://github.com/Kilo-Org/kilocode/commit/8b2a100084496deca171243ddd50a26fa74343f2) - Show the first Agent Manager Local prompt and progress indicator immediately while its session is being created. + +- [#11104](https://github.com/Kilo-Org/kilocode/pull/11104) [`514af4c`](https://github.com/Kilo-Org/kilocode/commit/514af4c36145610e22d3888b7b5836fab1351272) - Open subagent transcripts faster while preserving live reasoning and paginating long histories. + +- [#11151](https://github.com/Kilo-Org/kilocode/pull/11151) [`77fe7c9`](https://github.com/Kilo-Org/kilocode/commit/77fe7c9e3fee173276401ad45774e2031d394443) - Keep binary and audio files collapsed in diff reviews instead of showing empty diff panels. + +- [#11097](https://github.com/Kilo-Org/kilocode/pull/11097) [`f8ec1dc`](https://github.com/Kilo-Org/kilocode/commit/f8ec1dc7a8c0ab0b88d1cd14e35182adef33847a) - Remove the unsupported paste-summary toggle from VS Code settings. + +- [#11091](https://github.com/Kilo-Org/kilocode/pull/11091) [`57bef8a`](https://github.com/Kilo-Org/kilocode/commit/57bef8ae68793c9b627ba0400b596bf932311e17) - Prevent streamed tool calls from executing twice and leaving answered questions disabled in VS Code. + +- [#11031](https://github.com/Kilo-Org/kilocode/pull/11031) [`bbfd59b`](https://github.com/Kilo-Org/kilocode/commit/bbfd59b85c383277fd8db77fcfd0ec56ea1a25d8) - Remove the unsupported code search tool. + +- [#11133](https://github.com/Kilo-Org/kilocode/pull/11133) [`68fd8cc`](https://github.com/Kilo-Org/kilocode/commit/68fd8ccce4d0a9b6987ea9c620a072a15b924c9c) - Keep permission approvals working when continuing or switching Agent Manager worktree sessions. + +- [#10866](https://github.com/Kilo-Org/kilocode/pull/10866) [`d5112ed`](https://github.com/Kilo-Org/kilocode/commit/d5112edf90d33333d1064c7ab885cf0a4d92d892) - Support configuring code indexing separately for global and project settings in Kilo Console, the CLI TUI, and VS Code. + +- [#11051](https://github.com/Kilo-Org/kilocode/pull/11051) [`856fc66`](https://github.com/Kilo-Org/kilocode/commit/856fc6665617d0a9753bc857fcd2c745b663196f) - Keep custom-answer selection in sync and show one submit action while entering custom text. + +- [#11031](https://github.com/Kilo-Org/kilocode/pull/11031) [`b2798ef`](https://github.com/Kilo-Org/kilocode/commit/b2798ef41e2b7875442aacaac65397a2d2be3b74) - Preserve complete session state when applying partial session updates in VS Code. + +- [#11087](https://github.com/Kilo-Org/kilocode/pull/11087) [`5969a4c`](https://github.com/Kilo-Org/kilocode/commit/5969a4c210beaf3dc968a56da541cfcdd7989d84) - Restore persisted sessions across development extension branches and worktrees. + +- [#11153](https://github.com/Kilo-Org/kilocode/pull/11153) [`7955f86`](https://github.com/Kilo-Org/kilocode/commit/7955f865d8f05920bf6a03e8daa5193da6e6b5f9) - Keep streamed conversation content visually stable while preserving virtualized transcript history. + +- [#11144](https://github.com/Kilo-Org/kilocode/pull/11144) [`287f75a`](https://github.com/Kilo-Org/kilocode/commit/287f75aa2bc84d931baccfb217dda0618be07ea9) - Agent Manager terminals now use `terminal.integrated.fontFamily` and `terminal.integrated.fontSize` (including Nerd Font glyphs) instead of the editor font. + +- [#11154](https://github.com/Kilo-Org/kilocode/pull/11154) [`9129844`](https://github.com/Kilo-Org/kilocode/commit/9129844225e2e0bc551cd91dcdbacf046992e94b) - Keep expanded Agent Manager reviews responsive by virtualizing file rows and preserving anchored scrolling. + +- [#11074](https://github.com/Kilo-Org/kilocode/pull/11074) [`915ecfb`](https://github.com/Kilo-Org/kilocode/commit/915ecfbefbaf1b0a7f5876dedbca6c79008ee771) - Start MCP servers while Agent Manager worktree sessions initialize to reduce the delay before the first response. + +- Updated dependencies [[`a16e82a`](https://github.com/Kilo-Org/kilocode/commit/a16e82a77abf883c2c07c11464d50e08a518acd7), [`e17ce0c`](https://github.com/Kilo-Org/kilocode/commit/e17ce0c9ecaf4cc4cad3e0fd99b28bef561705fc), [`9c279a1`](https://github.com/Kilo-Org/kilocode/commit/9c279a16b4a14fc117f34d7aa19e771149031931), [`57bef8a`](https://github.com/Kilo-Org/kilocode/commit/57bef8ae68793c9b627ba0400b596bf932311e17), [`b75af0d`](https://github.com/Kilo-Org/kilocode/commit/b75af0de8865234a745f71eac03bf2bdea2271b4)]: + - @kilocode/kilo-indexing@7.4.0 + - @kilocode/kilo-ui@7.3.43 + - @kilocode/kilo-gateway@7.3.43 + - @opencode-ai/ui@7.3.43 + ## 7.3.42 ### Minor Changes diff --git a/packages/kilo-vscode/package.json b/packages/kilo-vscode/package.json index 8627c3cb17..8bb48e6b2f 100644 --- a/packages/kilo-vscode/package.json +++ b/packages/kilo-vscode/package.json @@ -2,7 +2,7 @@ "name": "kilo-code", "displayName": "Kilo Code: AI Coding Agent, Copilot, and Autocomplete", "description": "Open Source AI coding agent that generates code from natural language, automates tasks, and runs terminal commands. Features inline autocomplete, browser automation, automated refactoring, and custom modes for planning, coding, and debugging. Supports 500+ AI models including Claude (Anthropic), Gemini, Grok, GPT, Codex and GLM.", - "version": "7.3.42", + "version": "7.3.44", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF", diff --git a/packages/kilo-vscode/tests/package.json b/packages/kilo-vscode/tests/package.json index 4ed02fff18..1c1e4b5959 100644 --- a/packages/kilo-vscode/tests/package.json +++ b/packages/kilo-vscode/tests/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "7.3.42", + "version": "7.3.44", "dependencies": {}, "devDependencies": {}, "peerDependencies": {} diff --git a/packages/kilo-web-ui/package.json b/packages/kilo-web-ui/package.json index f98be58127..11325cc5cb 100644 --- a/packages/kilo-web-ui/package.json +++ b/packages/kilo-web-ui/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/kilo-web-ui", - "version": "7.3.42", + "version": "7.3.44", "type": "module", "license": "MIT", "exports": { diff --git a/packages/llm/package.json b/packages/llm/package.json index d3839f53eb..1bc44a2a49 100644 --- a/packages/llm/package.json +++ b/packages/llm/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.3.42", + "version": "7.3.44", "name": "@opencode-ai/llm", "type": "module", "license": "MIT", diff --git a/packages/opencode/CHANGELOG.md b/packages/opencode/CHANGELOG.md index 2686990139..0bbffd6ef4 100644 --- a/packages/opencode/CHANGELOG.md +++ b/packages/opencode/CHANGELOG.md @@ -1,5 +1,57 @@ # @kilocode/cli +## 7.3.44 + +### Minor Changes + +- [#11082](https://github.com/Kilo-Org/kilocode/pull/11082) [`a16e82a`](https://github.com/Kilo-Org/kilocode/commit/a16e82a77abf883c2c07c11464d50e08a518acd7) - Use embedded LanceDB as the default semantic search vector store so indexing works without a separate Qdrant server. Existing Qdrant users and Intel Mac users can select `qdrant` with `indexing.vectorStore`. + +### Patch Changes + +- [#10922](https://github.com/Kilo-Org/kilocode/pull/10922) [`bc3af9a`](https://github.com/Kilo-Org/kilocode/commit/bc3af9a145c8bd5f90fa0c9b22a48cceb095f8b4) - Prevent unnecessary repeat auto-compactions when providers report inconsistent token totals. + +- [#11160](https://github.com/Kilo-Org/kilocode/pull/11160) [`78d83c0`](https://github.com/Kilo-Org/kilocode/commit/78d83c0651d5343c0f9f877265dc5136cd7761f0) - Preserve the calling model's reasoning effort when task subagents inherit that model. + +- [#10478](https://github.com/Kilo-Org/kilocode/pull/10478) [`5bc8df8`](https://github.com/Kilo-Org/kilocode/commit/5bc8df843a2492d2eee01963b5a2c1a55beab56c) - Allow hosted runtimes to cap shell command duration and explain environment-enforced timeouts. + +- [#11085](https://github.com/Kilo-Org/kilocode/pull/11085) [`2a6596b`](https://github.com/Kilo-Org/kilocode/commit/2a6596b0c578b20ea803fa69a8427fc3e4c2e823) - Indicate when no models are available in model-not-found errors. + +- [#11072](https://github.com/Kilo-Org/kilocode/pull/11072) [`6920f37`](https://github.com/Kilo-Org/kilocode/commit/6920f37b77f820d9f8542d352cf60e061670933b) - Speed up the first Agent Manager prompt in new worktrees by seeding snapshots from the checkout's Git index. + +- [#11075](https://github.com/Kilo-Org/kilocode/pull/11075) [`e17ce0c`](https://github.com/Kilo-Org/kilocode/commit/e17ce0c9ecaf4cc4cad3e0fd99b28bef561705fc) - Speed up large session forks by retaining final task outcomes instead of duplicating resumable subagent histories, and load completed task details only when expanded. + +- [#11143](https://github.com/Kilo-Org/kilocode/pull/11143) [`12144cf`](https://github.com/Kilo-Org/kilocode/commit/12144cf8275200a7dd8e29cf478c39504da59b04) Thanks [@IamCoder18](https://github.com/IamCoder18)! - Warn when `kilo console` or `kilo daemon` is invoked with an explicit `--port` outside the discovery range (4097–4116). + +- [#11006](https://github.com/Kilo-Org/kilocode/pull/11006) [`69a0b38`](https://github.com/Kilo-Org/kilocode/commit/69a0b384e6c61d190241087f88f2be4312e7517e) - Refresh connected provider model lists when the models catalog updates. + +- [#11081](https://github.com/Kilo-Org/kilocode/pull/11081) [`9c279a1`](https://github.com/Kilo-Org/kilocode/commit/9c279a16b4a14fc117f34d7aa19e771149031931) - Show model free and prompt-training indicators only when their explicit catalog metadata is enabled. + +- [#11101](https://github.com/Kilo-Org/kilocode/pull/11101) [`294c532`](https://github.com/Kilo-Org/kilocode/commit/294c532f6a355b78ed86d2188891883b07e90cc8) - Prevent task subagents from asking questions that users cannot answer from the parent session. + +- [#11102](https://github.com/Kilo-Org/kilocode/pull/11102) [`8a72708`](https://github.com/Kilo-Org/kilocode/commit/8a727084ae0327fbf195149660c19d2215fb558a) - Prevent duplicate CLI attention alerts and route Kilo prompts through the configurable notification system. + +- [#10866](https://github.com/Kilo-Org/kilocode/pull/10866) [`d5112ed`](https://github.com/Kilo-Org/kilocode/commit/d5112edf90d33333d1064c7ab885cf0a4d92d892) - Stabilize code indexing workers, retry Kilo model catalog downloads, reduce progress log noise, and show indexing failures as TUI notifications instead of writing over the terminal interface. + +- [#11147](https://github.com/Kilo-Org/kilocode/pull/11147) [`9a187d5`](https://github.com/Kilo-Org/kilocode/commit/9a187d5aad5c3bf90a6dac589a0b26069057c3b0) - Configure the project context sidebar width and default diff layout from Global Settings. + +- [#11091](https://github.com/Kilo-Org/kilocode/pull/11091) [`57bef8a`](https://github.com/Kilo-Org/kilocode/commit/57bef8ae68793c9b627ba0400b596bf932311e17) - Prevent streamed tool calls from executing twice and leaving answered questions disabled in VS Code. + +- [#11139](https://github.com/Kilo-Org/kilocode/pull/11139) [`7226635`](https://github.com/Kilo-Org/kilocode/commit/72266359d497f407f951c1b468a50d3093ec9dc3) - Restore Kilo branding, fork-specific CLI commands, and CLI lifecycle initialization after upstream merges. + +- [#11031](https://github.com/Kilo-Org/kilocode/pull/11031) [`bbfd59b`](https://github.com/Kilo-Org/kilocode/commit/bbfd59b85c383277fd8db77fcfd0ec56ea1a25d8) - Remove the unsupported code search tool. + +- [#11117](https://github.com/Kilo-Org/kilocode/pull/11117) [`b75af0d`](https://github.com/Kilo-Org/kilocode/commit/b75af0de8865234a745f71eac03bf2bdea2271b4) - Update the Vercel AI SDK providers for Cerebras, xAI, and OpenAI-compatible endpoints. + +- [#10866](https://github.com/Kilo-Org/kilocode/pull/10866) [`d5112ed`](https://github.com/Kilo-Org/kilocode/commit/d5112edf90d33333d1064c7ab885cf0a4d92d892) - Support configuring code indexing separately for global and project settings in Kilo Console, the CLI TUI, and VS Code. + +- [#11031](https://github.com/Kilo-Org/kilocode/pull/11031) [`28a26b1`](https://github.com/Kilo-Org/kilocode/commit/28a26b11c133686a4656af8be21af619c919301a) - Restore streamed responses in the CLI TUI and move code indexing status into the session sidebar. + +- Updated dependencies [[`a16e82a`](https://github.com/Kilo-Org/kilocode/commit/a16e82a77abf883c2c07c11464d50e08a518acd7), [`9c279a1`](https://github.com/Kilo-Org/kilocode/commit/9c279a16b4a14fc117f34d7aa19e771149031931), [`57bef8a`](https://github.com/Kilo-Org/kilocode/commit/57bef8ae68793c9b627ba0400b596bf932311e17), [`b75af0d`](https://github.com/Kilo-Org/kilocode/commit/b75af0de8865234a745f71eac03bf2bdea2271b4)]: + - @kilocode/kilo-indexing@7.4.0 + - @kilocode/kilo-gateway@7.3.43 + - @kilocode/kilo-telemetry@7.3.43 + - @opencode-ai/ui@7.3.43 + ## 7.3.42 ### Patch Changes diff --git a/packages/opencode/package.json b/packages/opencode/package.json index 04fbb5211b..fc8a5fd515 100644 --- a/packages/opencode/package.json +++ b/packages/opencode/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.3.42", + "version": "7.3.44", "name": "@kilocode/cli", "type": "module", "license": "MIT", diff --git a/packages/plugin-atomic-chat/package.json b/packages/plugin-atomic-chat/package.json index e4813c72ec..0cdecc9257 100644 --- a/packages/plugin-atomic-chat/package.json +++ b/packages/plugin-atomic-chat/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/plugin-atomic-chat", - "version": "7.3.42", + "version": "7.3.44", "description": "Kilo Code plugin for Atomic Chat: auto-detection and dynamic model discovery (OpenAI-compatible local API)", "type": "module", "license": "MIT", diff --git a/packages/plugin/package.json b/packages/plugin/package.json index e77a5e0f14..e10fd21b4d 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/plugin", - "version": "7.3.42", + "version": "7.3.44", "type": "module", "license": "MIT", "scripts": { diff --git a/packages/script/package.json b/packages/script/package.json index f9670d0504..15ccb467af 100644 --- a/packages/script/package.json +++ b/packages/script/package.json @@ -12,6 +12,6 @@ "exports": { ".": "./src/index.ts" }, - "version": "7.3.42", + "version": "7.3.44", "peerDependencies": {} } diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json index 3577389a1d..e9b31bb122 100644 --- a/packages/sdk/js/package.json +++ b/packages/sdk/js/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/sdk", - "version": "7.3.42", + "version": "7.3.44", "type": "module", "license": "MIT", "scripts": { diff --git a/packages/storybook/package.json b/packages/storybook/package.json index a2e2a38654..a1c214ae14 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -26,7 +26,7 @@ "typescript": "catalog:", "vite": "catalog:" }, - "version": "7.3.42", + "version": "7.3.44", "dependencies": {}, "peerDependencies": {} } diff --git a/packages/ui/package.json b/packages/ui/package.json index be462435c5..84c3d2c56b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@opencode-ai/ui", - "version": "7.3.42", + "version": "7.3.44", "type": "module", "license": "MIT", "exports": { diff --git a/script/upstream/package.json b/script/upstream/package.json index 719cf12638..7aa6b8580a 100644 --- a/script/upstream/package.json +++ b/script/upstream/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/upstream-merge", - "version": "7.3.42", + "version": "7.3.44", "private": true, "type": "module", "description": "Scripts for automating upstream opencode merges into Kilo",