fix(agents): keep oracle available on first run without cache

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-03-12 01:07:57 +09:00
parent f4f54c2b7f
commit 004f504e6c
3 changed files with 23 additions and 11 deletions
+1
View File
@@ -115,6 +115,7 @@ export async function createBuiltinAgents(
browserProvider,
uiSelectedModel,
availableModels,
isFirstRunNoCache,
disabledSkills,
disableOmoEnv,
})