Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 5c3a1ab

Browse files
author
kilo-maintainer[bot]
committed
release: v1.0.20
1 parent cedd70a commit 5c3a1ab

19 files changed

Lines changed: 36 additions & 36 deletions

File tree

bun.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"@octokit/rest": "catalog:",
1818
"@kilocode/sdk": "workspace:*"
1919
},
20-
"version": "1.0.19"
20+
"version": "1.0.20"
2121
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@
102102
"@standard-community/standard-openapi@0.2.9": "patches/@standard-community%2Fstandard-openapi@0.2.9.patch",
103103
"ghostty-web@0.3.0": "patches/ghostty-web@0.3.0.patch"
104104
},
105-
"version": "1.0.19",
105+
"version": "1.0.20",
106106
"peerDependencies": {}
107107
}

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode-ai/app",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"description": "",
55
"type": "module",
66
"exports": {

packages/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opencode-ai/desktop",
33
"private": true,
4-
"version": "1.0.19",
4+
"version": "1.0.20",
55
"type": "module",
66
"license": "MIT",
77
"scripts": {
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "kilo"
22
name = "Kilo"
33
description = "The open source coding agent."
4-
version = "1.0.19"
4+
version = "1.0.20"
55
schema_version = 1
66
authors = ["Anomaly"]
77
repository = "https://github.com/Kilo-Org/kilo"
@@ -11,26 +11,26 @@ name = "Kilo"
1111
icon = "./icons/opencode.svg"
1212

1313
[agent_servers.opencode.targets.darwin-aarch64]
14-
archive = "https://github.com/Kilo-Org/kilo/releases/download/v1.0.19/opencode-darwin-arm64.zip"
14+
archive = "https://github.com/Kilo-Org/kilo/releases/download/v1.0.20/opencode-darwin-arm64.zip"
1515
cmd = "./opencode"
1616
args = ["acp"]
1717

1818
[agent_servers.opencode.targets.darwin-x86_64]
19-
archive = "https://github.com/Kilo-Org/kilo/releases/download/v1.0.19/opencode-darwin-x64.zip"
19+
archive = "https://github.com/Kilo-Org/kilo/releases/download/v1.0.20/opencode-darwin-x64.zip"
2020
cmd = "./opencode"
2121
args = ["acp"]
2222

2323
[agent_servers.opencode.targets.linux-aarch64]
24-
archive = "https://github.com/Kilo-Org/kilo/releases/download/v1.0.19/opencode-linux-arm64.tar.gz"
24+
archive = "https://github.com/Kilo-Org/kilo/releases/download/v1.0.20/opencode-linux-arm64.tar.gz"
2525
cmd = "./opencode"
2626
args = ["acp"]
2727

2828
[agent_servers.opencode.targets.linux-x86_64]
29-
archive = "https://github.com/Kilo-Org/kilo/releases/download/v1.0.19/opencode-linux-x64.tar.gz"
29+
archive = "https://github.com/Kilo-Org/kilo/releases/download/v1.0.20/opencode-linux-x64.tar.gz"
3030
cmd = "./opencode"
3131
args = ["acp"]
3232

3333
[agent_servers.opencode.targets.windows-x86_64]
34-
archive = "https://github.com/Kilo-Org/kilo/releases/download/v1.0.19/opencode-windows-x64.zip"
34+
archive = "https://github.com/Kilo-Org/kilo/releases/download/v1.0.20/opencode-windows-x64.zip"
3535
cmd = "./opencode.exe"
3636
args = ["acp"]

packages/kilo-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@kilocode/kilo-gateway",
4-
"version": "1.0.19",
4+
"version": "1.0.20",
55
"type": "module",
66
"license": "MIT",
77
"description": "Unified Kilo Gateway package for OpenCode - authentication, provider, and API integration",

packages/kilo-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@kilocode/kilo-i18n",
4-
"version": "1.0.19",
4+
"version": "1.0.20",
55
"type": "module",
66
"license": "MIT",
77
"description": "Kilo-specific i18n translations and overrides",

packages/kilo-telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@kilocode/kilo-telemetry",
4-
"version": "1.0.19",
4+
"version": "1.0.20",
55
"type": "module",
66
"license": "MIT",
77
"description": "Telemetry for Kilo CLI - PostHog analytics integration",

packages/kilo-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kilocode/kilo-ui",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"type": "module",
55
"license": "MIT",
66
"exports": {

0 commit comments

Comments
 (0)