release: v7.5.5

This commit is contained in:
kilo-maintainer[bot]
2026-08-26 18:58:17 +00:00
parent 1aac872cb5
commit 99c621ee78
41 changed files with 86 additions and 80 deletions
@@ -1,6 +0,0 @@
---
"@kilocode/cli": patch
"kilo-code": patch
---
Prevent inaccessible Windows PowerShell execution aliases from blocking CLI and extension startup.
+1 -1
View File
@@ -21,5 +21,5 @@
"@types/react-dom": "^19.2.3",
"typescript": "^5.8.2"
},
"version": "7.5.4"
"version": "7.5.5"
}
+32 -32
View File
@@ -32,7 +32,7 @@
},
"packages/client": {
"name": "@opencode-ai/client",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@opencode-ai/protocol": "workspace:*",
"@opencode-ai/schema": "workspace:*",
@@ -56,7 +56,7 @@
},
"packages/codemode": {
"name": "@opencode-ai/codemode",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"acorn": "8.15.0",
"effect": "catalog:",
@@ -70,7 +70,7 @@
},
"packages/core": {
"name": "@opencode-ai/core",
"version": "7.5.4",
"version": "7.5.5",
"bin": {
"opencode": "./bin/opencode",
},
@@ -168,7 +168,7 @@
},
"packages/effect-drizzle-sqlite": {
"name": "@opencode-ai/effect-drizzle-sqlite",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"drizzle-orm": "catalog:",
"effect": "catalog:",
@@ -182,7 +182,7 @@
},
"packages/effect-sqlite-node": {
"name": "@opencode-ai/effect-sqlite-node",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"effect": "catalog:",
},
@@ -194,7 +194,7 @@
},
"packages/http-recorder": {
"name": "@opencode-ai/http-recorder",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@effect/platform-node": "4.0.0-beta.83",
"@effect/platform-node-shared": "4.0.0-beta.83",
@@ -215,7 +215,7 @@
},
"packages/httpapi-codegen": {
"name": "@opencode-ai/httpapi-codegen",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"effect": "catalog:",
"prettier": "3.6.2",
@@ -228,7 +228,7 @@
},
"packages/kilo-console": {
"name": "@kilocode/kilo-console",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@kilocode/kilo-indexing": "workspace:*",
"@kilocode/kilo-web-ui": "workspace:*",
@@ -251,7 +251,7 @@
},
"packages/kilo-docs": {
"name": "@kilocode/kilo-docs",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@docsearch/css": "^4",
"@docsearch/js": "^4",
@@ -281,7 +281,7 @@
},
"packages/kilo-gateway": {
"name": "@kilocode/kilo-gateway",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@ai-sdk/anthropic": "3.0.82",
"@ai-sdk/openai": "3.0.88",
@@ -315,7 +315,7 @@
},
"packages/kilo-i18n": {
"name": "@kilocode/kilo-i18n",
"version": "7.5.4",
"version": "7.5.5",
"devDependencies": {
"@tsconfig/node22": "catalog:",
"@types/bun": "catalog:",
@@ -325,7 +325,7 @@
},
"packages/kilo-indexing": {
"name": "@kilocode/kilo-indexing",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "3.1005.0",
"@aws-sdk/credential-provider-ini": "3.972.31",
@@ -361,7 +361,7 @@
},
"packages/kilo-memory": {
"name": "@kilocode/kilo-memory",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"effect": "catalog:",
"zod": "catalog:",
@@ -375,7 +375,7 @@
},
"packages/kilo-sandbox": {
"name": "@kilocode/sandbox",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@anthropic-ai/sandbox-runtime": "catalog:",
"effect": "catalog:",
@@ -390,7 +390,7 @@
},
"packages/kilo-telemetry": {
"name": "@kilocode/kilo-telemetry",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@kilocode/kilo-gateway": "workspace:*",
"posthog-node": "4.4.0",
@@ -404,7 +404,7 @@
},
"packages/kilo-ui": {
"name": "@kilocode/kilo-ui",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@kilocode/sdk": "workspace:*",
"@kobalte/core": "0.13.11",
@@ -442,7 +442,7 @@
},
"packages/kilo-vscode": {
"name": "kilo-code",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"@kilocode/kilo-gateway": "workspace:*",
@@ -515,7 +515,7 @@
},
"packages/kilo-web-ui": {
"name": "@kilocode/kilo-web-ui",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@kilocode/kilo-ui": "workspace:*",
"@kobalte/core": "catalog:",
@@ -532,7 +532,7 @@
},
"packages/llm": {
"name": "@opencode-ai/llm",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@opencode-ai/schema": "workspace:*",
"@smithy/eventstream-codec": "4.2.14",
@@ -551,7 +551,7 @@
},
"packages/opencode": {
"name": "@kilocode/cli",
"version": "7.5.4",
"version": "7.5.5",
"bin": {
"kilo": "./bin/kilo",
"kilocode": "./bin/kilo",
@@ -719,7 +719,7 @@
},
"packages/plugin": {
"name": "@kilocode/plugin",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@ai-sdk/provider": "3.0.8",
"@kilocode/sdk": "workspace:*",
@@ -748,7 +748,7 @@
},
"packages/plugin-atomic-chat": {
"name": "@kilocode/plugin-atomic-chat",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@kilocode/plugin": "workspace:*",
},
@@ -762,7 +762,7 @@
},
"packages/protocol": {
"name": "@opencode-ai/protocol",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@opencode-ai/schema": "workspace:*",
"effect": "catalog:",
@@ -775,7 +775,7 @@
},
"packages/schema": {
"name": "@opencode-ai/schema",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"effect": "catalog:",
},
@@ -787,7 +787,7 @@
},
"packages/script": {
"name": "@opencode-ai/script",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"semver": "^7.6.3",
},
@@ -798,7 +798,7 @@
},
"packages/sdk-next": {
"name": "@opencode-ai/sdk-next",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@opencode-ai/client": "workspace:*",
"@opencode-ai/core": "workspace:*",
@@ -813,7 +813,7 @@
},
"packages/sdk/js": {
"name": "@kilocode/sdk",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"cross-spawn": "catalog:",
},
@@ -828,7 +828,7 @@
},
"packages/server": {
"name": "@opencode-ai/server",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@opencode-ai/core": "workspace:*",
"@opencode-ai/protocol": "workspace:*",
@@ -843,7 +843,7 @@
},
"packages/session-ui": {
"name": "@opencode-ai/session-ui",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@kilocode/sdk": "workspace:*",
"@kobalte/core": "catalog:",
@@ -888,7 +888,7 @@
},
"packages/storybook": {
"name": "@opencode-ai/storybook",
"version": "7.5.4",
"version": "7.5.5",
"devDependencies": {
"@opencode-ai/session-ui": "workspace:*",
"@opencode-ai/ui": "workspace:*",
@@ -913,7 +913,7 @@
},
"packages/tui": {
"name": "@opencode-ai/tui",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@kilocode/plugin": "workspace:*",
"@kilocode/sdk": "workspace:*",
@@ -939,7 +939,7 @@
},
"packages/ui": {
"name": "@opencode-ai/ui",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {
"@kilocode/sdk": "workspace:*",
"@kobalte/core": "catalog:",
+1 -1
View File
@@ -177,6 +177,6 @@
"@tanstack/virtual-core@3.17.3": "patches/@tanstack%2Fvirtual-core@3.17.3.patch",
"solid-js@1.9.12": "patches/solid-js@1.9.12.patch"
},
"version": "7.5.4",
"version": "7.5.5",
"peerDependencies": {}
}
+1 -1
View File
@@ -38,5 +38,5 @@
"@typescript/native-preview": "catalog:",
"effect": "catalog:"
},
"version": "7.5.4"
"version": "7.5.5"
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/codemode",
"version": "7.5.4",
"version": "7.5.5",
"description": "Effect-native confined code execution over schema-described tools",
"private": true,
"type": "module",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "7.5.4",
"version": "7.5.5",
"name": "@opencode-ai/core",
"type": "module",
"license": "MIT",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "7.5.4",
"version": "7.5.5",
"name": "@opencode-ai/effect-drizzle-sqlite",
"type": "module",
"license": "MIT",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "7.5.4",
"version": "7.5.5",
"name": "@opencode-ai/effect-sqlite-node",
"type": "module",
"license": "MIT",
+6 -6
View File
@@ -1,7 +1,7 @@
id = "kilo"
name = "Kilo"
description = "The open source coding agent."
version = "7.5.4"
version = "7.5.5"
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.5.4/opencode-darwin-arm64.zip"
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.5.5/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.5.4/opencode-darwin-x64.zip"
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.5.5/opencode-darwin-x64.zip"
cmd = "./opencode"
args = ["acp"]
[agent_servers.opencode.targets.linux-aarch64]
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.5.4/opencode-linux-arm64.tar.gz"
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.5.5/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.5.4/opencode-linux-x64.tar.gz"
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.5.5/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.5.4/opencode-windows-x64.zip"
archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.5.5/opencode-windows-x64.zip"
cmd = "./opencode.exe"
args = ["acp"]
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "7.5.4",
"version": "7.5.5",
"name": "@opencode-ai/http-recorder",
"description": "Record and replay Effect HTTP client traffic with deterministic cassettes",
"type": "module",
+1 -1
View File
@@ -20,5 +20,5 @@
"@types/bun": "catalog:",
"@typescript/native-preview": "catalog:"
},
"version": "7.5.4"
"version": "7.5.5"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@kilocode/kilo-console",
"version": "7.5.4",
"version": "7.5.5",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@kilocode/kilo-docs",
"version": "7.5.4",
"version": "7.5.5",
"private": true,
"scripts": {
"dev": "next dev --webpack --port 3002",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@kilocode/kilo-gateway",
"version": "7.5.4",
"version": "7.5.5",
"type": "module",
"license": "MIT",
"description": "Unified Kilo Gateway package for OpenCode - authentication, provider, and API integration",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@kilocode/kilo-i18n",
"version": "7.5.4",
"version": "7.5.5",
"type": "module",
"license": "MIT",
"description": "Kilo-specific i18n translations and overrides",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@kilocode/kilo-indexing",
"version": "7.5.4",
"version": "7.5.5",
"type": "module",
"license": "MIT",
"description": "Standalone indexing engine and host helpers for Kilo Code",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@kilocode/kilo-memory",
"version": "7.5.4",
"version": "7.5.5",
"type": "module",
"license": "MIT",
"description": "Project memory storage, indexing, recall, and command helpers for Kilo Code",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@kilocode/sandbox",
"version": "7.5.4",
"version": "7.5.5",
"type": "module",
"license": "MIT",
"private": true,
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@kilocode/kilo-telemetry",
"version": "7.5.4",
"version": "7.5.5",
"type": "module",
"license": "MIT",
"description": "Telemetry for Kilo CLI - PostHog analytics integration",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@kilocode/kilo-ui",
"version": "7.5.4",
"version": "7.5.5",
"type": "module",
"license": "MIT",
"exports": {
+6
View File
@@ -1,5 +1,11 @@
# kilo-code
## 7.5.5
### Patch Changes
- [#13489](https://github.com/Kilo-Org/kilocode/pull/13489) [`b74dc0c`](https://github.com/Kilo-Org/kilocode/commit/b74dc0c1b60007fedf7a13259e35ee6f040fa89a) - Prevent inaccessible Windows PowerShell execution aliases from blocking CLI and extension startup.
## 7.5.3
### Patch Changes
+1 -1
View File
@@ -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.5.4",
"version": "7.5.5",
"icon": "assets/icons/logo-outline-black.png",
"galleryBanner": {
"color": "#FFFFFF",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {},
"devDependencies": {},
"peerDependencies": {}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@kilocode/kilo-web-ui",
"version": "7.5.4",
"version": "7.5.5",
"type": "module",
"license": "MIT",
"exports": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "7.5.4",
"version": "7.5.5",
"name": "@opencode-ai/llm",
"type": "module",
"license": "MIT",
+6
View File
@@ -1,5 +1,11 @@
# @kilocode/cli
## 7.5.5
### Patch Changes
- [#13489](https://github.com/Kilo-Org/kilocode/pull/13489) [`b74dc0c`](https://github.com/Kilo-Org/kilocode/commit/b74dc0c1b60007fedf7a13259e35ee6f040fa89a) - Prevent inaccessible Windows PowerShell execution aliases from blocking CLI and extension startup.
## 7.5.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "7.5.4",
"version": "7.5.5",
"name": "@kilocode/cli",
"type": "module",
"license": "MIT",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@kilocode/plugin-atomic-chat",
"version": "7.5.4",
"version": "7.5.5",
"description": "Kilo Code plugin for Atomic Chat: auto-detection and dynamic model discovery (OpenAI-compatible local API)",
"type": "module",
"license": "MIT",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@kilocode/plugin",
"version": "7.5.4",
"version": "7.5.5",
"type": "module",
"license": "MIT",
"scripts": {
+1 -1
View File
@@ -19,5 +19,5 @@
"@types/bun": "catalog:",
"@typescript/native-preview": "catalog:"
},
"version": "7.5.4"
"version": "7.5.5"
}
+1 -1
View File
@@ -19,5 +19,5 @@
"@types/bun": "catalog:",
"@typescript/native-preview": "catalog:"
},
"version": "7.5.4"
"version": "7.5.5"
}
+1 -1
View File
@@ -12,6 +12,6 @@
"exports": {
".": "./src/index.ts"
},
"version": "7.5.4",
"version": "7.5.5",
"peerDependencies": {}
}
+1 -1
View File
@@ -23,5 +23,5 @@
"@types/bun": "catalog:",
"@typescript/native-preview": "catalog:"
},
"version": "7.5.4"
"version": "7.5.5"
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@kilocode/sdk",
"version": "7.5.4",
"version": "7.5.5",
"type": "module",
"license": "MIT",
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/server",
"version": "7.5.4",
"version": "7.5.5",
"private": true,
"type": "module",
"license": "MIT",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opencode-ai/session-ui",
"version": "7.5.4",
"version": "7.5.5",
"private": true,
"type": "module",
"license": "MIT",
+1 -1
View File
@@ -28,7 +28,7 @@
"@opencode-ai/session-ui": "workspace:*",
"react-dom": "18.2.0"
},
"version": "7.5.4",
"version": "7.5.5",
"dependencies": {},
"peerDependencies": {}
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/tui",
"version": "7.5.4",
"version": "7.5.5",
"private": true,
"type": "module",
"license": "MIT",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@opencode-ai/ui",
"version": "7.5.4",
"version": "7.5.5",
"type": "module",
"license": "MIT",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@kilocode/upstream-merge",
"version": "7.5.4",
"version": "7.5.5",
"private": true,
"type": "module",
"description": "Scripts for automating upstream opencode merges into Kilo",