feat(react): support lazy activity with internal plugin #41
Deployment protection rules
Reviewers, timers, and other rules protecting deployments in this run
| Event | Environments |
|---|---|
|
orionmiz
approved
|
Maintainer Only |
Annotations
2 errors
|
opencode
Process completed with exit code 1.
|
|
opencode
undefined is not an object (evaluating '(await client.session.chat({
path: session,
body: {
providerID,
modelID,
agent: "build",
parts: [
{
type: "text",
text
},
...files.flatMap((f) => [
{
type: "file",
mime: f.mime,
url: `data:${f.mime};base64,${f.content}`,
filename: f.filename,
source: {
type: "file",
text: {
value: f.replacement,
start: f.start,
end: f.end
},
path: f.filename
}
}
])
]
}
})).data.parts')
|