fix: harden production chat runtime

This commit is contained in:
kris
2026-03-31 20:20:07 +08:00
parent ec7081f6cc
commit 02fcc56332
12 changed files with 310 additions and 11 deletions

View File

@@ -33,6 +33,7 @@ export async function POST(
plan: result.plan,
executions: result.executions,
notice: result.notice,
collaborationGate: result.collaborationGate,
});
} catch (error) {
return NextResponse.json(

View File

@@ -23,6 +23,7 @@ export async function POST(
ok: true,
plan: result.plan,
notice: result.notice,
collaborationGate: result.collaborationGate,
});
} catch (error) {
return NextResponse.json(