chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-14 12:46:12 +00:00
commit 3ab19bfd7d
8 changed files with 1303 additions and 1866 deletions

View file

@ -93,11 +93,7 @@ export const layer = Layer.effect(
const integrations = yield* Integration.Service
const scope = yield* Scope.Scope
const available = (
provider: ProviderV2.Info,
integration: Integration.Info | undefined,
connected: boolean,
) => {
const available = (provider: ProviderV2.Info, integration: Integration.Info | undefined, connected: boolean) => {
if (provider.disabled) return false
if (typeof provider.request.body.apiKey === "string") return true
if (connected) return true