Skip to content
8 changes: 5 additions & 3 deletions packages/opencode/src/cli/cmd/tui/thread.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,11 @@ export const TuiThreadCommand = cmd({
},
})

setTimeout(() => {
client.call("checkUpgrade", { directory: cwd }).catch(() => {})
}, 1000)
// checkUpgrade disabled: calling Instance.provide() with InstanceBootstrap
// causes worker state corruption that breaks Ctrl-C handling
// setTimeout(() => {
// client.call("checkUpgrade", { directory: cwd }).catch(() => {})
// }, 1000)

await tuiPromise
},
Expand Down