feat(core): add opencode integration (#33555)
This commit is contained in:
parent
c17b9557f1
commit
cf80b5c470
26 changed files with 1061 additions and 439 deletions
|
|
@ -210,7 +210,7 @@ export const locationLayer = Layer.effect(
|
|||
modelID: session.model.id,
|
||||
})
|
||||
if (!selected) return yield* new ModelNotSelectedError({ sessionID: session.id })
|
||||
const connection = yield* integrations.connection.forIntegration(Integration.ID.make(selected.providerID))
|
||||
const connection = yield* integrations.connection.active(Integration.ID.make(selected.providerID))
|
||||
return yield* resolve(
|
||||
session,
|
||||
selected,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue