Expand description
Present plan tool — present a plan file for user approval.
After a Planner subagent writes a plan to a file, the main agent calls this tool to present the plan and get user sign-off before implementation.
On approval the tool:
- Registers the plan in the
PlanIndexfor session tracking - Stores the plan file to
~/.opendev/plans/
Todo creation is deferred to the LLM’s write_todos call after approval,
which produces better hierarchical grouping than automated parsing.
Structs§
- Present
Plan Tool - Tool for presenting a completed plan to the user for approval.