- Add planning mode checkbox to NewTaskModal with onPlanGenerated callback - Wire up planning mode flow in App.tsx to open modal after task creation - Add initialPlan prop to PlanningModeModal with auto-start logic - Add comprehensive tests for planning mode checkbox flow in both modals - Include changeset for the planning mode checkbox fix
130 B
130 B
@dustinbyrne/kb
| @dustinbyrne/kb |
|---|
| patch |
Fix "Enable planning mode" checkbox to actually trigger the planning flow before task creation.