From 78a606ab5eebd69cf8bde09bb4c15fca2cd95f14 Mon Sep 17 00:00:00 2001 From: Linghong Date: Tue, 8 Sep 2026 10:17:24 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=B7=B2=E9=80=80=E5=BD=B9?= =?UTF-8?q?=E7=AD=96=E5=88=92=E8=83=BD=E5=8A=9B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除 planning.capabilityEnabled,保留其余客户端配置 --- apps/ai-game-creator-shell/game-creator.config.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/ai-game-creator-shell/game-creator.config.json b/apps/ai-game-creator-shell/game-creator.config.json index bb00a1ed7..91e5d01a0 100644 --- a/apps/ai-game-creator-shell/game-creator.config.json +++ b/apps/ai-game-creator-shell/game-creator.config.json @@ -16,8 +16,5 @@ "maxRetries": 2, "retryBackoffMs": 500 }, - "agentLlm": {}, - "planning": { - "capabilityEnabled": true - } + "agentLlm": {} }