Files
fusion/.changeset/fix-planning-mode-checkbox.md
gsxdsm 3c9901b2cf feat(KB-125): add planning mode checkbox to new task flow
- 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
2026-03-30 07:57:53 -07:00

130 B

@dustinbyrne/kb
@dustinbyrne/kb
patch

Fix "Enable planning mode" checkbox to actually trigger the planning flow before task creation.