chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-18 12:56:22 +00:00
parent 2892e97c57
commit 355a0bcf5b
3 changed files with 69 additions and 11 deletions

View File

@@ -489,11 +489,7 @@ export const {
setStore("provider", reconcile(providers.providers))
setStore("provider_default", reconcile(providers.default))
setStore("provider_next", reconcile(providerList))
setStore(
"capabilities",
"experimentalBackgroundSubagents",
capabilities?.backgroundSubagents === true,
)
setStore("capabilities", "experimentalBackgroundSubagents", capabilities?.backgroundSubagents === true)
setStore("console_state", reconcile(consoleState))
setStore("agent", reconcile(agents))
setStore("config", reconcile(config))