Files
fusion/.changeset/add-planning-mode.md

13 lines
505 B
Markdown

---
"@gsxdsm/fusion": minor
---
Add Planning Mode to the dashboard for interactive AI-guided task creation
- New "Plan" button in header for starting planning sessions
- Interactive modal with AI-guided question flow
- Support for text, single_select, multi_select, and confirm question types
- Summary view with editable title, description, size, and dependencies
- Backend API with rate limiting (5 sessions/hour/IP) and 30-minute session TTL
- Full test coverage for all components and API endpoints