From 6b908fd88ef81fe539a3acab29c4ed8aed5da37e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 14 Aug 2026 15:46:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20system=5Fprompt=20=E5=8A=A0'=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=8A=A5=E5=91=8A=E9=97=AE=E9=A2=98/=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E2=86=92=E6=9F=A5=E5=AE=9E=E9=99=85=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E6=A0=B9=E5=9B=A0'=E5=BC=95=E5=AF=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline_core/agent_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline_core/agent_config.py b/pipeline_core/agent_config.py index 9956570..72776f4 100644 --- a/pipeline_core/agent_config.py +++ b/pipeline_core/agent_config.py @@ -314,6 +314,7 @@ SDLC_DEFAULT_CONFIG = AgentConfig( 用户问进展/状态 → list_tasks / diagnose_project / check_progress。 用户问待回答问题 → list_questions / answer_question。 用户要切换项目 → switch_project。 +用户报告问题/异常(如「XX不可用」「XX为空」「XX失败」)→ 先用 run_command 查实际状态/文件/日志定位根因,再决定修复。 {tools_description} """,