diff --git a/.changeset/agent-manager-inherit-model.md b/.changeset/agent-manager-inherit-model.md deleted file mode 100644 index 4753b1647e..0000000000 --- a/.changeset/agent-manager-inherit-model.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Inherit the current model and reasoning variant when Agent Manager starts sessions without explicit overrides. diff --git a/.changeset/calm-tools-agree.md b/.changeset/calm-tools-agree.md deleted file mode 100644 index dcb1b29323..0000000000 --- a/.changeset/calm-tools-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Preserve dynamic tool properties when removing unsupported regex lookarounds. diff --git a/.changeset/calm-worktree-indexing.md b/.changeset/calm-worktree-indexing.md deleted file mode 100644 index de68121f98..0000000000 --- a/.changeset/calm-worktree-indexing.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"@kilocode/kilo-indexing": patch ---- - -Wait for the primary codebase index before indexing a linked worktree, preventing large worktrees from consuming excessive CPU during startup. diff --git a/.changeset/chat-transcript-search.md b/.changeset/chat-transcript-search.md deleted file mode 100644 index ae932c865f..0000000000 --- a/.changeset/chat-transcript-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Add in-chat search to the VS Code sidebar and editor tabs. Click the search icon in the session header to find text across the current conversation, with match case, whole word, and regular expression options, then step through highlighted matches with the next/previous controls. diff --git a/.changeset/clear-model-usage.md b/.changeset/clear-model-usage.md deleted file mode 100644 index aa29fe3bcd..0000000000 --- a/.changeset/clear-model-usage.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Make session model usage easier to scan with collapsible summary rows and aligned steps and cost columns. diff --git a/.changeset/faster-vscode-settings-save.md b/.changeset/faster-vscode-settings-save.md deleted file mode 100644 index 9724da4aef..0000000000 --- a/.changeset/faster-vscode-settings-save.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"kilo-code": patch -"@kilocode/cli": patch ---- - -Speed up VS Code settings saves by draining pending prompts and disposing worktree instances concurrently. diff --git a/.changeset/fix-bedrock-sso.md b/.changeset/fix-bedrock-sso.md deleted file mode 100644 index b3da606f8c..0000000000 --- a/.changeset/fix-bedrock-sso.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Resolve AWS Bedrock credentials from SSO profiles in packaged CLI builds. diff --git a/.changeset/fix-gemini-file-path.md b/.changeset/fix-gemini-file-path.md deleted file mode 100644 index 24846abb0f..0000000000 --- a/.changeset/fix-gemini-file-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Use the correct `filePath` argument name in the Gemini system prompt. diff --git a/.changeset/fix-gemma-thinking-level.md b/.changeset/fix-gemma-thinking-level.md deleted file mode 100644 index bdc4ed7e4d..0000000000 --- a/.changeset/fix-gemma-thinking-level.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Fix Gemma 4 models failing with "thinkingLevel not supported" when using Google AI Studio. diff --git a/.changeset/fix-install-jetbrains-tag.md b/.changeset/fix-install-jetbrains-tag.md deleted file mode 100644 index 5e70f1f4cf..0000000000 --- a/.changeset/fix-install-jetbrains-tag.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Install the latest stable CLI release when newer non-CLI or prerelease releases exist. diff --git a/.changeset/fix-upgrade-curl-version.md b/.changeset/fix-upgrade-curl-version.md deleted file mode 100644 index 7b6b7c641f..0000000000 --- a/.changeset/fix-upgrade-curl-version.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Fix `kilo upgrade` for curl installs resolving the wrong latest version - -The upgrade command's version resolution for curl-detected installations used GitHub's `/releases/latest` endpoint, which now returns JetBrains plugin releases (e.g. `jetbrains/v7.0.4`) instead of the latest CLI release. This caused `kilo upgrade` to fail for curl installs. Version resolution now uses the npm `latest` dist-tag, matching the install script fix. diff --git a/.changeset/gateway-login-rate-limit.md b/.changeset/gateway-login-rate-limit.md deleted file mode 100644 index c162e790b3..0000000000 --- a/.changeset/gateway-login-rate-limit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Show the Kilo Gateway rate-limit message when login has too many pending authorization requests. diff --git a/.changeset/gemini-auth-key-guidance.md b/.changeset/gemini-auth-key-guidance.md deleted file mode 100644 index 4baee88667..0000000000 --- a/.changeset/gemini-auth-key-guidance.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"kilo-code": patch -"@kilocode/cli": patch ---- - -Show troubleshooting and migration guidance when Google Gemini rejects API credentials. diff --git a/.changeset/gemini-mcp-schema-required.md b/.changeset/gemini-mcp-schema-required.md deleted file mode 100644 index b735f56ff6..0000000000 --- a/.changeset/gemini-mcp-schema-required.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Prevent Gemini requests from failing when MCP tool schemas contain `required` fields without matching object properties. diff --git a/.changeset/gentle-gpt-patterns.md b/.changeset/gentle-gpt-patterns.md deleted file mode 100644 index 4225baa0ce..0000000000 --- a/.changeset/gentle-gpt-patterns.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Allow GPT-5.6 models to use tools whose JSON schemas contain regex lookarounds. diff --git a/.changeset/guard-markdown-substitutions.md b/.changeset/guard-markdown-substitutions.md deleted file mode 100644 index e30ef003c3..0000000000 --- a/.changeset/guard-markdown-substitutions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Block environment and out-of-project file substitutions in project markdown configuration. diff --git a/.changeset/hide-gpt-5-5-pro.md b/.changeset/hide-gpt-5-5-pro.md deleted file mode 100644 index 68aa099db8..0000000000 --- a/.changeset/hide-gpt-5-5-pro.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Hide gpt-5.5-pro from the model picker when using ChatGPT OAuth login, since Codex rejects it with HTTP 400. diff --git a/.changeset/jetbrains-dialog-focus-prompt.md b/.changeset/jetbrains-dialog-focus-prompt.md deleted file mode 100644 index 18c2d07685..0000000000 --- a/.changeset/jetbrains-dialog-focus-prompt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Return keyboard focus to the JetBrains prompt after clicking inline session dialog actions. diff --git a/.changeset/jetbrains-orphan-cli-shutdown.md b/.changeset/jetbrains-orphan-cli-shutdown.md deleted file mode 100644 index 2d9ba8da78..0000000000 --- a/.changeset/jetbrains-orphan-cli-shutdown.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Stop orphaned Kilo CLI processes when JetBrains IDEs close, including binaries that ignore graceful shutdown. diff --git a/.changeset/jetbrains-prompt-theme.md b/.changeset/jetbrains-prompt-theme.md deleted file mode 100644 index 242c56960b..0000000000 --- a/.changeset/jetbrains-prompt-theme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Refresh the JetBrains prompt input chrome when switching IDE themes. diff --git a/.changeset/jetbrains-prompt-toolbar-focus.md b/.changeset/jetbrains-prompt-toolbar-focus.md deleted file mode 100644 index d41de49e29..0000000000 --- a/.changeset/jetbrains-prompt-toolbar-focus.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Polish JetBrains prompt focus and copy toolbar positioning. diff --git a/.changeset/jetbrains-revert-loading.md b/.changeset/jetbrains-revert-loading.md deleted file mode 100644 index b438ea8f21..0000000000 --- a/.changeset/jetbrains-revert-loading.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Show rollback/redo progress inline (on the message and redo controls) with a cancel action instead of a full-screen loading overlay. diff --git a/.changeset/jetbrains-revert-redo.md b/.changeset/jetbrains-revert-redo.md deleted file mode 100644 index dc0e5cb6c3..0000000000 --- a/.changeset/jetbrains-revert-redo.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch -"kilo-code": patch ---- - -Support rollback and redo controls in JetBrains sessions and clarify when reverted changes can be redone. diff --git a/.changeset/jetbrains-rollback-snapshot-notice.md b/.changeset/jetbrains-rollback-snapshot-notice.md deleted file mode 100644 index 718edaa047..0000000000 --- a/.changeset/jetbrains-rollback-snapshot-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Clarify in JetBrains rollback that only the conversation was reverted when snapshots are disabled. diff --git a/.changeset/jetbrains-toolbar-tooltips.md b/.changeset/jetbrains-toolbar-tooltips.md deleted file mode 100644 index b5a9789ec4..0000000000 --- a/.changeset/jetbrains-toolbar-tooltips.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Polish JetBrains session message toolbar alignment, rollback icon, and copy tooltips. diff --git a/.changeset/jetbrains-user-prompt-gap.md b/.changeset/jetbrains-user-prompt-gap.md deleted file mode 100644 index 41a2ac21b1..0000000000 --- a/.changeset/jetbrains-user-prompt-gap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Increase spacing before non-initial user prompts in the JetBrains session transcript. diff --git a/.changeset/load-initial-diff-previews.md b/.changeset/load-initial-diff-previews.md deleted file mode 100644 index d6fdf22dd5..0000000000 --- a/.changeset/load-initial-diff-previews.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Load expanded diff previews consistently when opening a review. diff --git a/.changeset/local-sidebar-tabs.md b/.changeset/local-sidebar-tabs.md deleted file mode 100644 index 8e73b40bc0..0000000000 --- a/.changeset/local-sidebar-tabs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Open multiple same-repository sessions as tabs from Kilo sidebar and editor-tab chats. diff --git a/.changeset/quiet-permissions-speak.md b/.changeset/quiet-permissions-speak.md deleted file mode 100644 index 2621bf9a0c..0000000000 --- a/.changeset/quiet-permissions-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Show effective permission defaults and clarify external-directory approvals in VS Code. diff --git a/.changeset/remove-gpt-task-prompt.md b/.changeset/remove-gpt-task-prompt.md deleted file mode 100644 index 0148b26d1d..0000000000 --- a/.changeset/remove-gpt-task-prompt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Stop explicitly directing GPT and Codex models to delegate tasks to subagents. diff --git a/.changeset/sandbox-controls-setting.md b/.changeset/sandbox-controls-setting.md deleted file mode 100644 index 9d35cb5047..0000000000 --- a/.changeset/sandbox-controls-setting.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Show sandbox controls only after sandboxing is enabled in settings. diff --git a/.changeset/sandbox-network-destinations.md b/.changeset/sandbox-network-destinations.md deleted file mode 100644 index 546c41213f..0000000000 --- a/.changeset/sandbox-network-destinations.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"kilo-code": minor -"@kilocode/cli": minor -"@kilocode/sdk": minor ---- - -Support configuring network destinations that sandboxed tools can reach while network access is otherwise restricted. diff --git a/.changeset/serve-parent-watchdog.md b/.changeset/serve-parent-watchdog.md deleted file mode 100644 index 2b2aaec1e0..0000000000 --- a/.changeset/serve-parent-watchdog.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Shut down the headless `kilo serve` process automatically when the editor client that launched it exits without a clean signal, preventing orphaned CLI processes. diff --git a/.changeset/tidy-gpt-reasoning.md b/.changeset/tidy-gpt-reasoning.md deleted file mode 100644 index dba3322f6c..0000000000 --- a/.changeset/tidy-gpt-reasoning.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"@kilocode/kilo-ui": patch ---- - -Show detailed GPT-5.6 reasoning summaries and avoid expandable blank panels when a provider returns only a summary title. diff --git a/.changeset/vscode-file-picker-mention.md b/.changeset/vscode-file-picker-mention.md deleted file mode 100644 index 673b888750..0000000000 --- a/.changeset/vscode-file-picker-mention.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Add a "Browse files..." option to the @ mention dropdown in the VS Code extension prompt input. Selecting it opens a native file picker and mentions the chosen file, so you can point Kilo Code at files outside the current workspace. Files outside the workspace are not auto-attached; Kilo Code reads them on request through the normal Read tool, respecting your file access permissions. diff --git a/.changeset/windows-local-agent-sessions.md b/.changeset/windows-local-agent-sessions.md deleted file mode 100644 index 6d6b06f9bc..0000000000 --- a/.changeset/windows-local-agent-sessions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Start Agent Manager local sessions on Windows when workspace drive-letter casing differs. diff --git a/bun.lock b/bun.lock index be2de724ff..efcc3455ed 100644 --- a/bun.lock +++ b/bun.lock @@ -28,7 +28,7 @@ }, "packages/core": { "name": "@opencode-ai/core", - "version": "7.4.5", + "version": "7.4.6", "bin": { "opencode": "./bin/opencode", }, @@ -93,7 +93,7 @@ }, "packages/effect-drizzle-sqlite": { "name": "@opencode-ai/effect-drizzle-sqlite", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "drizzle-orm": "catalog:", "effect": "catalog:", @@ -107,7 +107,7 @@ }, "packages/http-recorder": { "name": "@opencode-ai/http-recorder", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "@effect/platform-node": "catalog:", "effect": "catalog:", @@ -120,7 +120,7 @@ }, "packages/kilo-console": { "name": "@kilocode/kilo-console", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "@kilocode/kilo-web-ui": "workspace:*", "@kilocode/sdk": "workspace:*", @@ -142,7 +142,7 @@ }, "packages/kilo-docs": { "name": "@kilocode/kilo-docs", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "@docsearch/css": "^4", "@docsearch/js": "^4", @@ -172,7 +172,7 @@ }, "packages/kilo-gateway": { "name": "@kilocode/kilo-gateway", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "@ai-sdk/alibaba": "1.0.17", "@ai-sdk/anthropic": "3.0.71", @@ -208,7 +208,7 @@ }, "packages/kilo-i18n": { "name": "@kilocode/kilo-i18n", - "version": "7.4.5", + "version": "7.4.6", "devDependencies": { "@tsconfig/node22": "catalog:", "@types/bun": "catalog:", @@ -218,7 +218,7 @@ }, "packages/kilo-indexing": { "name": "@kilocode/kilo-indexing", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "@aws-sdk/client-bedrock-runtime": "3.1005.0", "@aws-sdk/credential-provider-ini": "3.972.31", @@ -254,7 +254,7 @@ }, "packages/kilo-memory": { "name": "@kilocode/kilo-memory", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "effect": "catalog:", "zod": "catalog:", @@ -268,7 +268,7 @@ }, "packages/kilo-sandbox": { "name": "@kilocode/sandbox", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "@anthropic-ai/sandbox-runtime": "catalog:", "effect": "catalog:", @@ -283,7 +283,7 @@ }, "packages/kilo-telemetry": { "name": "@kilocode/kilo-telemetry", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "@kilocode/kilo-gateway": "workspace:*", "posthog-node": "4.4.0", @@ -297,7 +297,7 @@ }, "packages/kilo-ui": { "name": "@kilocode/kilo-ui", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "@kilocode/sdk": "workspace:*", "@kobalte/core": "0.13.11", @@ -334,7 +334,7 @@ }, "packages/kilo-vscode": { "name": "kilo-code", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "@anthropic-ai/sdk": "^0.39.0", "@kilocode/kilo-gateway": "workspace:*", @@ -403,7 +403,7 @@ }, "packages/kilo-web-ui": { "name": "@kilocode/kilo-web-ui", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "@kilocode/kilo-ui": "workspace:*", "@kobalte/core": "catalog:", @@ -420,7 +420,7 @@ }, "packages/llm": { "name": "@opencode-ai/llm", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "@smithy/eventstream-codec": "4.2.14", "@smithy/util-utf8": "4.2.2", @@ -438,7 +438,7 @@ }, "packages/opencode": { "name": "@kilocode/cli", - "version": "7.4.5", + "version": "7.4.6", "bin": { "kilo": "./bin/kilo", "kilocode": "./bin/kilo", @@ -588,7 +588,7 @@ }, "packages/plugin": { "name": "@kilocode/plugin", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "@kilocode/sdk": "workspace:*", "effect": "catalog:", @@ -616,7 +616,7 @@ }, "packages/plugin-atomic-chat": { "name": "@kilocode/plugin-atomic-chat", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "@kilocode/plugin": "workspace:*", }, @@ -630,7 +630,7 @@ }, "packages/script": { "name": "@opencode-ai/script", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "semver": "^7.6.3", }, @@ -641,7 +641,7 @@ }, "packages/sdk/js": { "name": "@kilocode/sdk", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "cross-spawn": "catalog:", }, @@ -656,7 +656,7 @@ }, "packages/storybook": { "name": "@opencode-ai/storybook", - "version": "7.4.5", + "version": "7.4.6", "devDependencies": { "@opencode-ai/ui": "workspace:*", "@solidjs/meta": "catalog:", @@ -679,7 +679,7 @@ }, "packages/ui": { "name": "@opencode-ai/ui", - "version": "7.4.5", + "version": "7.4.6", "dependencies": { "@kilocode/sdk": "workspace:*", "@kobalte/core": "catalog:", diff --git a/package.json b/package.json index 4a8f78d59b..2af9f468ec 100644 --- a/package.json +++ b/package.json @@ -152,6 +152,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.4.5", + "version": "7.4.6", "peerDependencies": {} } diff --git a/packages/core/package.json b/packages/core/package.json index a1068025f6..507a3cba8b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.4.5", + "version": "7.4.6", "name": "@opencode-ai/core", "type": "module", "license": "MIT", diff --git a/packages/effect-drizzle-sqlite/package.json b/packages/effect-drizzle-sqlite/package.json index fd5b364316..cf39f0711b 100644 --- a/packages/effect-drizzle-sqlite/package.json +++ b/packages/effect-drizzle-sqlite/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.4.5", + "version": "7.4.6", "name": "@opencode-ai/effect-drizzle-sqlite", "type": "module", "license": "MIT", diff --git a/packages/extensions/zed/extension.toml b/packages/extensions/zed/extension.toml index 761dc338f1..353f253c89 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.4.5" +version = "7.4.6" 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.4.5/opencode-darwin-arm64.zip" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.4.6/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.4.5/opencode-darwin-x64.zip" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.4.6/opencode-darwin-x64.zip" cmd = "./opencode" args = ["acp"] [agent_servers.opencode.targets.linux-aarch64] -archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.4.5/opencode-linux-arm64.tar.gz" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.4.6/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.4.5/opencode-linux-x64.tar.gz" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.4.6/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.4.5/opencode-windows-x64.zip" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.4.6/opencode-windows-x64.zip" cmd = "./opencode.exe" args = ["acp"] diff --git a/packages/http-recorder/package.json b/packages/http-recorder/package.json index 855fe7e81e..a9123c305c 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.4.5", + "version": "7.4.6", "name": "@opencode-ai/http-recorder", "type": "module", "license": "MIT", diff --git a/packages/kilo-console/package.json b/packages/kilo-console/package.json index 8d451cea65..76842b3b68 100755 --- a/packages/kilo-console/package.json +++ b/packages/kilo-console/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/kilo-console", - "version": "7.4.5", + "version": "7.4.6", "private": true, "type": "module", "scripts": { diff --git a/packages/kilo-docs/package.json b/packages/kilo-docs/package.json index 233a8baa93..9e5730f450 100644 --- a/packages/kilo-docs/package.json +++ b/packages/kilo-docs/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/kilo-docs", - "version": "7.4.5", + "version": "7.4.6", "private": true, "scripts": { "dev": "next dev --webpack --port 3002", diff --git a/packages/kilo-gateway/package.json b/packages/kilo-gateway/package.json index 434bce6af3..89728f5df6 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.4.5", + "version": "7.4.6", "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 8bef38f49e..7d3d5a8ce8 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.4.5", + "version": "7.4.6", "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 d1c4cb4a80..bfe8bca62b 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.4.5", + "version": "7.4.6", "type": "module", "license": "MIT", "description": "Standalone indexing engine and host helpers for Kilo Code", diff --git a/packages/kilo-jetbrains/CHANGELOG.md b/packages/kilo-jetbrains/CHANGELOG.md index 141781a513..e7d6fd37b5 100644 --- a/packages/kilo-jetbrains/CHANGELOG.md +++ b/packages/kilo-jetbrains/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 7.4.6 + +### Patch Changes + +- [#12059](https://github.com/Kilo-Org/kilocode/pull/12059) [`42a4966`](https://github.com/Kilo-Org/kilocode/commit/42a49667a946a2f4f22df44b82aa5c3ff11f9aee) - Return keyboard focus to the JetBrains prompt after clicking inline session dialog actions. + +- [#12105](https://github.com/Kilo-Org/kilocode/pull/12105) [`8ceeb0f`](https://github.com/Kilo-Org/kilocode/commit/8ceeb0fb990911f5dc4647f7f9d75b26f5ce0ec4) - Stop orphaned Kilo CLI processes when JetBrains IDEs close, including binaries that ignore graceful shutdown. + +- [#12059](https://github.com/Kilo-Org/kilocode/pull/12059) [`39cec20`](https://github.com/Kilo-Org/kilocode/commit/39cec2063572368462acd3347bbf588991f366e2) - Refresh the JetBrains prompt input chrome when switching IDE themes. + +- [#12059](https://github.com/Kilo-Org/kilocode/pull/12059) [`04a1aa1`](https://github.com/Kilo-Org/kilocode/commit/04a1aa1b123f1b64591786d32fd58a30019fe007) - Polish JetBrains prompt focus and copy toolbar positioning. + +- [#12104](https://github.com/Kilo-Org/kilocode/pull/12104) [`c1b206b`](https://github.com/Kilo-Org/kilocode/commit/c1b206b161b8376355fdb2c16a7f4e972e7806fd) - Show rollback/redo progress inline (on the message and redo controls) with a cancel action instead of a full-screen loading overlay. + +- [#12059](https://github.com/Kilo-Org/kilocode/pull/12059) [`7e7ab7e`](https://github.com/Kilo-Org/kilocode/commit/7e7ab7e795ca0922f16bfa549d088c23fe631c2f) - Support rollback and redo controls in JetBrains sessions and clarify when reverted changes can be redone. + +- [#12059](https://github.com/Kilo-Org/kilocode/pull/12059) [`c1415d2`](https://github.com/Kilo-Org/kilocode/commit/c1415d2879bd7eb38910df43f7593cd641dbd343) - Clarify in JetBrains rollback that only the conversation was reverted when snapshots are disabled. + +- [#12059](https://github.com/Kilo-Org/kilocode/pull/12059) [`eb8950c`](https://github.com/Kilo-Org/kilocode/commit/eb8950c1efc3386ebc479c09298187768c6e0cc5) - Polish JetBrains session message toolbar alignment, rollback icon, and copy tooltips. + +- [#12059](https://github.com/Kilo-Org/kilocode/pull/12059) [`8ea3f10`](https://github.com/Kilo-Org/kilocode/commit/8ea3f10495e28c8a131b805d51f8f7524895148b) - Increase spacing before non-initial user prompts in the JetBrains session transcript. + ## [Unreleased] ## [7.0.4] - 2026-07-10 diff --git a/packages/kilo-memory/package.json b/packages/kilo-memory/package.json index 8551c45a45..af55afc47b 100644 --- a/packages/kilo-memory/package.json +++ b/packages/kilo-memory/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/kilo-memory", - "version": "7.4.5", + "version": "7.4.6", "type": "module", "license": "MIT", "description": "Project memory storage, indexing, recall, and command helpers for Kilo Code", diff --git a/packages/kilo-sandbox/package.json b/packages/kilo-sandbox/package.json index 804a0e8946..8c3f233234 100644 --- a/packages/kilo-sandbox/package.json +++ b/packages/kilo-sandbox/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/sandbox", - "version": "7.4.5", + "version": "7.4.6", "type": "module", "license": "MIT", "private": true, diff --git a/packages/kilo-telemetry/package.json b/packages/kilo-telemetry/package.json index 18f0e19414..041c7ad58b 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.4.5", + "version": "7.4.6", "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 0636c54155..4277ee12f7 100644 --- a/packages/kilo-ui/package.json +++ b/packages/kilo-ui/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/kilo-ui", - "version": "7.4.5", + "version": "7.4.6", "type": "module", "license": "MIT", "exports": { diff --git a/packages/kilo-vscode/CHANGELOG.md b/packages/kilo-vscode/CHANGELOG.md index 84ce6cb5f2..ea5e4cf6bf 100644 --- a/packages/kilo-vscode/CHANGELOG.md +++ b/packages/kilo-vscode/CHANGELOG.md @@ -1,5 +1,46 @@ # kilo-code +## 7.4.6 + +### Minor Changes + +- [#12155](https://github.com/Kilo-Org/kilocode/pull/12155) [`7a7c28c`](https://github.com/Kilo-Org/kilocode/commit/7a7c28c27139f12dbe1e674db3fbf7b7cb42c6fa) - Add in-chat search to the VS Code sidebar and editor tabs. Click the search icon in the session header to find text across the current conversation, with match case, whole word, and regular expression options, then step through highlighted matches with the next/previous controls. + +- [#10466](https://github.com/Kilo-Org/kilocode/pull/10466) [`4051eec`](https://github.com/Kilo-Org/kilocode/commit/4051eec1707b1b9dc59f645742739a293a0ae0aa) - Open multiple same-repository sessions as tabs from Kilo sidebar and editor-tab chats. + +- [#12075](https://github.com/Kilo-Org/kilocode/pull/12075) [`1e0b25a`](https://github.com/Kilo-Org/kilocode/commit/1e0b25a134a11c03494d5871be3e43a6881f1d87) - Support configuring network destinations that sandboxed tools can reach while network access is otherwise restricted. + +- [#12028](https://github.com/Kilo-Org/kilocode/pull/12028) [`b2831c2`](https://github.com/Kilo-Org/kilocode/commit/b2831c20d9c39aaec053672161f9ce4791374f43) Thanks [@sylwester-liljegren](https://github.com/sylwester-liljegren)! - Add a "Browse files..." option to the @ mention dropdown in the VS Code extension prompt input. Selecting it opens a native file picker and mentions the chosen file, so you can point Kilo Code at files outside the current workspace. Files outside the workspace are not auto-attached; Kilo Code reads them on request through the normal Read tool, respecting your file access permissions. + +### Patch Changes + +- [#12093](https://github.com/Kilo-Org/kilocode/pull/12093) [`8b46601`](https://github.com/Kilo-Org/kilocode/commit/8b466010c58497acd35867c8a67292c063f3dac4) - Speed up VS Code settings saves by draining pending prompts and disposing worktree instances concurrently. + +- [#12162](https://github.com/Kilo-Org/kilocode/pull/12162) [`3ee9144`](https://github.com/Kilo-Org/kilocode/commit/3ee91448eeadf353fc611d8e42ac1f5c8cb5eac0) - Show troubleshooting and migration guidance when Google Gemini rejects API credentials. + +- [#12040](https://github.com/Kilo-Org/kilocode/pull/12040) [`93c209b`](https://github.com/Kilo-Org/kilocode/commit/93c209bfd1f068b26b38ac4e9b7237d4c7f095e1) Thanks [@rakshith1928](https://github.com/rakshith1928)! - Hide gpt-5.5-pro from the model picker when using ChatGPT OAuth login, since Codex rejects it with HTTP 400. + +- [#12059](https://github.com/Kilo-Org/kilocode/pull/12059) [`7e7ab7e`](https://github.com/Kilo-Org/kilocode/commit/7e7ab7e795ca0922f16bfa549d088c23fe631c2f) - Support rollback and redo controls in JetBrains sessions and clarify when reverted changes can be redone. + +- [#12089](https://github.com/Kilo-Org/kilocode/pull/12089) [`e674cdf`](https://github.com/Kilo-Org/kilocode/commit/e674cdf6688383a7418441483ac55007489b6bbb) - Load expanded diff previews consistently when opening a review. + +- [#12077](https://github.com/Kilo-Org/kilocode/pull/12077) [`39468b0`](https://github.com/Kilo-Org/kilocode/commit/39468b0441ddb46aa24a27d2efd6d6a2662ef392) - Show effective permission defaults and clarify external-directory approvals in VS Code. + +- [#12078](https://github.com/Kilo-Org/kilocode/pull/12078) [`09f12c2`](https://github.com/Kilo-Org/kilocode/commit/09f12c2351ba20408b1b3030dbe32fdfbd6599b5) - Show sandbox controls only after sandboxing is enabled in settings. + +- [#12105](https://github.com/Kilo-Org/kilocode/pull/12105) [`e0bfed3`](https://github.com/Kilo-Org/kilocode/commit/e0bfed308ce7906e4d9ca923e82eda1c20cefd2b) - Shut down the headless `kilo serve` process automatically when the editor client that launched it exits without a clean signal, preventing orphaned CLI processes. + +- [#12152](https://github.com/Kilo-Org/kilocode/pull/12152) [`f6149e8`](https://github.com/Kilo-Org/kilocode/commit/f6149e8b1ff3300f4244190628e6f081811ac5b8) - Start Agent Manager local sessions on Windows when workspace drive-letter casing differs. + +- Updated dependencies [[`039b73d`](https://github.com/Kilo-Org/kilocode/commit/039b73dfaefe93452501a48914eaeeb2f83c572b), [`1e0b25a`](https://github.com/Kilo-Org/kilocode/commit/1e0b25a134a11c03494d5871be3e43a6881f1d87), [`94b553b`](https://github.com/Kilo-Org/kilocode/commit/94b553b91b130d996ce833e168e579df51a14957)]: + - @kilocode/kilo-indexing@7.4.6 + - @kilocode/sdk@7.5.0 + - @kilocode/kilo-ui@7.4.6 + - @kilocode/plugin@7.4.6 + - @opencode-ai/ui@7.4.6 + - @kilocode/kilo-gateway@7.4.6 + - @opencode-ai/core@7.4.6 + ## 7.4.4 ### Patch Changes diff --git a/packages/kilo-vscode/package.json b/packages/kilo-vscode/package.json index f95f880ada..321e7834b8 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.4.5", + "version": "7.4.6", "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 e7899d46df..1f93096c46 100644 --- a/packages/kilo-vscode/tests/package.json +++ b/packages/kilo-vscode/tests/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "7.4.5", + "version": "7.4.6", "dependencies": {}, "devDependencies": {}, "peerDependencies": {} diff --git a/packages/kilo-web-ui/package.json b/packages/kilo-web-ui/package.json index cbd8cadfce..829e4e717a 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.4.5", + "version": "7.4.6", "type": "module", "license": "MIT", "exports": { diff --git a/packages/llm/package.json b/packages/llm/package.json index e959aaefdf..5692f7e610 100644 --- a/packages/llm/package.json +++ b/packages/llm/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.4.5", + "version": "7.4.6", "name": "@opencode-ai/llm", "type": "module", "license": "MIT", diff --git a/packages/opencode/CHANGELOG.md b/packages/opencode/CHANGELOG.md index 65f9be88bb..d3f3a38933 100644 --- a/packages/opencode/CHANGELOG.md +++ b/packages/opencode/CHANGELOG.md @@ -1,5 +1,62 @@ # @kilocode/cli +## 7.4.6 + +### Minor Changes + +- [#12075](https://github.com/Kilo-Org/kilocode/pull/12075) [`1e0b25a`](https://github.com/Kilo-Org/kilocode/commit/1e0b25a134a11c03494d5871be3e43a6881f1d87) - Support configuring network destinations that sandboxed tools can reach while network access is otherwise restricted. + +### Patch Changes + +- [#12073](https://github.com/Kilo-Org/kilocode/pull/12073) [`71aa54e`](https://github.com/Kilo-Org/kilocode/commit/71aa54e4131a9ac9b39d2d9585b2101da76d35ca) - Inherit the current model and reasoning variant when Agent Manager starts sessions without explicit overrides. + +- [#12166](https://github.com/Kilo-Org/kilocode/pull/12166) [`4618f1b`](https://github.com/Kilo-Org/kilocode/commit/4618f1b092a948459374a733625f06d02447dc6e) - Preserve dynamic tool properties when removing unsupported regex lookarounds. + +- [#12164](https://github.com/Kilo-Org/kilocode/pull/12164) [`039b73d`](https://github.com/Kilo-Org/kilocode/commit/039b73dfaefe93452501a48914eaeeb2f83c572b) - Wait for the primary codebase index before indexing a linked worktree, preventing large worktrees from consuming excessive CPU during startup. + +- [#12106](https://github.com/Kilo-Org/kilocode/pull/12106) [`b6b55d1`](https://github.com/Kilo-Org/kilocode/commit/b6b55d1a3454bc057ddd24144b0f8d21f870ee55) - Make session model usage easier to scan with collapsible summary rows and aligned steps and cost columns. + +- [#12093](https://github.com/Kilo-Org/kilocode/pull/12093) [`8b46601`](https://github.com/Kilo-Org/kilocode/commit/8b466010c58497acd35867c8a67292c063f3dac4) - Speed up VS Code settings saves by draining pending prompts and disposing worktree instances concurrently. + +- [#12079](https://github.com/Kilo-Org/kilocode/pull/12079) [`0a64070`](https://github.com/Kilo-Org/kilocode/commit/0a640706adcf15968ebc5436e83c6a9c5b8cc4ad) - Resolve AWS Bedrock credentials from SSO profiles in packaged CLI builds. + +- [#12101](https://github.com/Kilo-Org/kilocode/pull/12101) [`bf2b33b`](https://github.com/Kilo-Org/kilocode/commit/bf2b33b87bfc5c35de2173ea66c50e630458e2a5) Thanks [@Githubguy132010](https://github.com/Githubguy132010)! - Use the correct `filePath` argument name in the Gemini system prompt. + +- [#12149](https://github.com/Kilo-Org/kilocode/pull/12149) [`05dadaa`](https://github.com/Kilo-Org/kilocode/commit/05dadaaaed29a04c93aa25f85bddea73a155139e) Thanks [@umi008](https://github.com/umi008)! - Fix Gemma 4 models failing with "thinkingLevel not supported" when using Google AI Studio. + +- [#12148](https://github.com/Kilo-Org/kilocode/pull/12148) [`77f7983`](https://github.com/Kilo-Org/kilocode/commit/77f7983995bcf52debe03ed9209dc56ba3153c31) Thanks [@umi008](https://github.com/umi008)! - Install the latest stable CLI release when newer non-CLI or prerelease releases exist. + +- [#12167](https://github.com/Kilo-Org/kilocode/pull/12167) [`988a92e`](https://github.com/Kilo-Org/kilocode/commit/988a92eae99e453f5a4fe260b0894d93b7271de9) - Fix `kilo upgrade` for curl installs resolving the wrong latest version + + The upgrade command's version resolution for curl-detected installations used GitHub's `/releases/latest` endpoint, which now returns JetBrains plugin releases (e.g. `jetbrains/v7.0.4`) instead of the latest CLI release. This caused `kilo upgrade` to fail for curl installs. Version resolution now uses the npm `latest` dist-tag, matching the install script fix. + +- [#11837](https://github.com/Kilo-Org/kilocode/pull/11837) [`654e10e`](https://github.com/Kilo-Org/kilocode/commit/654e10e25b320fc4518dec192e3fb63137b47182) Thanks [@mjnaderi](https://github.com/mjnaderi)! - Show the Kilo Gateway rate-limit message when login has too many pending authorization requests. + +- [#12162](https://github.com/Kilo-Org/kilocode/pull/12162) [`3ee9144`](https://github.com/Kilo-Org/kilocode/commit/3ee91448eeadf353fc611d8e42ac1f5c8cb5eac0) - Show troubleshooting and migration guidance when Google Gemini rejects API credentials. + +- [#11955](https://github.com/Kilo-Org/kilocode/pull/11955) [`cac82a3`](https://github.com/Kilo-Org/kilocode/commit/cac82a36cac448154c880a0ebdfd283b89559668) Thanks [@jstar0](https://github.com/jstar0)! - Prevent Gemini requests from failing when MCP tool schemas contain `required` fields without matching object properties. + +- [#12153](https://github.com/Kilo-Org/kilocode/pull/12153) [`be15cf4`](https://github.com/Kilo-Org/kilocode/commit/be15cf4b556bea96aaef6de1b3c405b86c0d1a6c) - Allow GPT-5.6 models to use tools whose JSON schemas contain regex lookarounds. + +- [#12168](https://github.com/Kilo-Org/kilocode/pull/12168) [`032f3bb`](https://github.com/Kilo-Org/kilocode/commit/032f3bb55f85ce2b2cc07cea54edf59b23abfcc4) - Block environment and out-of-project file substitutions in project markdown configuration. + +- [#12040](https://github.com/Kilo-Org/kilocode/pull/12040) [`93c209b`](https://github.com/Kilo-Org/kilocode/commit/93c209bfd1f068b26b38ac4e9b7237d4c7f095e1) Thanks [@rakshith1928](https://github.com/rakshith1928)! - Hide gpt-5.5-pro from the model picker when using ChatGPT OAuth login, since Codex rejects it with HTTP 400. + +- [#12087](https://github.com/Kilo-Org/kilocode/pull/12087) [`1f99fb2`](https://github.com/Kilo-Org/kilocode/commit/1f99fb2332b398f8f5066587c970454e7c9d49f9) - Stop explicitly directing GPT and Codex models to delegate tasks to subagents. + +- [#12105](https://github.com/Kilo-Org/kilocode/pull/12105) [`e0bfed3`](https://github.com/Kilo-Org/kilocode/commit/e0bfed308ce7906e4d9ca923e82eda1c20cefd2b) - Shut down the headless `kilo serve` process automatically when the editor client that launched it exits without a clean signal, preventing orphaned CLI processes. + +- [#12092](https://github.com/Kilo-Org/kilocode/pull/12092) [`94b553b`](https://github.com/Kilo-Org/kilocode/commit/94b553b91b130d996ce833e168e579df51a14957) - Show detailed GPT-5.6 reasoning summaries and avoid expandable blank panels when a provider returns only a summary title. + +- Updated dependencies [[`039b73d`](https://github.com/Kilo-Org/kilocode/commit/039b73dfaefe93452501a48914eaeeb2f83c572b), [`1e0b25a`](https://github.com/Kilo-Org/kilocode/commit/1e0b25a134a11c03494d5871be3e43a6881f1d87)]: + - @kilocode/kilo-indexing@7.4.6 + - @kilocode/sdk@7.5.0 + - @kilocode/plugin@7.4.6 + - @opencode-ai/ui@7.4.6 + - @kilocode/kilo-gateway@7.4.6 + - @kilocode/plugin-atomic-chat@7.4.6 + - @kilocode/kilo-telemetry@7.4.6 + ## 7.4.4 ### Minor Changes diff --git a/packages/opencode/package.json b/packages/opencode/package.json index 2d2572bbdd..1bebbe8f63 100644 --- a/packages/opencode/package.json +++ b/packages/opencode/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.4.5", + "version": "7.4.6", "name": "@kilocode/cli", "type": "module", "license": "MIT", diff --git a/packages/plugin-atomic-chat/package.json b/packages/plugin-atomic-chat/package.json index cc287dde98..6e230cff8c 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.4.5", + "version": "7.4.6", "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 977ba1ed60..614dcee645 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.4.5", + "version": "7.4.6", "type": "module", "license": "MIT", "scripts": { diff --git a/packages/script/package.json b/packages/script/package.json index e29d67832a..c77c20599e 100644 --- a/packages/script/package.json +++ b/packages/script/package.json @@ -12,6 +12,6 @@ "exports": { ".": "./src/index.ts" }, - "version": "7.4.5", + "version": "7.4.6", "peerDependencies": {} } diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json index 3c1b82a330..a93cb3a6f6 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.4.5", + "version": "7.4.6", "type": "module", "license": "MIT", "scripts": { diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 077b50e641..ff5bd171c9 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -26,7 +26,7 @@ "typescript": "catalog:", "vite": "catalog:" }, - "version": "7.4.5", + "version": "7.4.6", "dependencies": {}, "peerDependencies": {} } diff --git a/packages/ui/package.json b/packages/ui/package.json index ef6165d896..40c111f436 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@opencode-ai/ui", - "version": "7.4.5", + "version": "7.4.6", "type": "module", "license": "MIT", "exports": { diff --git a/script/upstream/package.json b/script/upstream/package.json index 8b0b964642..b5e2b16eac 100644 --- a/script/upstream/package.json +++ b/script/upstream/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/upstream-merge", - "version": "7.4.5", + "version": "7.4.6", "private": true, "type": "module", "description": "Scripts for automating upstream opencode merges into Kilo",