0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. PilotDeck
  2. /
  3. src
  4. /
  5. tool
  6. /
  7. registry
GGucc1fix(always-on): exclude interactive tools from unattended agent sessions
8e04906f创建于 13 天前历史提交
文件最后提交记录最后更新时间
ToolRegistry.ts
fix(always-on): exclude interactive tools from unattended agent sessions Always-On phases run with canPrompt:false but still exposed enter_plan_mode, exit_plan_mode, and ask_user_question to the model. These tools either block (waiting for elicitation with no listener) or counterproductively switch into plan mode. Filter them out at session creation time via a new SessionConfigOverride.excludeTools field. Co-authored-by: Cursor <cursoragent@cursor.com> 13 天前
createBuiltinRegistry.ts
feat(todo): add TodoWrite plan execution flow Require plan-driven sessions to initialize and refresh TodoWrite checklists before side-effecting tools run, and render markdown todo updates in the web UI. Co-authored-by: Cursor <cursoragent@cursor.com> 15 天前