From c5f8fa1ef695d6abdcf0398614f107f0559683c9 Mon Sep 17 00:00:00 2001 From: Linghong Date: Mon, 14 Sep 2026 05:54:24 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E6=97=A7=E7=AD=96=E5=88=92?= =?UTF-8?q?=20V1=20=E6=AE=8B=E7=95=99=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除已失效的 --plan 策划自动应答说明 --- apps/ai-game-creator-shell/scripts/agent-swarm-test-chat.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/ai-game-creator-shell/scripts/agent-swarm-test-chat.mjs b/apps/ai-game-creator-shell/scripts/agent-swarm-test-chat.mjs index 32a9b8644..426991561 100644 --- a/apps/ai-game-creator-shell/scripts/agent-swarm-test-chat.mjs +++ b/apps/ai-game-creator-shell/scripts/agent-swarm-test-chat.mjs @@ -957,9 +957,6 @@ async function runInteractiveCargo(cliArguments, setActiveChild) { return result; } -// 立项策划跑 standard 档,`agent.delegate` 这类动作按项目权限策略必须逐个确认, -// 而确认和问询都只从 CLI 的 stdin 读。自主构建档没有这一步,所以只有 --plan 需要 -// 一个把「人坐在终端前敲 approve」自动化掉的应答器;判据本身仍然走后端确认命令。 const swarmConfirmationPromptPattern = /输入 approve 或 reject:$/u; const swarmUserInputPromptPattern = /请选择 1-\d+,或直接输入其他答案:$/u;