pub fn show_plan_action_menu(
plan_path: &str,
task_count: usize,
) -> PlanActionResultExpand description
Show the post-plan action menu
Displays after a plan is created, offering execution options:
- Execute and auto-accept - runs all tasks without confirmation prompts
- Execute and review - requires confirmation for each file write
- Change something - lets user provide feedback to modify the plan