fade in prompt metadata transitions (#23037)

This commit is contained in:
Dax
2026-04-17 02:12:41 -04:00
committed by GitHub
parent 7605acff65
commit 65b2a10e97
5 changed files with 87 additions and 22 deletions
@@ -467,6 +467,7 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
return store.status
},
get ready() {
return true
if (process.env.OPENCODE_FAST_BOOT) return true
return store.status !== "loading"
},