Skip to content

Commit 7e9b64a

Browse files
authored
chore(kiloclaw): update Kilo CLI install timing (#2802)
1 parent 34ab6f3 commit 7e9b64a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

services/kiloclaw/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ RUN npm install -g github:Kilo-Org/openclaw-channel-streamchat#fix/plugin-name-r
100100
RUN npm install -g @steipete/summarize@0.12.0
101101

102102
# Install Kilo CLI (agentic coding assistant for the terminal)
103-
RUN npm install -g @kilocode/cli@7.1.13
103+
RUN npm install -g @kilocode/cli@7.2.22
104104

105105
# Install Go (available at runtime for users to `go install` additional tools)
106106
ENV GO_VERSION=1.26.0

services/kiloclaw/Dockerfile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN npm install -g github:Kilo-Org/openclaw-channel-streamchat#fix/plugin-name-r
5959
RUN npm install -g @steipete/summarize@0.12.0
6060

6161
# Install Kilo CLI (agentic coding assistant for the terminal)
62-
RUN npm install -g @kilocode/cli@7.1.13
62+
RUN npm install -g @kilocode/cli@7.2.22
6363

6464
# Install Go (available at runtime for users to `go install` additional tools)
6565
ENV GO_VERSION=1.26.0

services/kiloclaw/controller/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ export async function startController(env: NodeJS.ProcessEnv = process.env): Pro
533533
// request. Once the gateway is warm and CPU has settled, the upgrade
534534
// runs safely in the background.
535535
if (env.KILOCLAW_KILO_CLI === 'true') {
536-
const KILO_CLI_UPGRADE_DELAY_MS = 5 * 60 * 1000; // 5 minutes
536+
const KILO_CLI_UPGRADE_DELAY_MS = 3 * 60 * 60 * 1000; // 3 hours
537537
setTimeout(() => {
538538
// Strip NPM_CONFIG_PREFIX so the install overwrites the system-wide
539539
// binary in /usr/local/bin instead of writing to the per-user prefix.

0 commit comments

Comments
 (0)