mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-31 01:37:28 +08:00
Merge pull request #59 from Kilo-Org/catrielmuller/disable-auto-update
refactor: disable auto upgrade
This commit is contained in:
@@ -4,6 +4,7 @@ import { Flag } from "@/flag/flag"
|
||||
import { Installation } from "@/installation"
|
||||
|
||||
export async function upgrade() {
|
||||
return // kilocode_change - disable auto-upgrade
|
||||
const config = await Config.global()
|
||||
const method = await Installation.method()
|
||||
const latest = await Installation.latest(method).catch(() => {})
|
||||
|
||||
Reference in New Issue
Block a user