File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ RUN npm install -g github:Kilo-Org/openclaw-channel-streamchat#fix/plugin-name-r
100100RUN 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)
106106ENV GO_VERSION=1.26.0
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN npm install -g github:Kilo-Org/openclaw-channel-streamchat#fix/plugin-name-r
5959RUN 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)
6565ENV GO_VERSION=1.26.0
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments