We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f201d6 commit 9db4099Copy full SHA for 9db4099
1 file changed
packages/opencode/src/cli/cmd/tui/context/sync.tsx
@@ -463,6 +463,7 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
463
return store.status
464
},
465
get ready() {
466
+ if (process.env.OPENCODE_FAST_BOOT) return true
467
return store.status !== "loading"
468
469
get path() {
0 commit comments