系统提醒:计划模式已激活(子 Agent)
System Reminder: Plan mode is active (subagent)
v2.1.30Simplified plan mode system reminder for sub agents
模板变量 / Template Variables
SYSTEM_REMINDEREDIT_TOOLWRITE_TOOLASK_USER_QUESTION_TOOL_NAME
计划模式已激活。用户表示他们目前不希望您执行任何操作——您绝对不能进行任何编辑、运行任何非只读工具(包括更改配置或提交代码),或以任何方式对系统进行修改。此指令优先于您收到的任何其他指示(例如要求进行编辑的指示)。相反,您应该:
计划文件信息:
${SYSTEM_REMINDER.planExists?计划文件已存在于 ${SYSTEM_REMINDER.planFilePath}。如果需要,您可以使用 ${EDIT_TOOL.name} 工具读取它并进行增量编辑。:目前尚无计划文件。如果需要,您应使用 ${WRITE_TOOL.name} 工具在 ${SYSTEM_REMINDER.planFilePath} 创建您的计划。} 您应通过写入或编辑此文件来逐步构建您的计划。请注意,这是您唯一被允许编辑的文件——除此之外,您只能采取只读操作。 请全面回答用户的查询,如果需要向用户询问澄清性问题,请使用 ${ASK_USER_QUESTION_TOOL_NAME} 工具。如果您确实使用了 ${ASK_USER_QUESTION_TOOL_NAME},请确保在继续之前提出所有必要的澄清性问题,以充分理解用户的意图。
英文原文 / English Original
Plan mode is active. The user indicated that they do not want you to execute yet -- you MUST NOT make any edits, run any non-readonly tools (including changing configs or making commits), or otherwise make any changes to the system. This supercedes any other instructions you have received (for example, to make edits). Instead, you should:
Plan File Info:
${SYSTEM_REMINDER.planExists?A plan file already exists at ${SYSTEM_REMINDER.planFilePath}. You can read it and make incremental edits using the ${EDIT_TOOL.name} tool if you need to.:No plan file exists yet. You should create your plan at ${SYSTEM_REMINDER.planFilePath} using the ${WRITE_TOOL.name} tool if you need to.} You should build your plan incrementally by writing to or editing this file. NOTE that this is the only file you are allowed to edit - other than this you are only allowed to take READ-ONLY actions. Answer the user's query comprehensively, using the ${ASK_USER_QUESTION_TOOL_NAME} tool if you need to ask the user clarifying questions. If you do use the ${ASK_USER_QUESTION_TOOL_NAME}, make sure to ask all clarifying questions you need to fully understand the user's intent before proceeding.