disable 'kilo web' command (unsupported opencode web UI)

This commit is contained in:
kiloconnect[bot]
2026-03-04 12:12:05 +00:00
parent 1ac6a3db2e
commit 272fab73ec
+2 -2
View File
@@ -25,7 +25,7 @@ import { AttachCommand } from "./cli/cmd/tui/attach"
import { TuiThreadCommand } from "./cli/cmd/tui/thread"
import { AcpCommand } from "./cli/cmd/acp"
import { EOL } from "os"
import { WebCommand } from "./cli/cmd/web"
// import { WebCommand } from "./cli/cmd/web" // kilocode_change (Disabled unsupported opencode web UI)
import { PrCommand } from "./cli/cmd/pr"
import { SessionCommand } from "./cli/cmd/session"
// kilocode_change start - Import telemetry, instance disposal, and legacy migration
@@ -178,7 +178,7 @@ let cli = yargs(hideBin(process.argv))
.command(UpgradeCommand)
.command(UninstallCommand)
.command(ServeCommand)
.command(WebCommand)
// .command(WebCommand) // kilocode_change (Disabled unsupported opencode web UI)
.command(ModelsCommand)
.command(StatsCommand)
.command(ExportCommand)