From 0a0bf9617455f7417404dfeb35774da9da2de821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Catriel=20M=C3=BCller?= Date: Wed, 11 Feb 2026 14:42:35 -0300 Subject: [PATCH] refactor: update bun --- bun.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index 3a26bf15b..b01fe5dad 100644 --- a/bun.lock +++ b/bun.lock @@ -213,7 +213,8 @@ "name": "@kilocode/cli", "version": "1.0.14", "bin": { - "opencode": "./bin/opencode", + "kilo": "./bin/kilo", + "kilocode": "./bin/kilocode", }, "dependencies": { "@actions/core": "1.11.1",