chore: generate

This commit is contained in:
opencode-agent[bot] 2026-07-28 01:11:56 +00:00
commit 970c38257c

View file

@ -704,7 +704,9 @@ function ProviderConnection(props: {
}) })
async function complete() { async function complete() {
await serverSync().refreshProviders().catch(() => undefined) await serverSync()
.refreshProviders()
.catch(() => undefined)
dialog.close() dialog.close()
showToast({ showToast({
variant: "success", variant: "success",