chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-11 06:32:44 +00:00
commit 710e408709
16 changed files with 2337 additions and 1228 deletions

View file

@ -425,10 +425,7 @@ export const { use: useData, provider: DataProvider } = createSimpleContext({
break
case "credential.switched": {
const location = { directory: metadata.directory, workspaceID: metadata.workspace }
void Promise.allSettled([
result.location.model.refresh(location),
result.location.provider.refresh(location),
])
void Promise.allSettled([result.location.model.refresh(location), result.location.provider.refresh(location)])
break
}
case "connector.updated":