Merge remote-tracking branch 'origin/master' into worktree/web-multimodal-image-input

This commit is contained in:
creatixchu
2026-07-24 21:36:06 +08:00
209 files changed
+3095 -1255

No files matched your search

+1 -1
View File
@@ -538,7 +538,7 @@ export function createApiProxy(ctx: Context, defaults: ApiProxyDefaults): ApiPro
}
const durable = await durablePromptContent(ctx, content)
if (mode === 'steer') agent.steer(durable, { source })
else agent.send(durable, { source })
else agent.followup(durable, { source })
} catch (error: unknown) {
if (error instanceof AttachmentError) {
return err(request, {